Search found 37 matches
- 08 Jun 2025 17:17
- Forum: Discussion
- Topic: Announcing OpenEFA – Continuing the Legacy of the eFa-Project
- Replies: 2
- Views: 4888
Re: Announcing OpenEFA – Continuing the Legacy of the eFa-Project
Agreed. Might have gotten a little bit ahead of myself. That being said, I have done a lot of work on the natural language processing and have integrated it into the efa. So, stay tuned. it is coming soon.
- 30 May 2025 15:39
- Forum: Discussion
- Topic: Announcing OpenEFA – Continuing the Legacy of the eFa-Project
- Replies: 2
- Views: 4888
Announcing OpenEFA – Continuing the Legacy of the eFa-Project
Dear eFa Community,
We’re proud to introduce OpenEFA, a modern continuation of the original eFa-Project—built on the solid foundation laid by Shawn Iverson, whose work brought intelligent and accessible email filtering to thousands of organizations.
OpenEFA is a community-driven effort to preserve ...
We’re proud to introduce OpenEFA, a modern continuation of the original eFa-Project—built on the solid foundation laid by Shawn Iverson, whose work brought intelligent and accessible email filtering to thousands of organizations.
OpenEFA is a community-driven effort to preserve ...
- 30 May 2025 07:02
- Forum: Discussion
- Topic: Ability to download .EML mail
- Replies: 3
- Views: 39012
Re: Ability to download .EML mail
After Shawns departure, We have forked the project over to openefa.com and integrated AI and a natural language server SpaCy server. We are working on our first release. Are you available for a discussion about eFa future? Call me at 7025618743 or email at scott@seguelogic.com. new site is https ...
- 30 May 2025 06:47
- Forum: Discussion
- Topic: rspamd
- Replies: 1
- Views: 4414
Re: rspamd
We have enhanced spamassassin using a SpaCy server and integrated it into the efa appliance. Due to Shawn's departure from the project we have forked the great work he has accomplished and are integrating SpaCy and AI into our next release. Let me know how we can help. The new site is http://openefa ...
- 14 May 2025 02:27
- Forum: Discussion
- Topic: Bad TXREP scores from Sophos infra
- Replies: 1
- Views: 8204
Re: Bad TXREP scores from Sophos infra
Personally not seeing it, but this might help. create a file in /etc/mail/spamassassin/ called sophos_whitelist.cf. The put the content below in the file. Run spamassassin --lint. If no output you are good to restart sparmassassin systemctl restart spamassassin.
# /etc/mail/spamassassin/sophos ...
# /etc/mail/spamassassin/sophos ...
- 04 May 2025 15:17
- Forum: Discussion
- Topic: A lot of spam is marked as "no spam" recently
- Replies: 2
- Views: 50375
Re: A lot of spam is marked as "no spam" recently
Do you have the full header available? Could send in pm if necessary. Also include a snapshot of the email. I think I can provide the rule you are looking for
- 04 May 2025 05:24
- Forum: Discussion
- Topic: PCI Compliance Scan results
- Replies: 6
- Views: 21252
Re: PCI Compliance Scan results
Here is some thought. I don't have the PCI requirement, but certainly have an interest in being secure.
Edit the Postfix configuration file:
vi /etc/postfix/main.cf
Change this line:tls_medium_cipherlist = ECDSA+AESGCM:ECDH+AESGCM:DH+AESGCM:ECDSA+AES:ECDH+AES:DH+AES:ECDH+3DES:DH+3DES:RSA+AESGCM ...
Edit the Postfix configuration file:
vi /etc/postfix/main.cf
Change this line:tls_medium_cipherlist = ECDSA+AESGCM:ECDH+AESGCM:DH+AESGCM:ECDSA+AES:ECDH+AES:DH+AES:ECDH+3DES:DH+3DES:RSA+AESGCM ...
- 04 May 2025 05:09
- Forum: Discussion
- Topic: The future of efa
- Replies: 2
- Views: 131404
Re: The future of efa
I have been using primarily opensource software for a long long time and plan to continue. I the EFA community has some great people, engineers, and a great base that should be continued. It will be difficult and or some pretty difficult roads ahead with out Shawn, but I am certainly up for the ...
- 04 May 2025 05:00
- Forum: Discussion
- Topic: Knowbe4 whitelisting
- Replies: 1
- Views: 17366
Re: Knowbe4 whitelisting
Try adding this in your local.cf. I don't use the knowbe4 service, but believe this should essentially be what you are asking for.
Add to /etc/mail/spamassassin/local.cf
header __KNOWBE4_1 X-Mailer =~ /KnowBe4/i
header __KNOWBE4_2 X-Sender =~ /\@kb4\.com/i
header __KNOWBE4_3 X-SenderBaseID ...
Add to /etc/mail/spamassassin/local.cf
header __KNOWBE4_1 X-Mailer =~ /KnowBe4/i
header __KNOWBE4_2 X-Sender =~ /\@kb4\.com/i
header __KNOWBE4_3 X-SenderBaseID ...
- 30 Aug 2024 03:10
- Forum: Discussion
- Topic: Mulriple eFa servers one bayes database
- Replies: 10
- Views: 65154
Re: Mulriple eFa servers one bayes database
Thanks for posting this.
I now have two eFa 5 servers running on one bayes database and I am synching the spamassassin/local.cf between the two. This makes customizing rules a breeze.
I now have two eFa 5 servers running on one bayes database and I am synching the spamassassin/local.cf between the two. This makes customizing rules a breeze.
- 30 May 2024 01:58
- Forum: How-to
- Topic: Dmarc and Dkim function
- Replies: 1
- Views: 7692
Dmarc and Dkim function
I operate a inbound only filtering EFA 4. I would like to know if that will allow the filter evaluate incoming emails and deny those senders that don't pass dkim, spf, and dmarc. I have enabled it on the EFA menu, but looking for proof that the EFA filter is evaluating dkim, spf, and dmarc on ...
- 09 Jan 2023 05:50
- Forum: Discussion
- Topic: Is EFA capable of Resending/Re-deliver/Replay emails?
- Replies: 3
- Views: 6651
Re: Is EFA capable of Resending/Re-deliver/Replay emails?
In the version 4.x it is in /var/www/html/mailscanner/conf.php
Find the line:
// Define how many days of emails to keep.
define('RECORD_DAYS_TO_KEEP', 60);
Change the "60" to whatever retention days you need.
Find the line:
// Define how many days of emails to keep.
define('RECORD_DAYS_TO_KEEP', 60);
Change the "60" to whatever retention days you need.
- 17 Sep 2022 00:11
- Forum: How-to
- Topic: Increase spam assassin score for gmail
- Replies: 7
- Views: 9485
Re: Increase spam assassin score for gmail
Please share the custom rule that you used. Has it been successful?
- 04 Mar 2021 17:36
- Forum: Discussion
- Topic: Spam FQDN Report Links
- Replies: 1
- Views: 2575
Re: Spam FQDN Report Links
I started digging around and looking at the various scripts that involved reporting spam, etc. I noticed that most of them had the $hostname variable in them. So, I decided to look at the /etc/hostname file and it had only the name of the server and not the fully qualified domain name. I changed the ...
- 25 Feb 2021 23:13
- Forum: Discussion
- Topic: Spam FQDN Report Links
- Replies: 1
- Views: 2575
Spam FQDN Report Links
Hello,
I am having an issue with the links in the spam reports. In the report sent to the user, the link is no longer to the fully qualified domain name. It is being sent with the name of the server only, example "servername" instead of "servername.example.com. The link to the message following the ...
I am having an issue with the links in the spam reports. In the report sent to the user, the link is no longer to the fully qualified domain name. It is being sent with the name of the server only, example "servername" instead of "servername.example.com. The link to the message following the ...
- 17 Dec 2020 06:37
- Forum: Discussion
- Topic: Next Major Release OS Version Survey 2020
- Replies: 27
- Views: 313205
- 19 Nov 2020 01:55
- Forum: Discussion
- Topic: Mail Flow Stop
- Replies: 15
- Views: 13241
Re: Mail Flow Stop
Removing the signatures and then running freshclam was the ticket. I also rebooted for good measure.
Thank you all so very much for your time. How do I donate to the project?
Thank you all so very much for your time. How do I donate to the project?
- 19 Nov 2020 00:48
- Forum: Discussion
- Topic: Mail Flow Stop
- Replies: 15
- Views: 13241
Re: Mail Flow Stop
I have removed all of the third party signatures from the freshclam.conf file. I then ran freshclam it updated and provided this output
ClamAV update process started at Wed Nov 18 17:29:25 2020
daily.cld database is up to date (version: 25992, sigs: 4345834, f-level: 63, builder: raynman)
main.cld ...
ClamAV update process started at Wed Nov 18 17:29:25 2020
daily.cld database is up to date (version: 25992, sigs: 4345834, f-level: 63, builder: raynman)
main.cld ...
- 19 Nov 2020 00:34
- Forum: Discussion
- Topic: Mail Flow Stop
- Replies: 15
- Views: 13241
Re: Mail Flow Stop
You did search on Mail forwarding?
The how to search on keywords.
https://forum.efa-project.org/viewtopic.php?f=5&t=2974
result should include : https://forum.efa-project.org/viewtopic.php?f=19&t=4500
The maillog clearly shows errors. Can you answer my previous questions?
To check services ...
- 19 Nov 2020 00:31
- Forum: Discussion
- Topic: Mail Flow Stop
- Replies: 15
- Views: 13241
Re: Mail Flow Stop
Output of systemctl status postfix postfix_relay msmilter milter_relay sqlgrey mailscanner mariadb httpd | less
postfix.service - Postfix Mail Transport Agent
Loaded: loaded (/usr/lib/systemd/system/postfix.service; enabled; vendor preset: disabled)
Active: active (running) since Wed 2020-11 ...
postfix.service - Postfix Mail Transport Agent
Loaded: loaded (/usr/lib/systemd/system/postfix.service; enabled; vendor preset: disabled)
Active: active (running) since Wed 2020-11 ...
- 19 Nov 2020 00:28
- Forum: Discussion
- Topic: Mail Flow Stop
- Replies: 15
- Views: 13241
Re: Mail Flow Stop
systemctl status clamd@scan
clamd@scan.service - clamd scanner (scan) daemon
Loaded: loaded (/usr/lib/systemd/system/clamd@.service; enabled; vendor preset: disabled)
Drop-In: /etc/systemd/system/clamd@scan.service.d
└─override.conf
Active: activating (start) since Wed 2020-11-18 17:12:28 PST ...
clamd@scan.service - clamd scanner (scan) daemon
Loaded: loaded (/usr/lib/systemd/system/clamd@.service; enabled; vendor preset: disabled)
Drop-In: /etc/systemd/system/clamd@scan.service.d
└─override.conf
Active: activating (start) since Wed 2020-11-18 17:12:28 PST ...
- 18 Nov 2020 23:49
- Forum: Discussion
- Topic: Mail Flow Stop
- Replies: 15
- Views: 13241
Re: Mail Flow Stop
. Report bugs in the bugs section
2. Did efa auto update? ( and did a reboot)
I don't know if EFA did a auto update. Though I logged into via SSH and used option 13 for an EFA update. Non required. Rebooted anyways.
3. Did you check the logfiles?
I have been checking the log files and I believe it ...
2. Did efa auto update? ( and did a reboot)
I don't know if EFA did a auto update. Though I logged into via SSH and used option 13 for an EFA update. Non required. Rebooted anyways.
3. Did you check the logfiles?
I have been checking the log files and I believe it ...
- 18 Nov 2020 22:42
- Forum: Discussion
- Topic: Mail Flow Stop
- Replies: 15
- Views: 13241
Re: Mail Flow Stop
Latest logs
tail maillog
Nov 18 15:30:45 zeus MailScanner[15879]: Cannot find Socket (/var/run/clamd.socket/clamd.sock) Exiting!
Nov 18 15:30:45 zeus MailScanner[9573]: Virus Scanning: No virus scanners worked, so message batch will be tried again
Nov 18 15:31:11 zeus MailScanner[16045]: Cannot find ...
tail maillog
Nov 18 15:30:45 zeus MailScanner[15879]: Cannot find Socket (/var/run/clamd.socket/clamd.sock) Exiting!
Nov 18 15:30:45 zeus MailScanner[9573]: Virus Scanning: No virus scanners worked, so message batch will be tried again
Nov 18 15:31:11 zeus MailScanner[16045]: Cannot find ...
- 18 Nov 2020 22:05
- Forum: Discussion
- Topic: Mail Flow Stop
- Replies: 15
- Views: 13241
Re: Mail Flow Stop
Ok. Second EFA-Filter stopped forwarding email. This one is on the other side of town, completely separated and different domains, etc. from the first one in this thread. Help!
- 18 Nov 2020 20:12
- Forum: Discussion
- Topic: Mail Flow Stop
- Replies: 15
- Views: 13241
Mail Flow Stop
Hi All,
Hoping you can help a relatively new EFA-Project user. I have a couple EFA 4.0 servers up and running. All of them have been fine up until one decided to stop last night some time. It has been up and running perfectly for months and last night it decided it just didn't want to forward the ...
Hoping you can help a relatively new EFA-Project user. I have a couple EFA 4.0 servers up and running. All of them have been fine up until one decided to stop last night some time. It has been up and running perfectly for months and last night it decided it just didn't want to forward the ...