On Sat, 2006-02-18 at 16:20 +1100, Peter Hardy wrote:
> On Sat, 2006-02-18 at 16:12 +1100, Scott Ragen wrote:
> > [EMAIL PROTECTED] wrote on 02/18/2006 04:01:44 PM:
> > 
> > > On Sat, 2006-02-18 at 14:39 +1100, TongMaster wrote:
> > > > On Sat, 2006-02-18 at 12:59 +1100, Erik de Castro Lopo wrote:
> > > > 
> > 
> > > Currently spamassassin via a mailman plugin, and a handful of header
> > > checks in mailman.
> > Do you have RBL's configured in Postfix?
> 
> No. We started out using two or three, which have been commented out
> over the years as the lists in questions died out, and weren't replaced.

FWIW, the main.cf looks a little bit like this.

-- 
Pete
smtpd_banner = $myhostname ESMTP $mail_name
biff = no

# appending .domain is the MUA's job.
append_dot_mydomain = no

myhostname = rusty.slug.org.au
alias_maps = hash:/etc/aliases,
                hash:/var/lib/mailman/data/aliases,
                hash:/etc/postfix/aliases.slug,
                hash:/etc/postfix/aliases.financial-members
alias_database = hash:/etc/aliases
myorigin = /etc/mailname
mydestination = rusty.slug.org.au, slug.org.au, sydney.linuxchix.org, 
localhost.localdomain, localhost
relayhost = 
mynetworks = 127.0.0.0/8
mailbox_size_limit = 0
recipient_delimiter = +
inet_interfaces = all

# Pass -owner and -request off to mailman
owner_request_special = no

### SPAM, UCE & resource controls
smtp_helo_required = yes
strict_rfc821_envelopes = yes
disable_vrfy_command = yes

unknown_address_reject_code = 554
unknown_hostname_reject_code = 554
unknown_client_reject_code = 554
unverified_sender_reject_code = 554

smtpd_clint_restrictions = 
smtpd_helo_restrictions = check_helo_access regexp:/etc/postfix/helo_access
smtpd_sender_restrictions =
smtpd_recipient_restrictions = permit_mynetworks
                                reject_unauth_destination
                                reject_non_fqdn_sender
                                reject_non_fqdn_recipient
                                reject_unknown_sender_domain
                                reject_unknown_recipient_domain
                                reject_unlisted_sender
                                check_recipient_access 
hash:/etc/postfix/recipient_access
                                check_client_access 
hash:/etc/postfix/client_access
                                reject_unauth_pipelining
                                reject_invalid_hostname
                                reject_unverified_sender
                                permit
smtpd_etrn_restrictions = permit_mynetworks
                        check_client_access $relay_domains
                        reject
header_checks = regexp:/etc/postfix/header_checks

-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to