You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

48 lines
959 B

##
## procmailrc -- Global Procmail Configuration
##
# avoid security and permission issues as soon as possible
DROPPRIVS=yes
# timeout handling; should be shorter than timeout of MTA
LOCKTIMEOUT=300
TIMEOUT=300
# make sure we can find programs
PATH=@l_prefix@/bin:@l_prefix@/sbin:/bin:/sbin:/usr/bin:/usr/sbin
# the Sendmail program
SENDMAIL=@l_prefix@/sbin/sendmail
# location of the folder directory
MAILDIR=$HOME/.mail
# fallback delivery; leave empty to prefer bouncing
#ORGMAIL=/var/mail/$LOGNAME
ORGMAIL=
# location of the incoming mail folders
DEFAULT=$HOME/.mail/inbox
# logging configuration
LOGABSTRACT=no
# lockfile configuration
LOCKFILE=$HOME/.mail.lock
LOCKEXT=.lock
# filesystem permissions
UMASK=077
# no comsat/biff notification
COMSAT=no
# the "ourname+ident@" support of Sendmail
IDENT=$1
# make sure the MAILDIR exists before delivering
:0 Wic
* ? test ! -d $MAILDIR
| umask 077 && mkdir $MAILDIR