|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
Re: receipient filters don't work
From: Anne Ramey (anner
blast.com)
Date: Tue Dec 21 2004 - 14:41:34 CST
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Posted as requested. I have two instances of postfix on the machine.
One in /etc/postfix and one in /etc/postfix-deliver. This is the
postconf -n for both:
postconf -n
alias_database = hash:/etc/postfix/aliases,
hash:/etc/postfix/aliases.maj, hash:/etc/postfix/aliases.mailman
alias_maps = hash:/etc/postfix/aliases, hash:/etc/postfix/aliases.maj,
hash:/etc/postfix/aliases.mailman
allow_mail_to_files = alias,forward
alternate_config_directories = /etc/postfix-deliver
biff = no
body_checks = regexp:/etc/postfix/body_checks
command_directory = /usr/sbin
config_directory = /etc/postfix
content_filter = smtp-amavis:[127.0.0.1]:10024
daemon_directory = /usr/libexec/postfix
debug_peer_level = 10
debug_peer_list = cavinsinc.com
default_process_limit = 100
header_checks = regexp:/etc/postfix/reject,
regexp:/etc/postfix/header_checks
in_flow_delay = 2s
inet_interfaces = $myhostname, localhost, wolverine.emji.net
local_recipient_maps = $alias_maps unix:passwd.byname
mail_owner = postfix
mail_spool_directory = /var/spool/mail
mailbox_command = /usr/local/bin/procmail -a "$EXTENSION" -d "$USER"
mailbox_size_limit = 512000000
mailq_path = /usr/bin/mailq
manpage_directory = /usr/local/man
message_size_limit = 20240000
mydestination = $myhostname, localhost.$mydomain, emji.net, blast.com
mydomain = emji.net
myhostname = mail.emji.net
mynetworks = $config_directory/relay-domains
mynetworks_style = host
myorigin = $mydomain
newaliases_path = /usr/bin/newaliases
queue_directory = /var/spool/postfix
readme_directory = /etc/postfix/readme
recipient_delimiter = +
sample_directory = /etc/postfix
sendmail_path = /usr/sbin/sendmail
setgid_group = mail
smtpd_client_restrictions = hash:/etc/postfix/access, reject_rbl_client
relays.ordb.org
smtpd_helo_required = yes
smtpd_sender_restrictions = hash:/etc/postfix/access,
reject_unauth_pipelining, reject_unknown_sender_domain,
reject_non_fqdn_sender
transport_maps = mysql:/etc/postfix/transport.cf
postconf -c /etc/postfix-deliver -n
alias_database = hash:/etc/postfix/aliases,
hash:/etc/postfix/aliases.maj, hash:/etc/postfix/aliases.mailman
alias_maps = hash:/etc/postfix/aliases, hash:/etc/postfix/aliases.maj,
hash:/etc/postfix/aliases.mailman
allow_mail_to_files = alias,forward
alternate_config_directories = /etc/postfix-deliver
biff = no
command_directory = /usr/sbin
config_directory = /etc/postfix-deliver
daemon_directory = /usr/libexec/postfix-deliver
debug_peer_level = 10
debug_peer_list = cavinsinc.com
default_process_limit = 100
enabled = yes
header_checks = regexp:/etc/postfix/reject
in_flow_delay = 2s
inet_interfaces = mail3.blast.com
local_recipient_maps = $alias_maps unix:passwd.byname
mail_owner = postfix
mail_spool_directory = /var/spool/mail
mailbox_command = /usr/local/bin/procmail -a "$EXTENSION" -d "$USER"
mailbox_size_limit = 512000000
mailq_path = /usr/bin/mailq
manpage_directory = /usr/local/man
message_size_limit = 20240000
mydestination = $myhostname, localhost.$mydomain, emji.net, blast.com
mydomain = blast.com
myhostname = mail3.blast.com
mynetworks = /etc/postfix/relay-domains,
/etc/postfix-deliver/my_acceptable_ips
mynetworks_style = host
myorigin = $mydomain
newaliases_path = /usr/bin/newaliases
queue_directory = /var/spool/postfix-deliver
readme_directory = /etc/postfixi-deliver/readme
recipient_delimiter = +
sample_directory = /etc/postfix-deliver/sample
sendmail_path = /usr/sbin/sendmail
setgid_group = mail
smtpd_client_restrictions = hash:/etc/postfix/access, reject_rbl_client
relays.ordb.org
smtpd_helo_required = yes
smtpd_recipient_restrictions = permit_mynetworks, reject
smtpd_sender_restrictions = hash:/etc/postfix/access,
reject_unauth_pipelining, reject_unknown_sender_domain,
reject_non_fqdn_sender
transport_maps = hash:/etc/postfix-deliver/transport
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]