On 10/30/02 at 9:11 AM Carlo Smith wrote: |Im looking into replacing my current POP3 deamon with Courier |POP3/IMAPbut can't find how to configure Postfix (NetBSD) so it will |make use of the maildirs. | |Any docs available ?? =============
The Postfix config files are very well commented, with lots of sample configs. Browse the config and example directories for knowledge. Specifically, you question is answered in the main.cf file: # DELIVERY TO MAILBOX # # The home_mailbox parameter specifies the optional pathname of a # mailbox file relative to a user's home directory. The default # mailbox file is /var/mail/user. Specify "Maildir/" for # qmail-style delivery (the / is required). # #home_mailbox = Mailbox home_mailbox = Maildir/ # The mail_spool_directory parameter specifies the directory where # UNIX-style mailboxes are kept. The default setting depends on the # system type. # #mail_spool_directory = /var/mail #mail_spool_directory = /var/spool/mail ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
