Hi
One of client have two serwervers
1)for outgoing - smtp.domain.ltd
2)for incomming - mx.domain.ltd
and hi send e-mail from n...@domain.ltd
bounce -> smtp.domain.ltd send to mx.domain.ltd
how disable bounce and non delivery and sender notify who was send to
smtp.domain.ltd ?
I try in header_checks
/^Subject:.*Undelivered Mail Returned/ DISCARD
/^From:.*smtp1.domain.ltd/ DISCARD
and
....
smtpd_recipient_restrictions =
check_recipient_access hash:/etc/postfix/access.recipients
....
n...@domain.lt REJECT Too many
--