Sendmail postfix Permission denied
- Details
- Veröffentlicht: 31. Mai 2013
- Zugriffe: 11290
5.0 out of
5
based on
1 vote
Joomla create user error according to email
tail -f /var/log/httpd/error_log
sendmail: fatal: chdir /var/spool/postfix: Permission denied
Issue:
Joomla create user error according to email
tail -f /var/log/httpd/error_log
sendmail: fatal: chdir /var/spool/postfix: Permission denied
Solution:
1. Verify postfix running:
# service postfix status
2. Check httpd sendmail permission
# getsebool httpd_can_sendmail
Returned:
httpd_can_sendmail --> off
3. Turn permission on
# setsebool httpd_can_sendmail 1
4. Turn permission on permanently, even reboot
# setsebool -P httpd_can_sendmail 1