I've looking in the (1200 page) O'Reilly Sendmail "Bat" book, but have been unable to find an answer about rejecting connections.
I have my own domain that I only want to receive mail from a few individuals. So in my access_db I can put:
And I know I can reject with:
But how do I reject from all connections? I realize my envelope headers will be first so they don't get rejected, but is there a wildcard for everything else?
Something like:
I have my own domain that I only want to receive mail from a few individuals. So in my access_db I can put:
Code:
From:user@allowed.net OK
Code:
Connect:domain.com REJECT
But how do I reject from all connections? I realize my envelope headers will be first so they don't get rejected, but is there a wildcard for everything else?
Something like:
Code:
Connect:*.* REJECT