2
votes
3answers
81 views
How can I accept mail from only one domain in smtp-gated?
I need a Perl-compatible regular expression for filtering my email with smtp-gated. I only want to allow one domain ('mydomain.com') and reject everything else. How do I do this in a foolproof way? …
