[Mailman-Users] Possibly a simple question about delivery

Richard Bates bates at telehouse.com
Wed Apr 30 19:09:01 CEST 2008


I am testing a postfix mail server with mailman
My question/problem is

on normal delivery mail gets delivered to
/home/user/Maildir
for imap use.

when mailman delivers the mail it sends it to
/var/mail

why and how do i fix it?

Below is my postfix/main.cf
=====================================================
=== CLIP postfix/main.cf
home_mailbox = Maildir/
queue_directory = /var/spool/postfix
command_directory = /usr/local/sbin
daemon_directory = /usr/local/libexec/postfix
mail_owner = postfix
unknown_local_recipient_reject_code = 450
debug_peer_level = 2
debugger_command =
	PATH=/bin:/usr/bin:/usr/local/bin; export PATH; (echo cont;
	echo where) | gdb $daemon_directory/$process_name $process_id 2>&1
	>$config_directory/$process_name.$process_id.log & sleep 5
sendmail_path = /usr/local/sbin/sendmail
newaliases_path = /usr/local/bin/newaliases
mailq_path = /usr/local/bin/mailq
setgid_group = maildrop
#MAIL_GID = nobody

manpage_directory = /usr/local/man
sample_directory = /usr/local/etc/postfix
readme_directory = no
alias_maps = hash:/usr/local/etc/postfix/aliases,hash:/usr/local/ 
mailman/data/aliases
recipient_delimiter = +
unknown_local_recipient_reject_code = 550


myhostname = test.telehouse.com
mydomain = test.telehouse.com
mydestination = test.telehouse.com,172.18.1.101

disable_vrfy_command = yes
mailbox_size_limit = 512000000
message_size_limit = 10485770
masquerade_domains = $mydomain
masquerade_exceptions = root

broken_sasl_auth_clients = yes
smtpd_helo_required = yes
mynetworks = 127.0.0.0/8
smtpd_sender_restrictions = permit_mynetworks, reject_rhsbl_sender  
sbl.spamhaus.org
smtpd_client_restrictions = permit_mynetworks, reject_rbl_client  
sbl.spamhaus.org
smtpd_recipient_limit = 10000

#always_bcc = mailmanager

# SASL SUPPORT FOR CLIENTS
smtpd_sasl_authenticated_header = yes
smtpd_sasl_auth_enable = yes
smtpd_sasl_security_options = noanonymous
smtpd_sasl_local_domain = $myhostname
smtpd_recipient_restrictions =
         permit_sasl_authenticated,
         permit_mynetworks,
         reject_rhsbl_recipient sbl.spamhaus.org,
         reject_unauth_destination

#### END postfix/main.cf Clip


More information about the Mailman-Users mailing list