Search found 9 matches

by _M_P
26 Mar 2025 19:34
Forum: How-to
Topic: V5 - 16) DKIM and DMARC
Replies: 4
Views: 106844

Re: V5 - 16) DKIM and DMARC

Hello,
this:
viewtopic.php?p=20158#p20158
I've succesfully implemented that feature on eFav5...
by _M_P
29 Nov 2024 18:31
Forum: 4.x Bugs
Topic: filename.xml.pdf - Allowlisted, Bad content [SOLVED]
Replies: 7
Views: 29055

Re: filename.xml.pdf - Allowlisted, Bad content

Hi,
I'd try a

Code: Select all

mailscanner --lint
...

Best regards
by _M_P
27 Nov 2024 19:03
Forum: 4.x Bugs
Topic: filename.xml.pdf - Allowlisted, Bad content [SOLVED]
Replies: 7
Views: 29055

Re: filename.xml.pdf - Allowlisted, Bad content

...ok for tabs (are there!), but with a closer look, you'll notice that my RegEx is not the same of your (you missed a $)...

Kind regards
by _M_P
27 Nov 2024 16:28
Forum: 4.x Bugs
Topic: filename.xml.pdf - Allowlisted, Bad content [SOLVED]
Replies: 7
Views: 29055

Re: filename.xml.pdf - Allowlisted, Bad content

Hi,
maybe

Code: Select all

# allow XMLs converted to PDFs
allow<tab>\.xml\.pdf$<tab>-allow XMLs converted to PDFs<tab>-
is better?
;-)
Best regards
by _M_P
19 Nov 2024 19:03
Forum: 5.x Bugs
Topic: eFa v5 bayes behaviour
Replies: 18
Views: 225040

Re: eFa v5 bayes behaviour


Please test the following:

Change the following line in /etc/mail/spamassassin/mailscanner.cf:

From:
bayes_store_module Mail::SpamAssassin::BayesStore::SQL

To:
bayes_store_module Mail::SpamAssassin::BayesStore::MySQL

Report back results.


Nice: as usual, thank you.
I've done the change ...
by _M_P
25 Aug 2024 18:44
Forum: How-to
Topic: How to Setup DomainKeys (DKIM) with Postfix on EFA 4
Replies: 3
Views: 50665

Re: How to Setup DomainKeys (DKIM) with Postfix on EFA 4

Hi folks,
( @tesme33 ) I'm implementing DKIM, but, following jamerson' tutorial:
Step 1 should be: yum install postfix opendkim opendkim-tools

Step 5 should be: cat /etc/opendkim/keys/example.com/default.txt
AND the content of the TXT record, named default._domainkey.example.com IMHO should be ...
by _M_P
07 Aug 2024 10:25
Forum: Discussion
Topic: A hard path to a successful migration...
Replies: 4
Views: 31923

Re: A hard path to a successful migration...


Chances are your sa_user password is wrong in /etc/mail/spamassassin/mailscanner.cf for some reason, so it can't connect to the bayes table and export it.

I agree; remembering an old message from you (about Bayes DB and eFa v3), I've found the culprit:
content of the /etc/eFa/SA-Config file, at ...
by _M_P
06 Aug 2024 10:37
Forum: Discussion
Topic: A hard path to a successful migration...
Replies: 4
Views: 31923

Re: A hard path to a successful migration...

For sure, this can fix the first error I encountered: Permission denied (BTW, in the wiki, /root/ should be /userhomedir/ , IMHO)
but not the second... :eusa-snooty:

Best regards
by _M_P
06 Aug 2024 07:57
Forum: Discussion
Topic: A hard path to a successful migration...
Replies: 4
Views: 31923

A hard path to a successful migration...

Hi to all (and thanks to @shawnivertson, @pdwalker, @henk...)
I'm trying to migrate my working VM CentOS 7 + eFa v4 to AlmaLinux 9.4 + eFa v5
1)
https://wiki.efa-project.org/doku.php?id=setup_guide
It should be nice to update the information there, my feeling is that they are related to v4
2)
https ...