On Wed, Dec 26, 2007 at 11:22:13AM -0700, LaMont Jones wrote:
> On Wed, Dec 26, 2007 at 05:43:22PM +0100, Alvaro G. M. wrote:
> > >From time to time (nearly to about 'always') any helper app (by which I
> > >mean
> > trivial-rewrite, flush, bounce, cleanup, etc) got killed by signal 6 having
> > sent previously a bad command startup message. For example, this are the
> > last messages logged in mail.warn
>
> The bad command startup is because the child died. Signal 6 is SIGABRT,
> which means there should be some log record somewhere for whatever
> decided to kill it... Scanning backwards in mail.log, are there any
> error messages of any significance? Assuming not, I'll need to see
> master.cf and main.cf from /etc/postfix to have a chance of tracking
> this down.
>
> lamont
There are no error on mail.log, just those warnings. Everything else is just
fine (sometimes a connection gets dropped, but I suppose is just only
because some process died).
Here are the non-commented lines of main.cf
smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
biff = no
append_dot_mydomain = no
myhostname = veintitres.org
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
mydestination = hazent.com, hazent.es, hazent, linenoise.info, localhost,
localhost.localdomain, inclasificable.com, ea4rct.org, nevega.com
relayhost =
mynetworks = 127.0.0.0/8
mailbox_command =
message_size_limit = 20971520
mailbox_size_limit = 0
recipient_delimiter = +
virtual_maps = mysql:/etc/postfix/users-collab-virt.cf
mysql:/etc/postfix/virtual.cf
virtual_minimum_uid = 8
virtual_uid_maps = static:8
virtual_gid_maps = static:8
virtual_mailbox_domains = veintitres.org
virtual_mailbox_base = /var/mail/virtual
virtual_mailbox_maps = mysql:/etc/postfix/virtual-mailbox.cf
smtpd_recipient_restrictions = permit_sasl_authenticated, permit_mynetworks,
reject_unauth_destination
disable_vrfy_command = yes
mailman_destination_recipient_limit = 1
transport_maps = hash:/etc/postfix/transport_hash
And here are the lines from master.cf
smtp inet n - - - - smtpd
pickup fifo n - - 60 1 pickup
cleanup unix n - - - 0 cleanup
qmgr fifo n - - 300 1 qmgr
rewrite unix - - - - - trivial-rewrite
bounce unix - - - - 0 bounce
defer unix - - - - 0 bounce
trace unix - - - - 0 bounce
verify unix - - - - 1 verify
flush unix n - - 1000? 0 flush
proxymap unix - - n - - proxymap
smtp unix - - - - - smtp
relay unix - - - - - smtp
showq unix n - - - - showq
error unix - - - - - error
local unix - n n - - local
virtual unix - n n - - virtual
lmtp unix - - n - - lmtp
anvil unix - - n - 1 anvil
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=bsmtp argv=/usr/lib/bsmtp/bsmtp -d -t$nexthop -f$sender
$recipient
scalemail-backend unix - n n - 2 pipe
flags=R user=scalemail argv=/usr/lib/scalemail/bin/scalemail-store ${nexthop}
${user} ${extension}
tlsmgr unix - - - 1000? 1 tlsmgr
scache unix - - - - 1 scache
discard unix - - - - - discard
retry unix - - - - - error
Thanks
--
Alvaro G. M.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]