ZhangHuangbin wrote:Did you configure the MUA to send email with smtp authentication?
Please show us Postfix log lines related to this email.
I send email from Thunderbird, where:
to: putted existing email,
cc: putted not existed email.
Here is Postfix log:
Oct 29 14:09:12 mail postfix/submission/smtpd[14271]: connect from ***HIDE_SENSITIVE_INFO***[***HIDE_SENSITIVE_INFO***]
Oct 29 14:09:12 mail postfix/submission/smtpd[14271]: Anonymous TLS connection established from ***HIDE_SENSITIVE_INFO***: TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)
Oct 29 14:09:13 mail postfix/submission/smtpd[14271]: NOQUEUE: reject: RCPT from ***HIDE_SENSITIVE_INFO***: 550 5.1.1 <***HIDE_SENSITIVE_INFO***>: Recipient address rejected: User unknown in virtual mailbox table; from=<***HIDE_SENSITIVE_INFO***> to=<***HIDE_SENSITIVE_INFO***> proto=ESMTP helo=<***HIDE_SENSITIVE_INFO***>
Oct 29 14:09:17 mail postfix/submission/smtpd[14271]: disconnect from ***HIDE_SENSITIVE_INFO*** ehlo=2 starttls=1 auth=1 mail=1 rcpt=0/1 quit=1 commands=6/7
Then changed my configuration:
to: putted existing email,
cc: putted existing email.
Oct 29 14:11:18 mail postfix/submission/smtpd[14271]: connect from ***HIDE_SENSITIVE_INFO***
Oct 29 14:11:18 mail postfix/submission/smtpd[14271]: Anonymous TLS connection established from ***HIDE_SENSITIVE_INFO***: TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)
Oct 29 14:11:18 mail postfix/submission/smtpd[14271]: E1CFD7C3089: client=***HIDE_SENSITIVE_INFO***, sasl_method=PLAIN, sasl_username=***HIDE_SENSITIVE_INFO***
Oct 29 14:11:19 mail postfix/cleanup[13952]: E1CFD7C3089: message-id=<***HIDE_SENSITIVE_INFO***>
Oct 29 14:11:19 mail postfix/qmgr[1794]: E1CFD7C3089: from=<***HIDE_SENSITIVE_INFO***>, size=2216, nrcpt=3 (queue active)
Oct 29 14:11:19 mail postfix/submission/smtpd[14271]: disconnect from ***HIDE_SENSITIVE_INFO*** ehlo=2 starttls=1 auth=1 mail=1 rcpt=1 data=1 quit=1 commands=8
In both cases used the same client with the same configuration.
Thunderbird uses StartTLS with Normal password auth.