On 2/16/2023 9:21 AM, Viktor Dukhovni wrote:
On Thu, Feb 16, 2023 at 08:23:00AM -0500, James Pifer wrote:
Anyone see anything wrong with it or have other suggestions?
smtpd_recipient_restrictions =
check_client_access inline:{
{ 107.182.131 = REJECT This mail server rejects mail
from the 107.182.131.0 network }
}
check_sender_access inline:{
{ .store = REJECT This mail server rejects messages
from the .store domain }
{ .shop = REJECT This mail server rejects messages
from the .shop domain }
{ .tk = REJECT This mail server rejects messages
from the .tk domain }
{ .beauty = REJECT This mail server rejects messages
from the .beauty domain }
}
Don't forget set an empty:
parent_domain_matches_subdomains =
Where should that go exactly?