This is a discussion on Re: main.cf config within the mailing.postfix.users forums, part of the Mail Servers and Related category; * Jim Greene <jim.greene@megalink.net>: > smtpd_helo_restrictions = > permit_mynetworks, > permit_mx_backup, > reject_invalid_hostname, > reject_unknown_hostname, > reject_non_fqdn_hostname, &...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
* Jim Greene <jim.greene@megalink.net>:
> smtpd_helo_restrictions = > permit_mynetworks, > permit_mx_backup, > reject_invalid_hostname, > reject_unknown_hostname, > reject_non_fqdn_hostname, > hash:/etc/postfix/access, Should be: check_helo_access hash:/etc/postfix/helo_access > reject_rbl_client sbl.spamhaus.org, > reject_rbl_client relays.ordb.org, > reject_rbl_client opm.blitzed.org, > reject_rbl_client spam.dnsrbl.net, Why do you check for clients in the HELO? > permit > smtpd_sender_restrictions = > reject_unauth_pipelining, > reject_unknown_sender_domain, > hash:/etc/postfix/access, Should be: check_sender_access hash:/etc/postfix/sender_access > reject_non_fqdn_sender, > permit > smtpd_recipient_restrictions = > permit_mynetworks, > permit_mx_backup, > reject_unauth_destination, > reject_non_fqdn_recipient, > permit I'd rather put all restrictions into smtpd_recipient_restrictions and lose the duplicates that way. > header_checks = regexp:/etc/postfix/header_checks > body_checks = regexp:/etc/postfix/body_checks > content_filter = smtp-amavis:[localhost]:10024 > alias_maps = hash:/etc/postfix/aliases > Jim > > -- Ralf Hildebrandt Ralf.Hildebrandt@charite.de my current spamtrap spamtrap@charite.de http://www.arschkrebs.de/postfix/ Tel. +49 (0)30-450 570-155 Why you can't find your system administrators: they're out on an interview |