Search found 4 matches

by pwason
21 Sep 2016, 21:35
Forum: Help
Topic: Please read this if you have problems with emails
Replies: 97
Views: 4029536

Re: Please read this if you have problems with emails

CentOS 6.8 w/ SELinux, Webmin, PostFix, Mantis-BT
Webmin can send a test email via PostFix with no issue.
Mantis-BT sends nothing.
Added SMTP stuff to config_inc.php. (Webmin/PostFix also using SMTP)
Set SELinux flag to allow httpd to send emails (it was off; don't know how Webmin was doing it ...
by pwason
21 Sep 2016, 21:04
Forum: Help
Topic: Not receiving email notifications of sign up
Replies: 4
Views: 8768

Re: Not receiving email notifications of sign up

My webmin+postfix can send mails fine. Mantis config had no email config so I added that, but still no emails from Mantis. Also discovered SELinux (I'm running CentOS 6.8 ) was not allowing httpd to send emails, fixed that as well. Tried a reboot, no change. Running the latest version of Mantis, and ...
by pwason
21 Sep 2016, 20:36
Forum: Help
Topic: Not receiving email notifications of sign up
Replies: 4
Views: 8768

Re: Not receiving email notifications of sign up

I'm getting similar results. httpd error_log shows: sendmail: fatal: setrlimit: Permission denied
by pwason
21 Sep 2016, 20:20
Forum: Help
Topic: Not receiving email notifications of sign up
Replies: 4
Views: 8768

Re: Not receiving email notifications of sign up

I'm also having this problem. I have webmin with postfix installed, and it can send emails via our smtp server, but when Mantis says it's sending an email, nothing happens. My config_inc.php contains the following:

$g_allow_signup = ON; //allows the users to sign up for a new account
$g_enable ...