Re: PHP Cyradm extension - Re: Add mailbox automatically

2003-01-01 Thread Scott Russell
On Wed, Jan 01, 2003 at 06:27:49PM -0500, Kervin L. Pierre wrote: > > Thanks. I didn't know you could do that. > > BTW, I browsed the PHP manual for more IMAP stuff and came across a > Cyradm extension http://www.php.net/manual/en/ref.cyrus.php . > > It is undocumented. Has anyone used this ex

Re: Add mailbox automatically

2003-01-01 Thread Kendrick Vargas
On Wed, 1 Jan 2003, Kervin L. Pierre wrote: > I am working on some PHP scripts to manage mailboxes and I have to use > passthough calls to execute cyradm to add mailboxes. > > I'd like to avoid opening a shell from the web for security and > performance reasons. You don't have to open a shell.

PHP Cyradm extension - Re: Add mailbox automatically

2003-01-01 Thread Kervin L. Pierre
Thanks. I didn't know you could do that. BTW, I browsed the PHP manual for more IMAP stuff and came across a Cyradm extension http://www.php.net/manual/en/ref.cyrus.php . It is undocumented. Has anyone used this extension with success?? --Kervin Scott Russell wrote: On Wed, Jan 01, 2003 at

Re: Add mailbox automatically

2003-01-01 Thread Scott Russell
On Wed, Jan 01, 2003 at 05:16:12PM -0500, Kervin L. Pierre wrote: > Just a thought, > > I am working on some PHP scripts to manage mailboxes and I have to use > passthough calls to execute cyradm to add mailboxes. > > I'd like to avoid opening a shell from the web for security and > performance