You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At present, using smtpdane -srv submission $DOMAIN without also specifying -tls-on-connect will result in a hang.
(The -submissions shortcut implicitly sets the -tls-on-connect flag.)
We should handle this more gracefully. Hanging forever is not acceptable.
It is acceptable to spot the TLS-on-connect and issue a warning and continue.
It is acceptable to spot the TLS-on-connect and error.
It is acceptable to just have a timeout over the whole handshake and abort when that is exceeded.
At present, we do have the -connect-timeout flag, but that doesn't apply once the connection has been established.
At present, using
smtpdane -srv submission $DOMAIN
without also specifying-tls-on-connect
will result in a hang.(The
-submissions
shortcut implicitly sets the-tls-on-connect
flag.)We should handle this more gracefully. Hanging forever is not acceptable.
It is acceptable to spot the TLS-on-connect and issue a warning and continue.
It is acceptable to spot the TLS-on-connect and error.
It is acceptable to just have a timeout over the whole handshake and abort when that is exceeded.
At present, we do have the
-connect-timeout
flag, but that doesn't apply once the connection has been established.Spotted while investigating #7
The text was updated successfully, but these errors were encountered: