[Mailman-Users] Not delivering to local users

rich at edj.net rich at edj.net
Mon Jun 1 20:39:19 CEST 2009


I have Fedora 10 running postfix-2.5.6-1.fc10.i386 and  
mailman-2.1.11-5.fc10.i386.
I can send and recieve email fine. Mailman recieves all emails fine  
but only sends to remote users but not all remote users. Recipients on  
the local machine do not recieve any emails from mailman. I would like  
to figure out how to fix this. My settings are basically unchanged  
from an older Fedora 6 system. smtp-failure is full of entries like  
this:

Jun 01 12:30:34 2009 (1059) delivery to user1 at gxxx.xx failed with code  
-1: please run connect() first
Jun 01 12:30:34 2009 (1059) delivery to user2 at xxxxxxx.com failed with  
code -1: (111, 'Connection refused')

My mm_cfg.py:

DEFAULT_URL_HOST   = 'domain.net'
DEFAULT_EMAIL_HOST = 'domain.net'
MTA = 'Postfix'
POSTFIX_STYLE_VIRTUAL_DOMAINS = ['']
VIRTUAL_HOSTS.clear()
add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST)

My postfix.cf:

command_directory = /usr/sbin
daemon_directory = /usr/libexec/postfix
inet_interfaces = all
unknown_local_recipient_reject_code = 550
debug_peer_level = 2
debugger_command =
          PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin
          xxgdb $daemon_directory/$process_name $process_id & sleep 5
newaliases_path = /usr/bin/newaliases.postfix
mailq_path = /usr/bin/mailq.postfix
setgid_group = postdrop
html_directory = no
myhostname = domain.net
mydomain = domain.net
myorigin = $mydomain
mynetworks = 127.0.0.0/8, xxx.xxx.xxx.xxx
mydestination = $myhostname, localhost.$mydomain
message_size_limit = 209715200
local_recipient_maps = proxy:unix:passwd.byname $alias_maps
smtp_helo_required= yes
disable_vrfy_command = yes
virtual_alias_maps = hash:/etc/postfix/virtual,  
hash:/etc/mailman/virtual-mailman
alias_maps = hash:/etc/aliases, hash:/etc/mailman/aliases
smtpd_recipient_restrictions = reject_non_fqdn_recipient,  
reject_unknown_recipient_domain, permit_mynetworks,  
check_client_access hash:/etc/postfix/pop-before-smtp,  
reject_unauth_destination, permit
smtpd_sasl_auth_enable = yes
broken_sasl_auth_clients = yes
content_filter = smtp-amavis:[127.0.0.1]:10024
mailbox_command = /usr/bin/procmail
mailbox_size_limit = 1197152000
allow_untrusted_routing = no
readme_directory = no
sample_directory = /etc/postfix
sendmail_path = /usr/sbin/sendmail
manpage_directory = /usr/local/man
queue_directory = /var/spool/postfix
mail_owner = postfix





More information about the Mailman-Users mailing list