> I'm planning to use Phamm again but this time with Cyrus. First I need > to know how to execute cyrus tasks without cyradm (creating mailboxes, > setting/changing quota, remove mailboxes, etc).
All of these tasks, AFAIK, can be performed via IMAP. So I'd image they are performed the same way for all IMAP servers. > I was thinking about cyradm + expect but it's just an idea by now. Since you use PHP why not use PHP's Cyrus & IMAP support. <http://us2.php.net/cyrus> <http://us2.php.net/manual/en/book.imap.php> Although it might be better to see if there is a PEAR/PECL module that wraps/bundles the functionality. <http://pear.php.net/package/Net_IMAP> <http://www.wynia.org/wordpress/2007/02/04/alternate-imap-solution-for-php-pear-net_imap/> My experience with PHP's "native" IMAP support is that it is quite flaky and has dreadful [to none] error handling. But it is PHP after all. :) > Bytes! > > J. Bakshi escribió: > > Dear list, > > > > I have a running email system which I made in 2006 based on > > postfix+cyrus+openldap. The authentication is based on openldap. > > I have done some reading through net and find a new mail server dovecot. > > I have to create another email system for multidomain based hosting > > server where both scalability as well as performance should be in prime > > consideration. I need your kind suggestion for this. shall I use dovecot > > or cyrus can fit my requirement ? another important questing ; Is there > > any webinterface which can manage the mail system based on LDAP ? > > There are many with MySql but any application which can work with > > postfix+cyrus+openldap ? > > > > thanks > > > > > ---- > Cyrus Home Page: http://cyrusimap.web.cmu.edu/ > Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki > List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html ---- Cyrus Home Page: http://cyrusimap.web.cmu.edu/ Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html