Search found 3650 matches

by shawniverson
23 Jan 2024 12:26
Forum: 4.x Bugs
Topic: Big bug!!! System runs out of disc space in minutes!!!
Replies: 2
Views: 1030

Re: Big bug!!! System runs out of disc space in minutes!!!

For some reason your machine choked on this function. This function is indeed called by RPC. Based on the PHP warning, it couldn't open the /var/spool/postfix/hold directory. function postfixinq() { $handle = opendir('/var/spool/postfix/hold/'); $inq = 0; while (false !== ($file = readdir($handle)))...
by shawniverson
15 Jan 2024 17:01
Forum: Discussion
Topic: Google's new sender requirements
Replies: 3
Views: 43079

Re: Google's new sender requirements

Also recommend that you have SPF/DKIM/DMARC configured for your domain(s).
by shawniverson
15 Jan 2024 17:00
Forum: Discussion
Topic: Google's new sender requirements
Replies: 3
Views: 43079

Re: Google's new sender requirements

Here's a link for setting up ARC viewtopic.php?p=19707
by shawniverson
15 Jan 2024 16:22
Forum: Discussion
Topic: How can i limit maximum messages / day ?
Replies: 5
Views: 38050

Re: How can i limit maximum messages / day ?

postfwd is a great solution to this problem :)
by shawniverson
15 Jan 2024 16:21
Forum: Discussion
Topic: Alternatives to eFa
Replies: 1
Views: 41651

Re: Alternatives to eFa

Yes, it has been a while. Sorry about that. Life gets in the way sometimes.

I have eFa5 for EL9 OSes nearly complete and am going to release a postfix update for eFa4 very soon.

Hope this helps.
by shawniverson
15 Jan 2024 16:19
Forum: How-to
Topic: ARC - GMAIL
Replies: 3
Views: 14557

Re: ARC - GMAIL

Make sure opendkim-tools and openarc is installed and execute the following (substitute your domain for example.com) opendkim-genkey -D /etc/openarc -s arc -d example.com Make an entry for DNS in your domain and name it arc._domainkey using info in arc.txt /etc/openarc.conf: Syslog yes UserID openar...
by shawniverson
04 Jan 2024 23:17
Forum: How-to
Topic: Slow web GUI
Replies: 7
Views: 56949

Re: Slow web GUI

You won't want to keep emails in eFa indefinitely for this reason. You'll want to come up with a reasonable quarantine retention that balances performance.

You can adjust the retention in eFa-Configure under MailWatch Settings.
by shawniverson
04 Jan 2024 22:58
Forum: Discussion
Topic: Unable to install eFa4 on Centos 7
Replies: 1
Views: 21560

Re: Unable to install eFa4 on Centos 7

What is in /var/log/eFa/build.log ?
by shawniverson
01 Jan 2024 14:34
Forum: Introduction
Topic: Hello
Replies: 5
Views: 30957

Re: Hello

Look forward to seeing what you have done.
by shawniverson
01 Jan 2024 14:27
Forum: 4.x Bugs
Topic: Stupid question
Replies: 4
Views: 31420

Re: Stupid question

This is the right forum to post, thank you for posting those.

Yes, please continue to post them here. I am looking into how to mitigate them with an update.
by shawniverson
22 Oct 2023 13:32
Forum: 4.x Bugs
Topic: DKIM issue
Replies: 6
Views: 19591

Re: DKIM issue

I believe this is the DKIM code in SpamAssassin that is the culprit here. I'd be curious how this compares to the Authentication-Results header in the same email. I'm betting that opendkim says it is passing and SpamAssassin is erroneously saying otherwise.
by shawniverson
14 Oct 2023 12:46
Forum: 4.x Bugs
Topic: Received spam from localhost?
Replies: 2
Views: 22945

Re: Received spam from localhost?

This definitely looks like a bug. The Received line should always look like this: Received: from out208-127.dm.aliyun.com (out208-127.dm.aliyun.com [140.205.208.127]) and never like this: Received: from out208-127.dm.aliyun.com (4S00JX0yDtz4x8Mx) The "4S00JX0yDtz4x8Mx" is a smtp queue ID. ...
by shawniverson
24 Sep 2023 16:51
Forum: Discussion
Topic: EFA future Roadmap
Replies: 8
Views: 32943

Re: EFA future Roadmap

I am deciding what to do. I have been away most of this year due to many things going on in my life.

I have an "eFa v5" built on CentOS 9 Stream, though. With some fixes I can get it out the door. This would get anyone interested an upgrade path for continued OS support.
by shawniverson
23 Feb 2023 19:45
Forum: Discussion
Topic: unable to install
Replies: 9
Views: 47476

Re: unable to install

I will work on getting things fixedup for CentOS 7 here. Apologies for the delay. I have had health issues.
by shawniverson
06 Dec 2022 22:05
Forum: How-to
Topic: Backup & Restore Gone Wrong
Replies: 5
Views: 24854

Re: Backup & Restore Gone Wrong

I'm not exactly sure why this is failing. To troubleshoot, what I would do is manually carry out the restore tasks that can be found in /var/eFa/lib/eFa-Configure/func_systemrestore So, starting on line 60 when a backup is chosen it starts by cd in to /var/eFa/backup and then expands the tarball. Th...
by shawniverson
05 Dec 2022 19:27
Forum: How-to
Topic: Backup & Restore Gone Wrong
Replies: 5
Views: 24854

Re: Backup & Restore Gone Wrong

Just out of curiosity, did you set up the replacement with eFa Init before restoring the backup?

It appears either the database isn't running or wasn't initialized, which means you may need to run through setting up the appliance, then run the restore over it so that the database is in a ready state.
by shawniverson
02 Dec 2022 19:54
Forum: Discussion
Topic: failure notice in mailwatch
Replies: 1
Views: 14798

Re: failure notice in mailwatch

Your problem is likely clamd. The /var/log/maillog would reveal what is going on.

You are also on v3, and I'm surprised it is still even functioning.
by shawniverson
23 Nov 2022 18:35
Forum: 4.x Bugs
Topic: Emails that are retained for containing .dat files
Replies: 11
Views: 25035

Re: Emails that are retained for containing .dat files

Fixed here:

https://github.com/MailScanner/v5/pull/614

I'll roll up a new release of MailScanner and pull into eFa, I have quite a few fixes pending.
by shawniverson
23 Nov 2022 18:30
Forum: How-to
Topic: Can I (should I) suppress DMARC report transmission?
Replies: 2
Views: 15445

Re: Can I (should I) suppress DMARC report transmission?

The DMARC reports are controlled with cron jobs that you can optionally disable. /etc/cron.daily/eFa-Daily-DMARC is probably the one you want to examine. Comment the line mentioning /usr/sbin/opendmarc-reports
by shawniverson
23 Nov 2022 18:29
Forum: 4.x Bugs
Topic: SA Bayes not working, TxRep error
Replies: 3
Views: 16850

Re: SA Bayes not working, TxRep error

Glad to know you got it fixed!
by shawniverson
23 Nov 2022 18:28
Forum: Feature Requests
Topic: Rocky Linux 8
Replies: 17
Views: 62888

Re: Rocky Linux 8

eFa is not ready for v9 OSes yet. I have to do some work there.
by shawniverson
28 Oct 2022 14:52
Forum: 4.x Bugs
Topic: IPv6 outgoing relay
Replies: 6
Views: 33237

Re: IPv6 outgoing relay

Yeah this is a bug. The PeerList needs to be comma separated. You can work around it by using brackets for the IP portion and editing /etc/opendkim.conf to comma separate the entries. I'll prepare a fix.