On 13.05.23 15:12, Patrice Go via Postfix-users wrote:
the error on mailq :-Queue ID- --Size-- ----Arrival Time---- -Sender/Recipient------- C645C402C7 299 Sat May 13 15:04:21 testeur@domain (temporary failure. Command output: sendmail: fatal: open /etc/postfix/ main.cf: Permission denied) testeur@domain the mail.log part : May 13 15:05:02 mail postfix/qmgr[92952]: C645C402C7: from=<testeur@domain>, size=299, nrcpt=1 (queue active) May 13 15:05:02 mail postfix/sendmail[97459]: fatal: open /etc/postfix/ main.cf: Permission denied May 13 15:05:02 mail postfix/pipe[97458]: C645C402C7: to=<testeur@domain>, relay=spamassassin, delay=41, delays=41/0.01/0/0.27, dsn=4.3.0, status=deferred (temporary failure. Command output: sendmail: fatal: open /etc/postfix/main.cf: Permission denied ) May 13 15:05:06 mail postfix/smtpd[97388]: disconnect from serveurmail.reseaustarinux[172.20.0.105] helo=1 mail=1 rcpt=1 data=1 quit=1 commands=5
your configuration causes postfix to send mail via pipe (e.g. you use spamassassin as filter) which does not work due to your incorrect permissions.
my postfix directory rights : # ls -hla /etc/postfix/ total 136K drwxr-x--- 6 root root 4.0K May 12 17:40 .
after you fixed permissions, does it work now? -- Matus UHLAR - fantomas, [email protected] ; http://www.fantomas.sk/ Warning: I wish NOT to receive e-mail advertising to this address. Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu. 10 GOTO 10 : REM (C) Bill Gates 1998, All Rights Reserved! _______________________________________________ Postfix-users mailing list -- [email protected] To unsubscribe send an email to [email protected]
