SendMail Error on CentOS 7 OpenEMM 2019

Use this forum for questions regarding installation, upgrading and configuration of OpenEMM

Moderator: moderator

Andrey
Posts: 57
Joined: Wed Jun 21, 2017 12:13 pm

SendMail Error on CentOS 7 OpenEMM 2019

Post 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
maschoff
Site Admin
Posts: 2597
Joined: Thu Aug 03, 2006 10:20 am
Location: Munich, Germany
Contact:

Re: SendMail Error on CentOS 7 OpenEMM 2019

Post by maschoff »

This file must have root permissions.
OpenEMM Maintainer
Andrey
Posts: 57
Joined: Wed Jun 21, 2017 12:13 pm

Re: SendMail Error on CentOS 7 OpenEMM 2019

Post 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
Post Reply