Here's my output from postconf -n alias_database = hash:/usr/local/etc/postfix/aliases alias_maps = hash:/usr/local/mailman/data/aliases command_directory = /usr/local/sbin config_directory = /usr/local/etc/postfix daemon_directory = /usr/local/libexec/postfix debug_peer_level = 2 disable_vrfy_command = yes html_directory = no in_flow_delay = 3s inet_interfaces = all local_destination_concurrency_limit = 1 mail_owner = postfix mailbox_command = /usr/local/bin/procmail -Y -a $DOMAIN mailq_path = /usr/local/bin/mailq manpage_directory = /usr/local/man message_size_limit = 22528000 mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain, mydomain = example.org myhostname = flatlined.example.org mynetworks = 216.2.209.0/28, 127.0.0.0/8, 10.2.1.0/24 12.104.180.101/32 mynetworks_style = host myorigin = $mydomain newaliases_path = /usr/local/bin/newaliases owner_request_special = no queue_directory = /var/spool/postfix readme_directory = no recipient_delimiter = + sample_directory = /usr/local/etc/postfix sendmail_path = /usr/local/sbin/sendmail setgid_group = maildrop smtpd_banner = $myhostname ESMTP $mail_name smtpd_client_restrictions = permit_mynetworks, check_client_access hash:/usr/local/etc/postfix/junk, reject_rbl_client zen.spamhaus.org, reject_rbl_client virbl.dnsbl.bit.nl, reject_multi_recipient_bounce, reject_unauth_pipelining, reject_rhsbl_sender dsn.rfc-ignorant.org, reject_rbl_client list.dsbl.org, reject_rbl_client combined.njabl.org, reject_rbl_client bhnc.njabl.org, reject_rbl_client dnsbl.ahbl.org smtpd_data_restrictions = reject_unauth_pipelining, permit smtpd_helo_required = yes smtpd_helo_restrictions = permit_mynetworks, reject_unauth_pipelining, permit smtpd_sender_restrictions = hash:/usr/local/etc/postfix/junk, reject_unknown_sender_domain, reject_non_fqdn_sender, reject_unlisted_sender, reject_unauth_pipelining strict_rfc821_envelopes = yes transport_maps = hash:/usr/local/etc/postfix/transport unknown_local_recipient_reject_code = 550 virtual_alias_maps = hash:/usr/local/etc/postfix/virtual virtual_mailbox_base = /var/mail virtual_mailbox_domains = /usr/local/etc/postfix/virtual_domains
Problem is, anything that I had in my /usr/local/etc/postfix/aliases file that wasn't the standard root, bin, postmaster, etc won't work. I get the error Recipient address rejected: User unknown in local recipient table I used the regular domain on the server for personal usage and had a lot of aliases in there for mail lists. Now non of the aliases work. Thanks ------------------------------------------------------ Mailman-Users mailing list [email protected] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp
