Displaying 1 result from an estimated 1 matches for "nobouncemail".
2010 Sep 07
1
fetchmail and lmtp -> auth crashing
...mtp {
unix_listener lmtp {
mode = 0666
user = fetchmail
}
}
ssl = no
ssl_cert = </etc/ssl/certs/dovecot.pem
ssl_key = </etc/ssl/private/dovecot.pem
userdb {
args = uid=vmail gid=vmail home=/var/vmail/%u
driver = static
}
fetchmailrc:
set postmaster "postmaster"
set nobouncemail
set no spambounce
set properties ""
set daemon 60
set syslog
poll ISP with proto IMAP
user 'USER' there with password 'password' is 'heini' here
options stripcr fetchsizelimit 0 ssl expunge 500 smtphost
/var/run/dovecot/lmtp
Any ideas what could be wrong?...