11 lines
223 B
Plaintext
Executable File
11 lines
223 B
Plaintext
Executable File
set no bouncemail
|
|
set daemon 10
|
|
set logfile /opt/fetch/mail/fetchmail.log
|
|
|
|
poll mail.br0tkasten.de protocol POP3
|
|
user "fetch"
|
|
password "xxxx"
|
|
fetchall
|
|
no ssl
|
|
mda "/usr/bin/procmail -m /opt/fetch/mail/procmailrc %T"
|