mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-30 23:00:04 +02:00
fix: fix test setup.sh debug fetchmail on wildcard domains
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.
This commit is contained in:
parent
52c8e1dbb0
commit
bbab4ef3fc
2 changed files with 2 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
poll pop3.example.com with proto POP3
|
||||
poll pop3.example.com. with proto POP3
|
||||
user 'username' there with
|
||||
password 'secret'
|
||||
is 'user2@domain.tld'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue