如何允许 postfix/iredmail 从 header 任意设置?

How to allow on postfix/iredmail to set arbitrary from header?

我已经用 iRedMail 设置了邮件服务器。它应该充当 web 应用程序的 SMTP 服务器。 Postfix 仅限于本地主机使用。

假设我创建了一个帐户 web@example.com

我需要的是允许任意设置 from header,例如bar@example.com,甚至 baz@my-second-domain.com

目前拒绝:

postfix/smtpd[7386]: NOQUEUE: reject: RCPT from ***[127.0.0.1]: 550 5.1.0 <notlviv@pb.org.ua>: Sender address rejected: User unknown in virtual mailbox table; from=<notlviv@pb.org.ua> to=<some@email.com> proto=ESMTP helo=<[127.0.0.1]>

这怎么能允许?

好的,明白了:

smtpd_reject_unlisted_sender = yes # set to no
# Sender restrictions
smtpd_sender_restrictions =
    reject_unknown_sender_domain
    reject_non_fqdn_sender
    reject_unlisted_sender # comment this