Apache CentOS 6 Can Not Send eMail And Drupal Gets HTTP Request Status Fails
Article By: bobby
![]() |
Pressflow Send Mail errorI’m installing a Pressflow 6 on a new machine running CentOS 6. I’m using Apache MPM Worker with FastCGI. Then I get the classical mail error: |
Unable to send mail. Please contact the site administrator if the problem persists.
Then I try to use sendmail:
sendmail -v yourmail@example.com < testmail
Where testmail is a file containing these lines:
Subject: test mail Ozu Yasujiro Ozu [blank line here]
And i get the message. PHP cannot send email through apache! Trying a simple php script to send mail like drupal core do I got this error:
sendmail: fatal: chdir /var/spool/postfix: Permission denied
Then I check this variable following this awesome post:
# /usr/sbin/getsebool httpd_can_sendmail httpd_can_sendmail --> off
Enable httpd_can_sendmail solve this issue:
setsebool -P httpd_can_sendmail 1
And wait. It will be a long wait using the -P option. And then PHP and Drupal can send mail. Then check again the variable:
# /usr/sbin/getsebool httpd_can_sendmail httpd_can_sendmail --> on
Now httpd can send mail. Try your script again. The SMTP Authentication Support module is not working. This is another of these variables, the same that causes Drupal to show the “HTTP request status fails” message.
setsebool -P httpd_can_network_connect 1
And wait again. Both the SMTP module and the base Drupal networking are now working and Status report is all green.
Tags: centos, apache, centos 6, Drupal, eMail, Fails, HTTP, mail, pressflow, Request, Send, Send Mail, sendmail, Status
Welcome to the healthcare-only HIPAA - GDPR compliant cloud. Exclusively hosted on a HPC environment!
Learn more or start today by choosing your secure HIPAA - GDPR compliant server's Operating System bellow and pick the package that's best for you.
BIPmd makes it simple to launch in the cloud and scale up as you grow – whether you’re running one virtual machine, thousand or more.
>
Looking for a custom solution?
Our technicians can provide you with the best custom-made solutionss on the market, no matter whether you're a small business or large enterprise.
Get in touch
Leave a Reply
Feedbacks
![]() This work is licensed under a Creative Commons Attribution- NonCommercial-ShareAlike 4.0 International License. |