From 3ff4821b53995c0d915e7168194777e364349002 Mon Sep 17 00:00:00 2001 From: Zhang Huangbin Date: Wed, 25 Feb 2015 19:39:38 +0800 Subject: [PATCH] New sample error message in faq/1-errors.md: Sender address rejected: not logged in. --- faq/1-errors.md | 19 ++++++++++++++++++- html/errors.html | 16 +++++++++++++++- 2 files changed, 33 insertions(+), 2 deletions(-) diff --git a/faq/1-errors.md b/faq/1-errors.md index 4e087344..1aec3b22 100644 --- a/faq/1-errors.md +++ b/faq/1-errors.md @@ -3,6 +3,23 @@ [TOC] ## Postfix + +### Sender address rejected: not logged in + +Sample error message in Postfix log file: + +> Jun 24 11:57:13 mx1 postfix/smtpd[2667]: NOQUEUE: reject: RCPT from +> mail.mydomain.com[1.2.3.4]: 553 5.7.1 : Sender address +> rejected: not logged in; from= +> to= proto=ESMTP helo= + +This error is caused by incorrectly configured mail client application, not a +server issue. + +All mail users are forced to perform SMTP auth before sending email, so you +must configure your mail client applications (Outlook, Thunderbird, ...) to +enable SMTP authentication. + ### Sender address rejected: not owned by user user@domain.ltd This error is caused by restriction rule `reject_sender_login_mismatch` in @@ -35,7 +52,7 @@ this issue. ### unreasonable virtual_alias_maps map expansion size for user@domain.com -Error message in Postfix log file: +Sample error message in Postfix log file: > Feb 11 19:59:06 mail postfix/cleanup[30575]: warning: 23C334232FB3: > unreasonable virtual_alias_maps map expansion size for user@domain.com diff --git a/html/errors.html b/html/errors.html index 39293c18..db567ea1 100644 --- a/html/errors.html +++ b/html/errors.html @@ -15,6 +15,7 @@
  • Errors you may see while maintaining iRedMail server

    Postfix

    +

    Sender address rejected: not logged in

    +

    Sample error message in Postfix log file:

    +
    +

    Jun 24 11:57:13 mx1 postfix/smtpd[2667]: NOQUEUE: reject: RCPT from +mail.mydomain.com[1.2.3.4]: 553 5.7.1 <sombody@my-domain.com>: Sender address +rejected: not logged in; from=<sombody@my-domain.com> +to=<receipent@receipentdomain.com> proto=ESMTP helo=<client_helo.com>

    +
    +

    This error is caused by incorrectly configured mail client application, not a +server issue.

    +

    All mail users are forced to perform SMTP auth before sending email, so you +must configure your mail client applications (Outlook, Thunderbird, ...) to +enable SMTP authentication.

    Sender address rejected: not owned by user user@domain.ltd

    This error is caused by restriction rule reject_sender_login_mismatch in Postfix parameter smtpd_recipient_restrictions, in file /etc/postfix/main.cf:

    @@ -54,7 +68,7 @@ then enable it in iRedAPD config file /opt/iredapd/settings.py (

    unreasonable virtual_alias_maps map expansion size for user@domain.com

    -

    Error message in Postfix log file:

    +

    Sample error message in Postfix log file:

    Feb 11 19:59:06 mail postfix/cleanup[30575]: warning: 23C334232FB3: unreasonable virtual_alias_maps map expansion size for user@domain.com