diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2017-06-03 13:39:18 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2017-06-03 16:40:22 +0100 |
commit | e69636bc9ddf3617be688b07941d7d659d50eaa7 (patch) | |
tree | 5b4d133f854b3ce4b70fe30632d768388ecfdf7f /test/confs/0211 | |
parent | 919795ff824f1aa4b0b0d7b301909f5aa273336a (diff) |
Fix crash in transport, on second smtp-connect fail for a list of target hosts
Reported as the sequence:
1MX: 554 on connect (banner)
2MX: TCP conn timeout
Diffstat (limited to 'test/confs/0211')
-rw-r--r-- | test/confs/0211 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/test/confs/0211 b/test/confs/0211 index 96f3beac1..7856481df 100644 --- a/test/confs/0211 +++ b/test/confs/0211 @@ -30,7 +30,11 @@ begin routers others: driver = manualroute domains = ! +local_domains - route_list = * localhost4.test.ex byname +.ifdef LIST + route_data = 127.0.0.1:HOSTIPV4 +.else + route_data = localhost4.test.ex byname +.endif self = send transport = smtp no_more @@ -48,6 +52,7 @@ begin transports smtp: driver = smtp port = PORT_S + command_timeout = 1s local_delivery: driver = appendfile |