Hello,

I have two smtpd nodes, i'll call them A and B.

Node A is exposed to internet, Node B is not and is relaying everything to node A.

The action line on node B looks like this :

action "send" relay host smtps://[some kind of ipv6] srs

On Node A, i have a match for that "some kind of ipv6" that does a relay for everything that comes from node B.

match from src [some kind of ipv6] action "send"
action "send" relay srs

However, for some unknown reason, the connection close immediately after being opened due to this error :

Oct 15 11:09:22 compa smtpd[39586]: 764cc496537991dd smtp connected address=[some kind of ipv6] host=<unknown> Oct 15 11:09:22 compa smtpd[39586]: 764cc496537991dd smtp disconnected reason="io-error: handshake failed: unexpected EOF"

Is this a known bug?

Regards,

Jarod


Reply via email to