Skip to content

[bug]: SMTP connection close early before receiving MAIL FROM and RCPT #700

Answered by mdecimus
winston0410 asked this question in Q&A
Discussion options

You must be logged in to vote

Since you haven't specified a value for the session.require.auth key it is using the default which is:

[session.auth]
require = [ { if = "local_port != 25", then = true},
            { else = false } ]

You need to update it to use your custom port instead.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@winston0410
Comment options

Answer selected by winston0410
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
bug Something isn't working
2 participants
Converted from issue

This discussion was converted from issue #698 on August 20, 2024 17:03.