Unable to send mails using nullmailer installed on the same machine as Stalwart #493
Unanswered
mediocretwo
asked this question in
Q&A
Replies: 2 comments 1 reply
-
Hi, This is because your client is not using a fully-qualified domain name in the EHLO command. This behaviour is usually associated with spammers so it is disabled by default. You can disable this security feature from the configuration file but it is not recommended. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm new to self hosting my email server, and I'm trying to send emails using nullmailer on my server, to forward them to Stalwart running in a docker container on the same machine. The idea is, I want to send emails using nullmailer (from my own domain) to my protonmail email account through Stalwart, regarding the status of my server. Nullmailer is able to reach Stalwart on the network, but the email from Nullmailer is getting rejected at SMTP EHLO stage in Stalwart. The logs show the following message:
INFO session{instance="smtp" protocol=Smtp remote.ip="172.30.0.1" remote.port=51446}: smtp::inbound::ehlo: context="ehlo" event="reject" reason="invalid" domain="jmserver"
. I'm pretty lost on whats happening here, would really appreciate some help. Thanks!Beta Was this translation helpful? Give feedback.
All reactions