PDA

View Full Version : Postfix main.cf


Tripple
15th December 2007, 18:12
I have two ISPConfig server running Debian 4, both with perfect install.
On one server I find this in /etc/postfix/main.cf:
mailbox_command = procmail -a $EXTENSION

Why is this there? Should I remove this or add it on the other server?

On the other server there's this line:
home_mailbox = Maildir/

After adding this line on the first server Webmin shows the correct mailbox size, which is good for me. But why is there a difference?

thanks.

falko
16th December 2007, 14:46
I guess you used these (optional) commands from chapter 12 on http://www.howtoforge.com/perfect_setup_debian_etch_p5 on the second server, but not on the first one:

postconf -e 'home_mailbox = Maildir/'
postconf -e 'mailbox_command ='
/etc/init.d/postfix restart

Tripple
16th December 2007, 15:29
Indeed. Now I remember again. Thanks.