>put it in the list of smtpd_recipient_restrictons


I don't have a smtpd_recipent_restrictions statement!! what i do have is

smtpd_client_restrictions = permit_mynetworks,
                                hash:/etc/postfix/spamlist.map,
                                reject_non_fqdn_sender,
                                reject_non_fqdn_recipient,
                                hash:/etc/postfix/myspamlist.map,
                                check_sender_access
hash:/etc/postfix/no_send.map


smtpd_sender_restrictions = check_sender_access
hash:/etc/postfix/myspamlist.map,
                                check_sender_access
hash:/etc/postfix/spamlist.map


can these statements be rationalised to the following:-

smtp_recipient_restrictions = permit_mynetwork,
                                reject_non_fqdn_sender,
                                reject_non_fqdn_recipient,
                                        check_client_access 
hash:/etc/postfix/myspamlist.map,
                                        check_client_access 
hash:/etc/postfix/spamlist.map,
                                        check_sender_access 
hash:/etc/postfix/myspamlist.map,
                                        check_sender_access 
hash:/etc/postfix/spamlist.map,
                                        check_sender_access 
hash:/etc/postfix/no_send.map,
and then adding in
                                        check_helo_access 
hash:/etc/postfix/helo_hostnames.map
for the helo/ehlo checking


also - i want to start rbl checking do i just need to add

maps_rbl_reject_code = 571
maps_rbl_domains = blackholes.easynet.nl

before the smtp_recipient_restrictions  statement and reject_maps_rbl to the
end of the smtp_recipient_restrictions statement?

thanks

Les.







**********************************************************************
Information in this mail is confidential and intended only for the use of the 
individual or entity named above. If you are not the intended recipient, you are 
hereby notified that any dissemination, distribution or copying of this communication 
is strictly prohibited.
MLM Distribution Ltd will accept no responsibility or liability in respect to this 
email other than to the addressee. If you have received this email in error, please 
notify MLM by telephone on 0208 4778000 or by email on [EMAIL PROTECTED]


Reply via email to