Hi,

I've got a vanilla Postfix on CentOS 6.3:

[root@dc ~]# rpm -qa | grep postfix
postfix-2.6.6-2.2.el6_1.x86_64

It's not a major mail server, just being used to redirect local mail using a /root/.forward file.

I have other similar systems, running without problems. This one however throws an "unknown mail transport error" when delivering local logwatch messages (the only ones generated currently).

Can anyone suggest some solution? I've tried various things (emptied the queue, configured particular inet_interfaces) without success.

Thanks in advance,
Nick

[root@dc ~]# postqueue -f
[root@dc ~]# tail -f /var/log/maillog
Aug 3 15:07:12 dc postfix/postfix-script[13987]: starting the Postfix mail system Aug 3 15:07:12 dc postfix/master[13988]: daemon started -- version 2.6.6, configuration /etc/postfix Aug 3 15:09:46 dc postfix/qmgr[13991]: 322B1A00CF: from=<r...@dc.noa.gr>, size=2387, nrcpt=1 (queue active) Aug 3 15:09:46 dc postfix/qmgr[13991]: 1F6E3A00CA: from=<r...@dc.noa.gr>, size=2650, nrcpt=1 (queue active) Aug 3 15:09:46 dc postfix/qmgr[13991]: warning: private/smtp socket: malformed response Aug 3 15:09:46 dc postfix/qmgr[13991]: warning: transport smtp failure -- see a previous warning/fatal/panic logfile record for the problem description Aug 3 15:09:46 dc postfix/master[13988]: warning: process /usr/libexec/postfix/smtp pid 13997 killed by signal 11 Aug 3 15:09:46 dc postfix/master[13988]: warning: /usr/libexec/postfix/smtp: bad command startup -- throttling Aug 3 15:09:46 dc postfix/error[14000]: 322B1A00CF: to=<sysad...@noa.gr>, orig_to=<root>, relay=none, delay=40063, delays=40063/0.03/0/0.02, dsn=4.3.0, status=deferred (unknown mail transport error) Aug 3 15:09:46 dc postfix/error[13999]: 1F6E3A00CA: to=<sysad...@noa.gr>, orig_to=<root>, relay=none, delay=126462, delays=126462/0.02/0/0.05, dsn=4.3.0, status=deferred (unknown mail transport error)

[root@dc ~]# postqueue -p
-Queue ID- --Size-- ----Arrival Time---- -Sender/Recipient-------
322B1A00CF     2387 Fri Aug  3 04:02:04  r...@dc.noa.gr
(unknown mail transport error)
                                         sysad...@noa.gr

1F6E3A00CA     2650 Thu Aug  2 04:02:05  r...@dc.noa.gr
(unknown mail transport error)
                                         sysad...@noa.gr

-- 5 Kbytes in 2 Requests.

[root@dc ~]# postconf -n
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
command_directory = /usr/sbin
config_directory = /etc/postfix
daemon_directory = /usr/libexec/postfix
data_directory = /var/lib/postfix
debug_peer_level = 2
html_directory = no
inet_interfaces = all
inet_protocols = all
mail_owner = postfix
mailq_path = /usr/bin/mailq.postfix
manpage_directory = /usr/share/man
mydestination = $myhostname, localhost.$mydomain, localhost
newaliases_path = /usr/bin/newaliases.postfix
queue_directory = /var/spool/postfix
readme_directory = /usr/share/doc/postfix-2.6.6/README_FILES
sample_directory = /usr/share/doc/postfix-2.6.6/samples
sendmail_path = /usr/sbin/sendmail.postfix
setgid_group = postdrop
unknown_local_recipient_reject_code = 550

(Below I removed the commented-out lines - except the headers)
[root@dc ~]# cat /etc/postfix/master.cf
# ==========================================================================
# service type  private unpriv  chroot  wakeup  maxproc command + args
#               (yes)   (yes)   (yes)   (never) (100)
# ==========================================================================
smtp      inet  n       -       n       -       -       smtpd
pickup    fifo  n       -       n       60      1       pickup
cleanup   unix  n       -       n       -       0       cleanup
qmgr      fifo  n       -       n       300     1       qmgr
tlsmgr    unix  -       -       n       1000?   1       tlsmgr
rewrite   unix  -       -       n       -       - trivial-rewrite
bounce    unix  -       -       n       -       0       bounce
defer     unix  -       -       n       -       0       bounce
trace     unix  -       -       n       -       0       bounce
verify    unix  -       -       n       -       1       verify
flush     unix  n       -       n       1000?   0       flush
proxymap  unix  -       -       n       -       -       proxymap
proxywrite unix -       -       n       -       1       proxymap
smtp      unix  -       -       n       -       -       smtp
relay     unix  -       -       n       -       -       smtp
        -o smtp_fallback_relay=
showq     unix  n       -       n       -       -       showq
error     unix  -       -       n       -       -       error
retry     unix  -       -       n       -       -       error
discard   unix  -       -       n       -       -       discard
local     unix  -       n       n       -       -       local
virtual   unix  -       n       n       -       -       virtual
lmtp      unix  -       -       n       -       -       lmtp
anvil     unix  -       -       n       -       1       anvil
scache    unix  -       -       n       -       1       scache

Reply via email to