Search found 3650 matches

by shawniverson
13 Apr 2024 11:28
Forum: Feature Requests
Topic: Milter Multithread
Replies: 2
Views: 266

Re: Milter Multithread

I agree with henk this isn't a milter problem. The Milter Inbound count are emails that are in the queue after being processed by the milter, so the bottleneck is elsewhere. Are you on the latest release of eFa 4? There are some performance fixes that will directly impact mariadb utilization as well.
by shawniverson
13 Apr 2024 11:25
Forum: Discussion
Topic: Efa 4.0.4 - 41 -
Replies: 14
Views: 1558

Re: Efa 4.0.4 - 41 -

Yes, resolved in 4.0.4-42.
by shawniverson
10 Apr 2024 20:03
Forum: Introduction
Topic: Lipkowski Says Hello
Replies: 1
Views: 175

Re: Lipkowski Says Hello

:text-welcomewave:
by shawniverson
10 Apr 2024 20:01
Forum: How-to
Topic: milter-discard
Replies: 2
Views: 3661

Re: milter-discard

This is normal behavior for eFa. The MailScanner milter tells postfix to DISCARD the message after writing it to disk for MailScanner to process, then MailScanner submits it back to postfix for delivery unless it is quarantined or blocked.
by shawniverson
06 Apr 2024 15:03
Forum: How-to
Topic: NDR / Notify Senders
Replies: 2
Views: 182

Re: NDR / Notify Senders

Is this also set?

Code: Select all

Notify Senders Of Blocked Filenames Or Filetypes = yes
by shawniverson
23 Mar 2024 18:33
Forum: 4.x Bugs
Topic: inline signature problem
Replies: 3
Views: 803

Re: inline signature problem

/usr/share/MailScanner/perl/custom/CustomAction.pm should control the addition of the token. In order for this to work properly, check your /etc/MailScanner/MailScanner.conf: This should be set to No since it is going to be done with a custom action. Sign Clean Messages = No This line should have cu...
by shawniverson
23 Mar 2024 18:24
Forum: How-to
Topic: memory upgrade
Replies: 3
Views: 2296

Re: memory upgrade

Take a peek in /etc/MailScanner/MailScanner.conf.

Code: Select all

Max Children = #
by shawniverson
23 Mar 2024 18:22
Forum: Introduction
Topic: First install mostly worked
Replies: 2
Views: 374

Re: First install mostly worked

:text-welcomewave:

Small bug during installation that I'm fixing.

Edit /etc/opendkim.conf and switch the Socket as follows:

Code: Select all

Socket inet:8891@localhost
Then run eFa-Configure and launch the DKIM and DMARC wizard.
by shawniverson
23 Mar 2024 18:16
Forum: Discussion
Topic: HowTo test EFAv5
Replies: 5
Views: 715

Re: HowTo test EFAv5

I am working on switching over to NetworkManager.
by shawniverson
12 Mar 2024 10:21
Forum: 4.x Bugs
Topic: inline signature problem
Replies: 3
Views: 803

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: 14
Views: 1558

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: 14
Views: 1558

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: 5
Views: 715

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

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: 14
Views: 1558

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: 14
Views: 1558

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

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: 14
Views: 1558

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

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

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

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

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

Re: Seeking suggestions

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

Re: automatic user creation

Nice! Are you willing to share your work for others?