Mercurial > masqmail
diff examples/example.route @ 317:55b7bde95d37
reworked allowed and denied addrs for routes
The following refactorings had been made:
- allowed_mail_locals + allowed_return_paths -> allowed_senders
- not_allowed_mail_locals + not_allowed_return_paths -> denied_senders
- allowed_rcpt_domains -> allowed_recipients
- not_allowed_rcpt_domains -> denied_recipients
The new options allow more consistent and more flexible matching.
author | meillo@marmaro.de |
---|---|
date | Thu, 28 Apr 2011 09:55:06 +0200 |
parents | dc89737b27aa |
children | ddb7b3fd3d08 |
line wrap: on
line diff
--- a/examples/example.route Mon Apr 25 15:17:30 2011 +0200 +++ b/examples/example.route Thu Apr 28 09:55:06 2011 +0200 @@ -6,10 +6,10 @@ # # users that can send mail over this connection: -# this is a list of the local parts of the original return addresses, as they are +# this is a list of the envelope sender addresses, as they are # configured with your mail client. If not set, anybody may send. -allowed_mail_locals = "okurth" +allowed_senders = "okurth" # local_hosts and local_nets will be checked before this. # cpwright.com uses the dialup up list of dul.maps.vix.com, @@ -20,7 +20,7 @@ # You will find this necessary only if you send mail directly # (if mail_host is not set below) -not_allowed_rcpt_domains = "cpwright.com" +denied_recipients = "*@cpwright.com" # # settings: