mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
bbab4ef3fc
on hosts that belong to wildcard domains pop3.example.com might actually resolve to pop3.example.com.[mydomain.com] and give a valid ip the return code of fetchmail then no longer is 11 (dns failure) but something else (2 for socket error in our case) to make sure we always get return code 11 we use the domain name pop3.example.com. that is not allowed to be resolved to a subdomain.
6 lines
132 B
CFEngine3
6 lines
132 B
CFEngine3
poll pop3.example.com. with proto POP3
|
|
user 'username' there with
|
|
password 'secret'
|
|
is 'user2@domain.tld'
|
|
here options keep ssl
|