Jul 9 05:35:23 localhost postfix/master[31721]: warning: service smtp(25): child (pid 16202) sent partial status update (8 bytes)
Jul 9 05:35:42 localhost postfix/master[31721]: ignoring status update from child pid 16172 generation 0
Jul 9 05:35:42 localhost postfix/master[31721]: ignoring status update from child pid 16173 generation 0
Jul 9 05:35:42 localhost postfix/master[31721]: warning: service pickup(public/pickup): child (pid 1) sent partial status update (4 bytes)
Jul 9 05:35:42 localhost postfix/master[31721]: warning: service qmgr(public/qmgr): child (pid 1) sent partial status update (4 bytes)
Jul 9 05:36:42 localhost postfix/master[31721]: ignoring status update from child pid 16172 generation 0
Jul 9 05:36:42 localhost postfix/master[31721]: warning: service pickup(public/pickup): child (pid 1) sent partial status update (4 bytes)
Jul 9 05:37:42 localhost postfix/master[31721]: ignoring status update from child pid 16172 generation 0
Jul 9 05:37:42 localhost postfix/master[31721]: warning: service pickup(public/pickup): child (pid 1) sent partial status update (4 bytes)
我估计问题出在我的main.cf和master.cf里。每一分钟都会有这样的log。有高手知道是什么原因吗?【
[ 本帖最后由 adisonray 于 2008-7-18 14:54 编辑 ]


matwu 于 2014-11-25 18:55:07发表:
我也遇到了这样的问题,急求答案
matwu 于 2014-11-25 18:54:41发表:
请问怎么解决的
adisonray 于 2008-07-16 21:58:28发表:
解决了。谢谢
adisonray 于 2008-07-14 00:22:36发表:
有高手可以帮我解决吗?先谢谢!
adisonray 于 2008-07-12 22:51:04发表:
main.cf
smtpd_sasl_auth_enable = yes
smtpd_sasl_local_domain = ' '
smtpd_sasl_security_options = noanonymous
smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination
smtpd_client_restrictions = permit_sasl_authenticated
master.cf
# ==========================================================================
# service type private unpriv chroot wakeup maxproc command + args
# (yes) (yes) (yes) (never) (100)
# ==========================================================================
smtp inet n - n - - smtpd
#628 inet n - n - - qmqpd
pickup fifo n - n 60 1 pickup
cleanup unix n - n - 0 cleanup
qmgr fifo n - n 300 1 qmgr
#qmgr fifo n - n 300 1 nqmgr
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
# -o smtp_helo_timeout=5 -o smtp_connect_timeout=5
showq unix n - n - - showq
error unix - - n - - error
local unix - n n - - local
virtual unix - n n - - virtual
lmtp unix - - n - - lmtp
# maildrop. See the Postfix MAILDROP_README file for details.
#
maildrop unix - n n - - pipe
flags=DRhu user=vmail argv=/usr/local/bin/maildrop -d ${recipient}
#
# The Cyrus deliver program has changed incompatibly, multiple times.
#
old-cyrus unix - n n - - pipe
flags=R user=cyrus argv=/cyrus/bin/deliver -e -m ${extension} ${user}
# Cyrus 2.1.5 (Amos Gouaux)
cyrus unix - n n - - pipe
user=cyrus argv=/cyrus/bin/deliver -e -r ${sender} -m ${extension} ${user}
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