Answer the question
In order to leave comments, you need to log in
How to create a [email protected] mailbox on postfix?
It was necessary to create a box for sending notification letters without the ability for recipients to send a response letter to postfix, something like [email protected] Created such a mailbox, configured
/etc/postfix/access:
[email protected] reject
Everything seems to be working, but the mail client does not want to be configured with such a configuration, it says that the configuration does not pass the test. Maybe somehow this can be configured on postfix in a different way?
Answer the question
In order to leave comments, you need to log in
Apparently, the mail client is trying to check the correctness of the settings by sending a letter to itself. But since you have reject
, then such a check certainly fails (response code 5xx). You have several options ( from top to bottom from simple to complex, from bottom to top from more correct to less correct ):
reject
use discard
. Of the minuses, real senders will not receive a DSN report about the impossibility of delivery.smtpd_restriction_classes
.smtpd_sender_login_maps
.Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question