# $Id: dbmail.conf,v 1.1 2003/09/26 13:13:07 paul Exp $ # (c) 2000-2002 IC&S, The Netherlands # # Configuration file for DBMAIL # # modified for debian by Paul Stevens # # Parameters host, user, pass, db, DBMAIL_FROM_ADDRESS, and POSTMASTER are # managed through debconf. Run 'dpkg-reconfigure dbmail' to change those # parameters. [DBMAIL] # Database settings host=localhost user=postgres pass=123 db=imap_mail # trace level for dbmail-maintenance TRACE_LEVEL=1 [SMTP] SENDMAIL=/usr/sbin/sendmail # your sendmail executable, this is needed for boucing mail DBMAIL_FROM_ADDRESS=bernier@localhost POSTMASTER=bernier@localhost AUTO_NOTIFY=no AUTO_REPLY=yes TRACE_LEVEL=1 [POP] EFFECTIVE_USER=dbmail # the user that dbmail-pop3d will run as (need to be root to bind to a port<1024) EFFECTIVE_GROUP=dbmail # the group that dbmail-pop3d will run as BINDIP=* # the ipaddress the dbmail-pop3d server has to bind to, * for all addresses PORT=110 # the port number the dbmail-pop3d server has to bind to. NCHILDREN=5 # default number of POP3 handlers (each is a process) MAXCHILDREN=50 # mac. number of POP3 handlers MAXCONNECTS=10000 # the maximum number of connections a default childs makes TIMEOUT=300 # the time (s) before the dbmail-pop3d should shutdown a connection which is being idle. RESOLVE_IP=no # if yes, the pop daemon resolves IP numbers to DNS names in the log POP_BEFORE_SMTP=no TRACE_LEVEL=1 MINSPARECHILDREN=2 MAXSPARECHILDREN=5 [IMAP] EFFECTIVE_USER=dbmail EFFECTIVE_GROUP=dbmail BINDIP=* PORT=143 NCHILDREN=5 MAXCONNECTS=10000 # the maximum number of connections a default childs makes TIMEOUT=4000 # the time (s) before the dbmail-imapd should shutdown a connection which is being idle. RESOLVE_IP=no # if yes, the imap daemon resolves IP numbers to DNS names in the log IMAP_BEFORE_SMTP=no TRACE_LEVEL=1 MINSPARECHILDREN=2 MAXSPARECHILDREN=5 MAXCHILDREN=50 # end of configuration file