Search found 6 matches

by SteveC
18 May 2023 23:23
Forum: 4.x Bugs
Topic: opendmarc.service failed - kills mailscanner?
Replies: 60
Views: 612720

Re: opendmarc.service failed - kills mailscanner?

Have you tried adding the domains you want email from to the IgnoreMailFrom directive in opendmarc.conf file?

Code: Select all

IgnoreMailFrom awi.de
That may allow mail from the domain to process through the other filters.
by SteveC
18 May 2023 13:56
Forum: 4.x Bugs
Topic: opendmarc.service failed - kills mailscanner?
Replies: 60
Views: 612720

Re: opendmarc.service failed - kills mailscanner?

bostjanc wrote: 18 May 2023 13:15 Btw. Awi.de is not even on blacklist if i check with mx toolbox. Whats up with this domain?
The problem is with the ARC-Seal headers. I don't believe it's intentional.

Steve
by SteveC
18 May 2023 04:31
Forum: 4.x Bugs
Topic: opendmarc.service failed - kills mailscanner?
Replies: 60
Views: 612720

Re: opendmarc.service failed - kills mailscanner?

Question in case anyone knows. Before I tried the solution above for a restart of the opendmarc service, I tried adding the opendmarc service to /etc/sysconfig/eFa-Monitor file with the line change MonitoredServices=("mysqld=mysqld" "MailScanner=mailscanner" "master=postfix&...
by SteveC
17 May 2023 15:04
Forum: 4.x Bugs
Topic: opendmarc.service failed - kills mailscanner?
Replies: 60
Views: 612720

Re: opendmarc.service failed - kills mailscanner?

The is a known issue with opendmarc. See https://github.com/trusteddomainproject/OpenDMARC/issues/236 The fix is to edit the file /usr/lib/systemd/system/opendmarc.service and change the [Service] section to match the below by adding the restart directives. [Service] Type=forking PIDFile=/run/opendm...
by SteveC
17 May 2023 02:49
Forum: 4.x Bugs
Topic: opendmarc.service failed - kills mailscanner?
Replies: 60
Views: 612720

Re: opendmarc.service failed - kills mailscanner?

New post 'cause the other is getting long.

If helpful, I have the email that caused the above issue. When the eFa server the second time, it was sent to the plain postfix backup server.

I confirmed that flushing the cache to send it from backup to primary causes eFa to crash.

Steve
by SteveC
16 May 2023 19:22
Forum: 4.x Bugs
Topic: opendmarc.service failed - kills mailscanner?
Replies: 60
Views: 612720

Re: opendmarc.service failed - kills mailscanner?

Can confirm that it has happened to our eFa install as well. Blocked the awi.de domain for now. Steve Edit: more debug info added First crash was in libbsd.so.0.8.3 at offset E5D4 I don't have the disassembly for this. Second crash was in libbsd.so.0.11.7 at offset CA84 with the disassembly below. 0...