[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

3.1.10 A Sample Configuration File

The following configuration file specifies that all Mailutils programs should use `/var/spool/mail' as a local mailspool directory. Programs performing authentication will use PAM service `mailutils'. All programs, except imap4d will issue log messages via `mail' facility, imap4d will use facility `local1'.

 
:mailbox --mail-spool /var/spool/mail
:auth --authentication pam --pam-service mailutils
:logging --log-facility mail
imap4d --daemon=20 --timeout=1800 --log-facility local1



This document was generated by Sergey Poznyakoff on December, 23 2004 using texi2html