Search found 3641 matches

by shawniverson
12 Mar 2024 10:21
Forum: 4.x Bugs
Topic: inline signature problem
Replies: 2
Views: 253

Re: inline signature problem

The link looks incomplete, missing the security token.
by shawniverson
06 Mar 2024 21:01
Forum: Discussion
Topic: Efa 4.0.4 - 41 -
Replies: 11
Views: 1147

Re: Efa 4.0.4 - 41 -

Yeah I see it now, there is a problem with the regex. I will fix in the next update.
by shawniverson
04 Mar 2024 18:08
Forum: Discussion
Topic: Efa 4.0.4 - 41 -
Replies: 11
Views: 1147

Re: Efa 4.0.4 - 41 -

Looks like a race condition between the connect callback and helo callback. The connect callback is supposed to pass information along to the helo callback but that didn't happen, probably because the helo started before the connect callback completed. The question is how to fix, because without the...
by shawniverson
01 Mar 2024 22:10
Forum: Discussion
Topic: HowTo test EFAv5
Replies: 2
Views: 225

Re: HowTo test EFAv5

Thank you for testing. I will be working on fixing these and releasing a new version to test.
by shawniverson
01 Mar 2024 14:55
Forum: How-to
Topic: Al acceder interfaz web muestra todo en blanco
Replies: 2
Views: 452

Re: Al acceder interfaz web muestra todo en blanco

That looks like eFa version 3, which has been EoL for a while.
by shawniverson
01 Mar 2024 14:53
Forum: Discussion
Topic: Efa 4.0.4 - 41 -
Replies: 11
Views: 1147

Re: Efa 4.0.4 - 41 -

Okay the problem is not opendkim or opendmarc, then.

Enable debugging and restart msmilter:

/etc/MailScanner/MailScanner.conf

Code: Select all

Debug = yes

Code: Select all

sudo systemctl restart msmilter
Report what you get in /var/log/maillog.
by shawniverson
26 Feb 2024 12:26
Forum: Discussion
Topic: Efa 4.0.4 - 41 -
Replies: 11
Views: 1147

Re: Efa 4.0.4 - 41 -

Let's try isolating the problem: Change the following lines in /etc/postfix/main.cf: smtpd_milters = inet:localhost:8891, inet:localhost:8893, inet:127.0.0.1:33333 non_smtpd_milters = inet:localhost:8891, inet:localhost:8893 Change to: smtpd_milters = inet:127.0.0.1:33333 non_smtpd_milters = Restart...
by shawniverson
25 Feb 2024 15:54
Forum: Announcements
Topic: eFa Version 5 available for testing
Replies: 0
Views: 680

eFa Version 5 available for testing

eFa Version 5 is now available for testing as a beta release! :dance: This version is compatible with CentOS Stream 9 and possibly other variants and includes SpamAssassin 4.0 and ClamAV 1.0.5. Testers are needed! To install: Install your flavor of Enterprise Linux 9 using a minimal install. Run: cu...
by shawniverson
24 Feb 2024 12:39
Forum: Discussion
Topic: Efa 4.0.4 - 41 -
Replies: 11
Views: 1147

Re: Efa 4.0.4 - 41 -

Is opendmarc, opendkim, and msmilter running?
by shawniverson
24 Feb 2024 12:34
Forum: How-to
Topic: Proposal for External Storage of Mail Data in VM Environment
Replies: 1
Views: 296

Re: Proposal for External Storage of Mail Data in VM Environment

You can set up your initial install before you install eFa however you want.

You could install your OS and create mount points for these various things, then install eFa once you have it the way you want. Of course, you'll incur any performance penalty that using a network share brings.
by shawniverson
18 Feb 2024 20:12
Forum: How-to
Topic: allow password protected zip files for secific senders
Replies: 1
Views: 224

Re: allow password protected zip files for secific senders

Is it possible to do this?

From: example.com and To: example2.com no
by shawniverson
18 Feb 2024 20:07
Forum: How-to
Topic: ARC - GMAIL
Replies: 3
Views: 9585

Re: ARC - GMAIL

An empty file should be sufficient.
by shawniverson
01 Feb 2024 21:34
Forum: Discussion
Topic: Seeking clarification or a resource where I can find information about the impact of submitting a "SPAM+Report" email.
Replies: 1
Views: 794

Re: Seeking clarification or a resource where I can find information about the impact of submitting a "SPAM+Report" emai

SPAM feeds the email to the TxRep database, which if trained with enough sample email will affect the score. Reporting shares the hash of the email with DCC, Pyzor, and/or Razor services.
by shawniverson
01 Feb 2024 21:30
Forum: Discussion
Topic: Seeking suggestions
Replies: 1
Views: 568

Re: Seeking suggestions

Can you give an example?
by shawniverson
27 Jan 2024 14:11
Forum: Discussion
Topic: automatic user creation
Replies: 3
Views: 816

Re: automatic user creation

Nice! Are you willing to share your work for others?
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: 952

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: 28106

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: 28106

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: 25180

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: 27105

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: 9585

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: 37745

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: 14322

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: 23407

Re: Hello

Look forward to seeing what you have done.