#----------------------------------------------------------------------------- # # POPular -- A POP3 server and proxy for large mail systems # # $Id: options,v 1.6 2001/04/24 16:00:50 sqrt Exp $ # # http://www.remote.org/jochen/mail/popular/ # #----------------------------------------------------------------------------- # # Example file for /etc/popular/options # #----------------------------------------------------------------------------- # # This file is sourced by the init scripts. Use normal shell syntax. # #----------------------------------------------------------------------------- # user and group all the programs should be running as POPULAR_USER=pop POPULAR_GROUP=pop # prefix for binary files etc. POPULAR_PREFIX=/usr # this is the mailbox directory for 'pcheckd' MAILBOX_DIR=/pop # additional flags for pcheckd PCHECKD_FLAGS="-e 100" # additional flags for pproxy #PPROXY_FLAGS= # additional flags for pserv #PSERV_FLAGS= # TCP keepalive timer in seconds TCP_KEEPALIVE=600 #-- THE END ------------------------------------------------------------------