F
fxstar
Guest
Hi all,
We have a particular problem with Qmail on Plesk 8.1.1.
We are having a problem in that pop3/imap and SMTP sending from regular mail clients works fine. However when we use the regular PHP Mail() function we get the following error in the log:
////////
qmail-queue-handlers[24935]: cannot create temporary file - (13) Permission denied
Nov 16 16:02:01 [servername] qmail-queue-handlers[24935]: cannot read message from stdin
Nov 16 16:02:01 [servername] qmail-queue[24934]: starter: submitter[24935] with error code 54
Nov 16 16:02:01 [servername] qmail-queue[24934]: mailsend: wait for submitter failed
Nov 16 16:02:01 [servername] qmail-queue[24934]: cannot reinject message to mail system
////////
Anyone have any ideas? I cannot locate the temp files that it's calling and I've commented out all the sendmail provisions in the php.ini's trying to locate how this is working. No luck thus far.
PS.
At the same time the PHP form is submitted - I see about 100 entries in the /var/log/messages file similar to this:
////////
Nov 16 17:18:13 [servername] kernel: audit(1195251493.428:21020): avc: denied { append } for pid=27425 comm="sendmail" name="access_log" dev=dm-3 ino=212123 scontext=root:system_r:system_mail_t tcontext=root
bject_r:httpd_sys_content_t tclass=file
////////
We have a particular problem with Qmail on Plesk 8.1.1.
We are having a problem in that pop3/imap and SMTP sending from regular mail clients works fine. However when we use the regular PHP Mail() function we get the following error in the log:
////////
qmail-queue-handlers[24935]: cannot create temporary file - (13) Permission denied
Nov 16 16:02:01 [servername] qmail-queue-handlers[24935]: cannot read message from stdin
Nov 16 16:02:01 [servername] qmail-queue[24934]: starter: submitter[24935] with error code 54
Nov 16 16:02:01 [servername] qmail-queue[24934]: mailsend: wait for submitter failed
Nov 16 16:02:01 [servername] qmail-queue[24934]: cannot reinject message to mail system
////////
Anyone have any ideas? I cannot locate the temp files that it's calling and I've commented out all the sendmail provisions in the php.ini's trying to locate how this is working. No luck thus far.
PS.
At the same time the PHP form is submitted - I see about 100 entries in the /var/log/messages file similar to this:
////////
Nov 16 17:18:13 [servername] kernel: audit(1195251493.428:21020): avc: denied { append } for pid=27425 comm="sendmail" name="access_log" dev=dm-3 ino=212123 scontext=root:system_r:system_mail_t tcontext=root
////////