Search found 1553 matches

by pdwalker
11 Apr 2016 06:29
Forum: How-to
Topic: Migrate from ESVA to EFA
Replies: 12
Views: 38920

Re: Migrate from ESVA to EFA

Just to let you know. I've a snapshot of my 3.0.0.8 vm that I can use for migration testing.
by pdwalker
11 Apr 2016 05:39
Forum: How-to
Topic: Help with Custom SpamAssassin Module
Replies: 23
Views: 16830

Re: Help with Custom SpamAssassin Module

Only because you caught be just before I was heading to bed.

How did you the file permission properties? Your screen shot looks like a windows dialog box, yet EFA is a linux based system. How did you access the file to get the properties?
by pdwalker
10 Apr 2016 16:59
Forum: How-to
Topic: Help with Custom SpamAssassin Module
Replies: 23
Views: 16830

Re: Help with Custom SpamAssassin Module

Check the file permissions and ownership of the module. What are they?

What version of EFA?
by pdwalker
08 Apr 2016 03:45
Forum: How-to
Topic: Migrate from ESVA to EFA
Replies: 12
Views: 38920

Re: Migrate from ESVA to EFA

I'm game.

i run efa in kvm/qemu on a zfs file system so snapshotting is easy. it's an installation installed as 3.0.0.7, customized, upgraded to 3.0.0.8 and customized some more.

it'll be interesting to see how much that complicates things.

what do you need me to do?
by pdwalker
08 Apr 2016 03:37
Forum: How-to
Topic: Help with Custom SpamAssassin Module
Replies: 23
Views: 16830

Re: Help with Custom SpamAssassin Module

twoeyes, glad to help. thanks for pointing out the module. shawn, I seem to cause you a lot of extra future work. Thanks for your work in improving the software. one small comment; the score of 4 might be a little high. while I personally dislike macros in word documents, there may be legitimate rea...
by pdwalker
08 Apr 2016 03:32
Forum: How-to
Topic: Install Sophos Antivirus
Replies: 26
Views: 25358

Re: Install Sophos Antivirus

the obvious question is, what was wrong on line 565 of your configuration file?

without knowing what was in the file, it'd be very difficult for a third party to diagnose it.
by pdwalker
07 Apr 2016 06:11
Forum: How-to
Topic: Help with Custom SpamAssassin Module
Replies: 23
Views: 16830

Re: Help with Custom SpamAssassin Module

How about that, so you're right. Those modules exist. No reason for me not to try it out then. So I installed the optional perl module yum install perl-File-MimeInfo.noarch I then edited /etc/mail/spamassassin/local.cf and added in the following lines: loadplugin OLE2Macro ole2macro.pm body MICROSOF...
by pdwalker
06 Apr 2016 10:31
Forum: Discussion
Topic: Release Mails from Quarantine
Replies: 1
Views: 1485

Re: Release Mails from Quarantine

Try the solution here: viewtopic.php?t=718

Is localhost/127.0.0.1/<yourdomain> in your whitelist?
by pdwalker
06 Apr 2016 06:22
Forum: How-to
Topic: [howto] Installing and using opendkim with EFA 3.0.0.7
Replies: 54
Views: 558406

Re: [howto] Installing and using opendkim with EFA 3.0.0.7

Whoops. I just realized I let this fall by the wayside. My apologies.

Did you ever resolve your problem?
by pdwalker
06 Apr 2016 06:05
Forum: How-to
Topic: Senderscore Reputation
Replies: 4
Views: 4444

Re: Senderscore Reputation

:clap:
by pdwalker
06 Apr 2016 05:14
Forum: 3.x Bugs
Topic: Update from 3.0.0.6 to 3.0.0.8 Failure
Replies: 11
Views: 7868

Re: Update from 3.0.0.6 to 3.0.0.8 Failure

I had this problem, and this solution resolved it.
by pdwalker
06 Apr 2016 05:06
Forum: How-to
Topic: Help with Custom SpamAssassin Module
Replies: 23
Views: 16830

Re: Help with Custom SpamAssassin Module

I'm just having a peek at the perl modules available and comparing that to what this plugin needs. According to the docs, the following modules are required: IO::Uncompress::Unzip IO::Scalar File::MimeInfo::Magic doing a `yum list` command shows the following perl modules available for installation ...
by pdwalker
06 Apr 2016 04:33
Forum: How-to
Topic: Migrate from ESVA to EFA
Replies: 12
Views: 38920

Re: Migrate from ESVA to EFA

Has anyone done an EFA to EFA migration? If so, were you successful? What extra steps did you take? The reason I ask is that I've made a number of changes to my efa box and I'm worried that the next update will fail, or do something weird. I think I'd rather start off with an uncustomized installati...
by pdwalker
06 Apr 2016 04:11
Forum: How-to
Topic: Help with Custom SpamAssassin Module
Replies: 23
Views: 16830

Re: Help with Custom SpamAssassin Module

The instructions at https://github.com/JonathanThorpe/spama ... -vba-macro seem pretty clear to me.

Can you tell me exactly what steps you did to install this spamassassin module?
by pdwalker
05 Apr 2016 08:45
Forum: How-to
Topic: Quarantine
Replies: 1
Views: 1818

Re: Quarantine

Did you try reading here?
by pdwalker
05 Apr 2016 08:34
Forum: Discussion
Topic: PHP_ORIG_SCRIPT not too high?
Replies: 6
Views: 8636

Re: PHP_ORIG_SCRIPT not too high?

I believe so, yes.

At least, that is where I am doing it.
by pdwalker
05 Apr 2016 08:33
Forum: Discussion
Topic: Monitor Out mails
Replies: 2
Views: 2347

Re: Monitor Out mails

it also depends on what you mean by "monitoring"

what do you want to do exactly?
by pdwalker
29 Mar 2016 07:59
Forum: How-to
Topic: How-to check E.F.A.-Version (with a monitoring tool)
Replies: 7
Views: 8820

Re: How-to check E.F.A.-Version (with a monitoring tool)

or you could change

Code: Select all

$localEFAVersion = file_get_contents($localVersionFile);
to

Code: Select all

$localEFAVersion = trim(file_get_contents($localVersionFile));
and not worry about it.
by pdwalker
25 Mar 2016 09:19
Forum: Discussion
Topic: Is it possible to change how many records per page MailWatch can display?
Replies: 4
Views: 4020

Re: Is it possible to change how many records per page MailWatch can display?

I assume you are trying to search for the spam message via the "recent messages" link? https://<efaserver>/mailscanner/status.php? Sure, you could change the number of messages listed, but why bother? Why not let the computer find them for you? Click on reports https://<efaserver>/mailscan...
by pdwalker
25 Mar 2016 04:43
Forum: Discussion
Topic: Making EFA more strict
Replies: 9
Views: 7863

Re: Making EFA more strict

That's great if you know you'll only have communications from those countries, but for companies that do business internationally, it'll lead to a lot of false positives, do others will have to be more careful about the countries they specify.

How did you enable and configure this filter?
by pdwalker
23 Mar 2016 07:37
Forum: Discussion
Topic: 3.0.0.9 Postfix Queue Not Processing
Replies: 9
Views: 5583

Re: 3.0.0.9 Postfix Queue Not Processing

Log files can be wonderful, especially when they show you the errors.
by pdwalker
22 Mar 2016 10:13
Forum: How-to
Topic: Some Mails get listed under quarantine but are marked as clean 3.0.0.9
Replies: 28
Views: 14359

Re: Some Mails get listed under quarantine but are marked as clean 3.0.0.9

you'll need to provide some details if there is to be any chance of diagnosing your problem is there any pattern to the messages that are quarentined? how about the message headers? can you show us any message headers? what about the log files? Do the log files show any information about the message...
by pdwalker
19 Mar 2016 07:04
Forum: Discussion
Topic: How to disable link tracking
Replies: 4
Views: 4510

Re: How to disable link tracking

google has a better search algorighm than the forum software. It's a useful tip that works on many websites.

Did you find the setting you need?
by pdwalker
17 Mar 2016 04:45
Forum: How-to
Topic: Emails stuck in EFA
Replies: 2
Views: 2030

Re: Emails stuck in EFA

have you checked the log files to see if there are any obvious errors?
by pdwalker
14 Mar 2016 04:18
Forum: Feature Requests
Topic: Report for whole Domain
Replies: 4
Views: 3993

Re: Report for whole Domain

Well, Shawn has tagged it for the 3.1.0.0 release, so I think that's a yes.