Maya Copeland via Postfix-users:
> IMAP DEBUG 14:17:19 5/15: 220 hostname ESMTP Postfix
> IMAP DEBUG 14:17:19 5/15: EHLO desktop
> IMAP DEBUG 14:17:19 5/15: 250-hostname
> IMAP DEBUG 14:17:19 5/15: 250-PIPELINING
> IMAP DEBUG 14:17:19 5/15: 250-SIZE 250000000
> IMAP DEBUG 14:17:19 5/15: 250-VRFY
> IMAP DEBUG 14:17:19 5/15: 250-ETRN
> IMAP DEBUG 14:17:19 5/15: 250-AUTH GSSAPI DIGEST-MD5 LOGIN PLAIN
> IMAP DEBUG 14:17:19 5/15: 250-ENHANCEDSTATUSCODES
> IMAP DEBUG 14:17:19 5/15: 250-8BITMIME
> IMAP DEBUG 14:17:19 5/15: 250-DSN
> IMAP DEBUG 14:17:19 5/15: 250 CHUNKING
> Opened SMTP server "hostname"
> IMAP DEBUG 14:17:19 5/15: MAIL FROM:<user@domain>
> IMAP DEBUG 14:17:19 5/15: 250 2.1.0 Ok
> IMAP DEBUG 14:17:19 5/15: RCPT TO:<user+test@domain>
> IMAP DEBUG 14:17:19 5/15: 554 5.7.1 <user+test@domain>: Relay access denied
> IMAP DEBUG 14:17:19 5/15: RSET
> IMAP DEBUG 14:17:19 5/15: 250 2.0.0 Ok
> Mail not sent. Sending error: 554 One or more recipients failed
> Send Error: "554 5.7.1 <user+test@domain>: Relay access denied"
> IMAP DEBUG 14:17:19 5/15: QUIT
> IMAP DEBUG 14:17:19 5/15: 221 2.0.0 Bye
> call_mailer ERROR: Mail not sent: <user+test@domain>: Relay access denied
> Send failed, continuing

The Postfix SMTP server announces support for SASL mechanisms GSSAPI
DIGEST-MD5 LOGIN and PLAIN, but the SMTP client does not send an
AUTH command.  Therefore Postfix rejets the RCPT TO command.

You need to configure the SMTP client to send an AUTH command.

        Wietse
_______________________________________________
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org

Reply via email to