8 lines
174 B
Text
8 lines
174 B
Text
|
set logfile /var/log/fetchmail.log
|
||
|
set no bouncemail
|
||
|
set postmaster root
|
||
|
|
||
|
poll SERVERNAME :
|
||
|
user /<username>/ pass /<password>/;
|
||
|
mda "/usr/bin/procmail -f %F -d %T";
|