Hello,my friend
This is Tom, I'm sending my greeting from China
/etc/postfix/main.cf
smtpd_sender_restrictions =
check_sender_access hash:/etc/postfix/sender_reject_addr_check
/etc/postfix/sender_reject_addr_check
[email protected] REJECT
So, [email protected],this email address can not send mail via my mail
server, It's working well
last week, add another restrictions
ip must use @example.com as sender address, This IP can not use @
anotherexample.com as sender address. It's can working
The problem is " [email protected] REJECT", the first restrictions can
not working, How can I let these two restrictions working together, Thanks
a lot
TOM