Hi, I am setting up a new mailman server using postfix and am using the postfix-to-mailman.py script for my subdomain lists.nsd.org (e.g. everything to that domain will go to mailman). It works fine for internal IP's, but fails miserably for external IPS with with:
Recipient address rejected: User unknown in local recipient table The internal addresses are working because I have $mynetworks set to allow anything internal. What I cannot get working is the $mydestination to allow incoming mail to be routed to the mailman server via the script. My main.cf is: smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU) biff = no append_dot_mydomain = no myhostname = lists.lists.nsd.org mydomain = lists.nsd.org alias_maps = hash:/etc/aliases alias_database = hash:/etc/aliases myorigin = lists.nsd.org mydestination = lists.lists.nsd.org, lists.nsd.org, localhost.lists.nsd.org, localhost transport_maps = hash:/etc/postfix/transport mailman_destination_recipient_limit = 1 mynetworks = 10.0.0.0/8 127.0.0.0/8 mailbox_command = procmail -a "$EXTENSION" mailbox_size_limit = 0 recipient_delimiter = + inet_interfaces = all owner_request_special = no soft_bounce = yes Thanks for your help. cheers, ski -- "When we try to pick out anything by itself, we find it connected to the entire universe" John Muir Chris "Ski" Kacoroski, [email protected], 206-501-9803 or ski98033 on most IM services _______________________________________________ Tech mailing list [email protected] http://lopsa.org/cgi-bin/mailman/listinfo/tech This list provided by the League of Professional System Administrators http://lopsa.org/
