Turns out that selinux needs to allow http to send emails.
The error was
The correction is
The error was
sendmail: fatal: open /etc/postfix/main.cf: Permission
The correction is
setsebool -P httpd_can_sendmail=1
Comments
Post a Comment