mox/queue
Laurent Meunier feb8e6c379 queue: retry with another IP when first attempt fails for dualstack remote 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
2024-04-12 17:44:33 +02:00
..
direct.go queue: retry with another IP when first attempt fails for dualstack remote servers 2024-04-12 17:44:33 +02:00
dsn.go queue: deliver to multiple recipients in a single smtp transaction 2024-03-07 10:07:53 +01:00
queue.go improve queue management 2024-03-18 08:50:42 +01:00
queue_test.go bugfix: missing account close in queue direct send 2024-04-08 20:22:52 +02:00
submit.go queue: deliver to multiple recipients in a single smtp transaction 2024-03-07 10:07:53 +01:00