postfix[error]:发件人地址被拒绝:虚拟邮箱表中的用户未知

Ara*_*avi 7 email-server postfix odoo

我安装了一个应用程序,它需要 smtp 信息来发送邮件,我为该应用程序提供了 smtp 用户、密码和主机,但是当它尝试发送邮件时,应用程序中发生了这个错误:

"SMTPRecipientsRefused: {'ash.mavi@gmail.com': (550, '5.1.0 <bounce-14-res.users-5@aaslaam.com>: Sender address rejected: User unknown in virtual mailbox table')} ".

我该怎么办?

邮件服务器日志:

Apr 29 13:41:41 ns3 postfix/smtpd[30281]: connect from unknown[xx.xx.xx.xx]
Apr 29 13:41:41 ns3 postfix/smtpd[30281]: NOQUEUE: reject: RCPT from unknown[xx.xx.xx.xx]: 550 5.1.0 <bounce-15-res.users-5@aaslaam.com>: Sender address rejected: User unknown in virtual mailbox table; from=<bounce-15-res.users-5@aaslaam.com> to=<ash.mavi@gmail.com> proto=ESMTP helo=<ns1.webmart.com>
Run Code Online (Sandbox Code Playgroud)

如果您需要了解更多信息,请告诉我。

sup*_*ser 8

Postfix 拒绝了未知发件人。注释掉一行/etc/postfix/main.cf

#smtpd_reject_unlisted_sender= yes

你的问题将得到解决。