I have built a 2.5.1 postfix system on a x86 box with solaris 10 kernel
version Generic-137112-01.  This machine will forward to our exchange
machines etc. I use the aliases database for this purpose. I have used
the dbm database and it has worked well in the past, I have a test
system built (I thought the same) on a slightly earlier kernel version,
all other versions of software were the same). Which seems to work fine.
The new machine is throwing a sigsegv 11 error on what appears to be a
fetch to the database. I have rebuilt the dbm databases several times
but this doesn't fix the problem. The databases are the same as in the
production 2.2.5 and pretty much as in the test 2.5.1. system. Any ideas
would be helpful. I have put a postconf -n and a sample from the log
file in and attachment
alias_database = dbm:/etc/postfix/aliases, dbm:/etc/postfix/major-aliases
alias_maps = dbm:/etc/postfix/aliases, dbm:/etc/postfix/virtual, 
dbm:/etc/postfix/major-aliases, dbm:/etc/postfix/telbill
allow_percent_hack = no
body_checks = regexp:/etc/postfix/uuspam-body-regexp.cf
command_directory = /usr/sbin
config_directory = /etc/postfix
daemon_directory = /usr/libexec/postfix
data_directory = /var/lib/postfix
debug_peer_level = 2
debug_peer_list = 67.177.36.122
header_checks = regexp:/etc/postfix/uuspam-regexp.cf
html_directory = no
inet_interfaces = all
local_recipient_maps = $alias_maps
mail_owner = postfix
mailq_path = /usr/bin/mailq
manpage_directory = /usr/local/man
masquerade_domains = $mydomain
masquerade_exceptions = root
message_size_limit = 25000000
mydestination = $myhostname, localhost.$mydomain, $mydomain, virtual.domain, 
lists.acs.utah.edu, mail.acs.utah.edu
mydomain = acs.utah.edu
mynetworks = 128.xxx.xxx.0/24, 128.xxx.xxx.0/24, 127.0.0.0/8 
myorigin = $mydomain
newaliases_path = /usr/bin/newaliases
queue_directory = /var/spool/postfix
readme_directory = no
relay_domains = $mynetworks /etc/postfix/mydest
sample_directory = /etc/postfix
sendmail_path = /usr/lib/sendmail
setgid_group = maildrop
smtpd_helo_required = yes
smtpd_recipient_restrictions = permit_mynetworks,    reject_unauth_destination, 
   reject_unlisted_recipient,    reject_unauth_pipelining,    
check_recipient_access dbm:/etc/postfix/pager_access,    permit
smtpd_sender_restrictions = regexp:/etc/postfix/sender.regexp
soft_bounce = no


Sep  3 08:05:08 trader.acs.utah.edu postfix/qmgr[571]: [ID 947731 mail.warning] 
warning: private/local socket: malformed response
Sep  3 08:05:08 trader.acs.utah.edu postfix/qmgr[571]: [ID 947731 mail.warning] 
warning: transport local failure -- see a previous warni
ng/fatal/panic logfile record for the problem description
Sep  3 08:05:08 trader.acs.utah.edu postfix/master[547]: [ID 947731 
mail.warning] warning: process /usr/libexec/postfix/local pid 814 ki
lled by signal 11
Sep  3 08:05:08 trader.acs.utah.edu postfix/master[547]: [ID 947731 
mail.warning] warning: /usr/libexec/postfix/local: bad command start
up -- throttling
Sep  3 08:05:08 trader.acs.utah.edu postfix/error[816]: [ID 197553 mail.info] 
7E8005C70: to=<[EMAIL PROTECTED]>, relay=none, delay=0.
52, delays=0.07/0.43/0/0.03, dsn=4.3.0, status=deferred (unknown mail transport 
error)

Reply via email to