Hi All, I am trying to set up a Mail Server -- Virtual Users with Postfix, PostfixAdmin, Courier, Mailscanner, ClamAV On CentOS 5.5 using this guide. These are the version and softwares I have used till now:- I am stuck on this page. It has been written there that, "Change both create_mailbox.php in the main and admin folder." and "Change both delete.php in the main and admin folder" I could not find any create_mailbox.php in /var/www/html/postfixadmin/ folder (neither on my machine). Also, I could only find delete.php in my main (/var/www/html/postfixadmin) folder and not in /var/www/html/postfixadmin/admin folder. Code: [[email protected] log]# find / -name "delete.php" /var/www/html/postfixadmin/delete.php [[email protected] log]# [[email protected] log]# find / -name "create_mailbox.php" [[email protected] log]# echo $? 0 Apart from this, I also observed the below errors in my /var/log/maillog Code: Dec 28 00:47:47 mail postfix/qmgr[4703]: fatal: unsupported dictionary type: mysql Dec 28 00:47:48 mail postfix/master[4628]: warning: process /usr/libexec/postfix/qmgr pid 4703 exit status 1 Dec 28 00:47:48 mail postfix/master[4628]: warning: /usr/libexec/postfix/qmgr: bad command startup -- throttling These are repeating after every 30 seconds. I tried to google it out, but could not find anything useful Any ideas people how to figure out both of these issues ? I am thinking to write a tidy How-To with some shell scripts once I finish this because I could not find any good guide to set up a mail server with all these functionalities. And the one I am referring is of 2007; its quite old one. I believe it would help lots of people like me as it covers LAMP stack, phpMyAdmin and postfixadmin. Till then I need your support Thanks in advance.
What are the outputs of Code: updatedb locate create_mailbox.php locate delete.php ? Your Postfix does not have MySQL support.
Hi All / Falko, Thanks so much falko for your time and support. I dropped this scenario and configured iRedMail instead using this How-To. It was the easiest thing I had done in Linux till now It had everything I was looking for. Will play with configuration files now. Thanks all.