I followed the FreeBSD handbook Chapter 24.2 to upgrade from 8.1 to 8.2, I am getting kernel errors for various postfix commands...

May  9 12:21:11 mx3 kernel: pid 1928 (smtp), uid 125: exited on signal 11
May  9 12:21:11 mx3 kernel: pid 1931 (flush), uid 125: exited on signal 11

I have searched the maillog and can't find any errors between restart and such entries as...

May 9 12:21:11 mx3 postfix/master[1864]: warning: process /usr/local/libexec/postfix/smtp pid 1928 killed by signal 11 May 9 12:21:11 mx3 postfix/master[1864]: warning: process /usr/local/libexec/postfix/flush pid 1931 killed by signal 11

I also tried 'make deinstall' for postfix and re-installed. All the mail for a test domain seem to be flowing without issue, but these kernel messages and warnings tell me something is wrong.

I am a bit confused as to whether I did all the steps to upgrade FreeBSD, someone asked from the FreeBSD list if my world is in sync with the kernel. The upgrade section I followed said at the end of the section to reboot and the process is complete. I have definitely done a 'portupgrade -af' at the end for any of you who might be familiar with FreeBSD. But there are more sections on syncing source and rebuilding 'world'. I am using the GENERIC kernel. Someone else from that list suggested I send to this postfix list.

Here is my postfinger...

mx3# postfinger --nowarn
postfinger - postfix configuration on Mon May  9 12:23:25 EDT 2011
version: 1.30

--System Parameters--
mail_version = 2.8.2
hostname = mx3.webtent.net
uname = FreeBSD mx3.webtent.net 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Thu Feb 17 02:41:51 UTC 2011 r...@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64

--Packaging information--
looks like this postfix comes from BSD package: postfix-2.8.2,1

--main.cf non-default parameters--
address_verify_map = btree:$data_directory/verify
address_verify_negative_cache = no
address_verify_poll_count = 1
alias_maps = hash:/usr/local/etc/postfix/aliases
bounce_queue_lifetime = 1d
broken_sasl_auth_clients = yes
canonical_maps = ldap:/usr/local/etc/postfix/ldap/canonical.cf
content_filter = smtp-amavis:[127.0.0.1]:10024
delay_warning_time = 4h
disable_vrfy_command = yes
mail_name = WebTent ESMTP Postfix Internet Mail Exchange
mailbox_size_limit = 102400000
maximal_backoff_time = 1000s
maximal_queue_lifetime = 3d
message_size_limit = 51200000
mynetworks = 127.0.0.0/8, 10.0.0.0/8
relay_domains = ldap:/usr/local/etc/postfix/ldap/transport.cf
smtpd_data_restrictions = reject_unauth_pipelining, permit
smtpd_helo_restrictions = permit_mynetworks
smtpd_recipient_restrictions = permit_sasl_authenticated, permit_mynetworks, check_client_access cidr:/usr/local/etc/postfix/relay_clients, check_client_access ldap:/usr/local/etc/postfix/ldap/relay_clients.cf, check_client_access hash:/usr/local/etc/postfix/client_checks, reject_unauth_destination, reject_non_fqdn_sender, reject_non_fqdn_recipient, check_helo_access hash:/usr/local/etc/postfix/helo_checks, check_recipient_access pcre:/usr/local/etc/postfix/recipient_checks.pcre, reject_rbl_client zen.spamhaus.org, check_recipient_access ldap:/usr/local/etc/postfix/ldap/verification.cf, permit
smtpd_sasl_auth_enable = yes
smtpd_sasl_authenticated_header = yes
smtpd_sasl_local_domain = $myhostname
smtpd_sender_restrictions = permit_mynetworks check_sender_access hash:/usr/local/etc/postfix/sender_access reject_unknown_sender_domain
transport_maps = ldap:/usr/local/etc/postfix/ldap/transport.cf
unverified_recipient_reject_code = 550
unverified_sender_reject_code = 550

--master.cf--
smtp      inet  n       -       n       -       250       smtpd
pickup    fifo  n       -       n       60      1       pickup
    -o content_filter=
qmgr      fifo  n       -       n       300     1       qmgr
rewrite   unix  -       -       n       -       -       trivial-rewrite
bounce    unix  -       -       n       -       0       bounce
defer     unix  -       -       n       -       0       bounce
flush     unix  n       -       n       1000?   0       flush
proxymap  unix  -       -       n       -       -       proxymap
smtp      unix  -       -       n       -       -       smtp
relay     unix  -       -       n       -       -       smtp
showq     unix  n       -       n       -       -       showq
error     unix  -       -       n       -       -       error
local     unix  -       n       n       -       -       local
virtual   unix  -       n       n       -       -       virtual
lmtp      unix  -       -       n       -       -       lmtp
pre-cleanup  unix n     -       n       -       0       cleanup
    -o virtual_alias_maps=
    -o canonical_maps=
    -o sender_canonical_maps=
    -o recipient_canonical_maps=
    -o masquerade_domains=
cleanup unix    n       -       n       -       0       cleanup
maildrop  unix  -       n       n       -       -       pipe
  flags=DRhu user=vmail argv=/usr/local/bin/maildrop -d ${recipient}
uucp      unix  -       n       n       -       -       pipe
flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient)
ifmail    unix  -       n       n       -       -       pipe
  flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)
bsmtp     unix  -       n       n       -       -       pipe
flags=Fq. user=foo argv=/usr/local/sbin/bsmtp -f $sender $nexthop $recipient
smtp-amavis unix -  -  n  -  20  smtp
    -o smtp_data_done_timeout=1200
    -o disable_dns_lookups=yes
    -o smtp_send_xforward_command=yes
    -o always_bcc=
127.0.0.1:10025 inet n  -       n       -       -  smtpd
    -o smtpd_authorized_xforward_hosts=127.0.0.0/8
    -o content_filter=
-o receive_override_options=no_unknown_recipient_checks,no_header_body_checks
    -o local_recipient_maps=
    -o relay_recipient_maps=
    -o smtpd_restriction_classes=
    -o smtpd_client_restrictions=
    -o smtpd_helo_restrictions=
    -o smtpd_sender_restrictions=
    -o smtpd_recipient_restrictions=permit_mynetworks,reject
    -o mynetworks=127.0.0.0/8
    -o strict_rfc821_envelopes=yes
    -o smtpd_error_sleep_time=0
    -o smtpd_soft_error_limit=1001
    -o smtpd_hard_error_limit=1000
trace     unix  -       -       n       -       0       bounce
verify    unix  -       -       n       -       1       verify
anvil     unix  -       -       n       -       1       anvil
scache    unix  -       -       n       -       1       scache
discard   unix  -       -       n       -       -       discard
tlsmgr    unix  -       -       n       1000?   1       tlsmgr
retry     unix  -       -       n       -       -       error
proxywrite unix -       -       n       -       1       proxymap

-- end of postfinger output --

Thanks, Robert

Reply via email to