Uh-oh. Just upgraded a Ubuntu box to the latest and greatesti (jaunty jackelope), and postfix is dying all over the place:
Apr 24 14:06:25 chocolate postfix/smtpd[5176]: connect from unknown[unknown] Apr 24 14:06:25 chocolate postfix/smtpd[5176]: lost connection after CONNECT from unknown[unknown] Apr 24 14:06:25 chocolate postfix/smtpd[5176]: disconnect from unknown[unknown] Apr 24 14:06:25 chocolate kernel: [ 1895.725677] smtpd[5176]: segfault at b0d12950 eip b7c560b0 esp bfd1241c error 6 Apr 24 14:06:25 chocolate postfix/master[5141]: warning: process /usr/lib/postfix/smtpd pid 5176 killed by signal 11 Apr 24 14:06:25 chocolate postfix/master[5141]: warning: /usr/lib/postfix/smtpd:bad command startup -- throttling and on and on. How in the heck did I manage to shoot myself in the foot? (the upgraded warned me that I should change postgrey from port 60000 to port 10023. So I did it.) i attached postconf -n because I was unsure how to format it.
alias_database = hash:/etc/postfix/aliases alias_maps = hash:/etc/postfix/aliases command_directory = /usr/sbin config_directory = /etc/postfix daemon_directory = /usr/lib/postfix debug_peer_level = 2 delay_warning_time = 4 hash_queue_names = deferred, defer active bounce flush incoming in_flow_delay = 1s inet_interfaces = all local_recipient_maps = mail_owner = postfix mail_spool_directory = /var/spool/mail mailbox_command = /usr/bin/procmail -Y -a $DOMAIN mailbox_size_limit = 512000000 mailq_path = /usr/bin/mailq manpage_directory = /usr/share/man maps_rbl_reject_code = 571 message_size_limit = 102400000 mydestination = chocolate.egps.com mydomain = egps.com myhostname = chocolate.egps.com mynetworks = 67.84.255.163/32, 39.119.130.0/27, 127.0.0.0/8, 10.0.0.0/8 myorigin = egps.com newaliases_path = /usr/bin/newaliases proxy_interfaces = 38.119.130.7 queue_directory = /var/spool/postfix readme_directory = /usr/share/doc/postfix-2.0.6/README_FILES sample_directory = /usr/share/doc/postfix-2.0.6/samples sendmail_path = /usr/sbin/sendmail setgid_group = postdrop smtpd_banner = $myhostname ESMTP Sendmail 8.12.10/8.12.9 smtpd_client_restrictions = permit_mynetworks, reject_unauth_destination, reject_unauth_pipelining, check_recipient_access hash:/etc/postfix/recipient_checks, check_client_access hash:/etc/postfix/whitelist reject_rbl_client zen.spamhaus.org, reject_rbl_client bl.spamcop.net, reject_rbl_client cn-kr.blackholes.us, reject_rbl_client combined.njabl.org, reject_rbl_client cbl.abuseat.org, reject_rbl_client sbl.spamhaus.org, reject_rhsbl_client sbl.spamhaus.org, reject_rhsbl_client bl.spamcop.net, reject_rhsbl_client cn-kr.blackholes.us, reject_rhsbl_client combined.njabl.org, reject_rhsbl_client cbl.abuseat.org, reject_invalid_hostname, permit smtpd_delay_reject = yes smtpd_helo_required = yes smtpd_sender_restrictions = permit_mynetworks, reject_non_fqdn_sender, reject_unauth_pipelining, check_recipient_access hash:/etc/postfix/recipient_checks, check_client_access hash:/etc/postfix/whitelist reject_rbl_client bl.spamcop.net, reject_rbl_client cn-kr.blackholes.us, reject_rbl_client combined.njabl.org, reject_rbl_client cbl.abuseat.org, reject_rbl_client sbl.spamhaus.org, reject_rbl_client dynablock.wirehub.net, reject_rhsbl_client sbl.spamhaus.org, reject_rhsbl_client bl.spamcop.net, reject_rhsbl_client cn-kr.blackholes.us, reject_rhsbl_client combined.njabl.org, reject_rhsbl_client cbl.abuseat.org, check_policy_service inet:127.0.0.1:10023 permit transport_maps = hash:/etc/postfix/transport unknown_local_recipient_reject_code = 450 virtual_alias_maps = hash:/etc/postfix/virtual