PLESK PostFix Error Local in maillog, how to troubleshoot

Posted by RCNeil on Server Fault See other posts from Server Fault or by RCNeil
Published on 2012-04-10T13:15:43Z Indexed on 2012/04/10 23:32 UTC
Read the original article Hit count: 287

Filed under:
|
|
|

I'm using the PHP mail() function, using PostFix, on CentOS6, Plesk 10.4, and my email is not getting delivered to a particular address. My personal GMail and Yahoo email addresses receive email from my server fine and do not produce errors. After a wonderful suggestion on here, I checked my mail logs, and this is the error I see :

Apr 10 10:26:29 ######### postfix/qmgr[8323]: 19EA21827: from=
<[email protected]>, size=645, nrcpt=1 (queue active)
Apr 10 10:26:29 ######### postfix-local[8331]: postfix-local: 
[email protected], [email protected],
dirname=/var/qmail/mailnames
Apr 10 10:26:29 ######### postfix-local[8331]: 
cannot chdir to mailname dir name: No such file or directory
Apr 10 10:26:29 ######### postfix-local[8331]: 
Unknown user: [email protected]
Apr 10 10:26:29 ######### postfix/pipe[8330]: 19EA21827:
to=<[email protected]>, relay=plesk_virtual, delay=0.15, delays=0.11/0/0/0.04,
dsn=2.0.0, status=sent (delivered via plesk_virtual service)
Apr 10 10:26:29 ######### postfix/qmgr[8323]: 19EA21827: removed

[email protected] is the name I've declared in php.ini for

sendmail_from = "[email protected]" sendmail_path = "/usr/sbin/sendmail -t -f [email protected]"

and the recipient is supposed to be [email protected].

Is this an error on my side or the recipients? Can I address this on my server?

Many thanks SF.

© Server Fault or respective owner

Related posts about php

Related posts about email