Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
queue: retry with another IP when first attempt fails for dualstack r…
…emote servers mox was already giving another try for received errors after the `HELO`/`EHLO` command. Now mox do the same for received errors when trying to deliver the message to the remote SMTP server. This should help to deliver messages to SMTP server that rejects incoming messages because of bad ipv4 or ipv6 configuration (for example for servers checking reverse DNS records). mox will now try to deliver messages on both ip family instead before considering the error as permanent. fix #149
- Loading branch information