From 328db510329374eb66d43195c55fc9b37123dd9f Mon Sep 17 00:00:00 2001 From: Dario Ernst Date: Sat, 9 Feb 2019 12:33:33 +0100 Subject: [PATCH 1/2] Add FAQ about clients on port 25 generating non-helpful errors --- docs/faq.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/faq.rst b/docs/faq.rst index 4abd8874..cec7fb98 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -421,3 +421,7 @@ We **strongly** advice against downgrading the TLS version and ciphers! .. _`681`: https://github.com/Mailu/Mailu/pull/681 .. _`698`: https://github.com/Mailu/Mailu/issues/698 .. _`unbound`: https://nlnetlabs.nl/projects/unbound/about/ + +A user gets ``Sender address rejected: Access denied. Please check the message recipient […] and try again`` even though the sender is legitimate? +```````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````` +First, check if you are really sure the user is a legitimate sender, i.e. the registered user is authenticated successfully and own either the account or alias he/she is trying to send from. If you are really sure this is correct, then the user might try to errornously send via port 25 insteadof the designated SMTP client-ports. Port 25 is meant for server-to-server delivery, while users should use port 587 or 465. From b798ea94d29264ec3427f80937b1d03fe7ef48a8 Mon Sep 17 00:00:00 2001 From: Ionut Filip Date: Fri, 1 Mar 2019 16:56:08 +0200 Subject: [PATCH 2/2] Split quoted text on two lines and fix underlines --- docs/faq.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/faq.rst b/docs/faq.rst index cec7fb98..61cb8daf 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -422,6 +422,6 @@ We **strongly** advice against downgrading the TLS version and ciphers! .. _`698`: https://github.com/Mailu/Mailu/issues/698 .. _`unbound`: https://nlnetlabs.nl/projects/unbound/about/ -A user gets ``Sender address rejected: Access denied. Please check the message recipient […] and try again`` even though the sender is legitimate? -```````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````` +A user gets ``Sender address rejected: Access denied. Please check the`` ``message recipient […] and try again`` even though the sender is legitimate? +`````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````` First, check if you are really sure the user is a legitimate sender, i.e. the registered user is authenticated successfully and own either the account or alias he/she is trying to send from. If you are really sure this is correct, then the user might try to errornously send via port 25 insteadof the designated SMTP client-ports. Port 25 is meant for server-to-server delivery, while users should use port 587 or 465.