Page 1 of 1

SendMail Error on CentOS 7 OpenEMM 2019

Posted: Wed Jan 15, 2020 11:59 am
by Andrey
Hi,
Please help me to resolve the permission issue which I can't to resolve.

Code: Select all

Jan 15 13:52:34 OpenEmm sendmail[13457]: 00FAqYYf013457: Milter (bav): error connecting to filter: Perm
ission denied
Jan 15 13:52:34 OpenEmm sendmail[13457]: 00FAqYYf013457: Milter (bav): to error state
Jan 15 13:52:34 OpenEmm sendmail[13457]: 00FAqYYf013457: Milter: initialization failed, temp failing co
mmands
I suppose there are the permission issue with this:

Code: Select all

INPUT_MAIL_FILTER(`bav', `S=unix:/home/openemm/var/run/bav.sock, F=T')dnl
Regards,
Andrey

Re: SendMail Error on CentOS 7 OpenEMM 2019

Posted: Wed Jan 15, 2020 2:34 pm
by maschoff
This file must have root permissions.

Re: SendMail Error on CentOS 7 OpenEMM 2019

Posted: Wed Jan 15, 2020 2:55 pm
by Andrey
Thank you Maschoff!

I found the same questions and the reason was SELinux was Enabled.
https://forum.openemm.org/viewtopic.php?t=2543
After disabling the SELinux the SendMail start working as expected.

Best Regards,
Andrey