This is a discussion on Re: /var/spool/postfix--postfix check issue within the mailing.postfix.users forums, part of the Mail Servers and Related category; Anne Ramey: > Here's that output: > ++ ls /var/spool/postfix/active /var/spool/postfix/bounce > /var/spool/...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Anne Ramey:
> Here's that output: > ++ ls /var/spool/postfix/active /var/spool/postfix/bounce > /var/spool/postfix/corrupt /var/spool/postfix/defer > /var/spool/postfix/deferred /var/spool/postfix/flush > /var/spool/postfix/hold /var/spool/postfix/incoming > /var/spool/postfix/maildrop /var/spool/postfix/pid > /var/spool/postfix/private /var/spool/postfix/public > /var/spool/postfix/trace > ++ egrep > '/ > (incoming|active|defer|deferred|bounce|hold|trace| corrupt|public|private > |flush)$' > + find '!' '(' -type p -o -type s ')' '!' -user postfix -exec > /usr/sbin/postlog -t postfix/postfix-script -p warn not owned by > postfix: '{}' ';' > postfix/postfix-script: warning: not owned by postfix: . Someone changed the postfix-script file and broke it. The command should be: find `ls -d $queue_directory/* | \ You or someone else changed it into: find `ls $queue_directory... Wietse |