Search found 3651 matches

by shawniverson
25 Feb 2014 23:15
Forum: Discussion
Topic: Export Users and W/B Lists
Replies: 3
Views: 4075

Re: Export Users and W/B Lists

Hey Shawn, I saw in a previous post that you were going to work on a script to export/import users from ESVA to EFA, any info with that? We're going to setup EFA in production now, just for our domain first, but we also filter probably 10 others maybe 150 users or so. If we could avoid manually rec...
by shawniverson
25 Feb 2014 01:27
Forum: How-to
Topic: Where to find EFA version.
Replies: 11
Views: 8806

Re: Where to find EFA version.

/etc/EFA-Version

:shhh:
by shawniverson
24 Feb 2014 23:18
Forum: How-to
Topic: Mailwatch don't work
Replies: 3
Views: 3592

Re: Mailwatch don't work

Can you ping either?

If not, the problem is most likely the host and/or VM Network configuration.
by shawniverson
24 Feb 2014 23:17
Forum: Discussion
Topic: How would I block emails like this?
Replies: 4
Views: 5587

Re: How would I block emails like this?

/etc/MailScanner/MailScanner.conf....I have mine set a 1mb.

Code: Select all

Max Spam Check Size = 1024k
by shawniverson
24 Feb 2014 22:17
Forum: Discussion
Topic: How would I block emails like this?
Replies: 4
Views: 5587

Re: How would I block emails like this?

Can you post the spam report for this email? Also, what is the overall message size and does it have any attachments?
by shawniverson
24 Feb 2014 22:12
Forum: How-to
Topic: Mailwatch don't work
Replies: 3
Views: 3592

Re: Mailwatch don't work

Did you try accessing by IP address instead to make sure you aren't having a DNS issue?
by shawniverson
23 Feb 2014 21:51
Forum: Introduction
Topic: Hello from Indiana, USA
Replies: 2
Views: 3743

Re: Hello from Indiana, USA

:text-welcomewave:
by shawniverson
23 Feb 2014 21:47
Forum: How-to
Topic: How to integrate E.F.A with Active Directory (Part 2)
Replies: 20
Views: 80063

How to integrate E.F.A with Active Directory (Part 2)

There's a nice little user/alias import script located here... /usr/local/bin/mailwatch/tools/Cron_jobs/mailwatch_ldap_sync.sh By design, this script parses the proxyAddresses field in LDAP/AD to import all users in a domain into E.F.A. 1) Populate the required definitions.... LDAP_URI="ldap://...
by shawniverson
23 Feb 2014 20:45
Forum: How-to
Topic: Release a blocked file
Replies: 21
Views: 19063

Re: Release a blocked file

Do this... Allow Password-Protected Archives = %rules-dir%/P-P.rules Careful with your case sentitivity and spaces/tabs in the rules...I recommend using a single space between each object in the rule.... From: *@trusteddomain.com and To: recipient@mydomain.com yes FromOrTo: default no Restart MailSc...
by shawniverson
23 Feb 2014 03:09
Forum: How-to
Topic: Release a blocked file
Replies: 21
Views: 19063

Re: Release a blocked file

Let me see what I can come up with...

It *might* require some modification to mailscanner code...not sure yet...will do some digging...
by shawniverson
22 Feb 2014 23:54
Forum: How-to
Topic: Change FQDN of EFA
Replies: 4
Views: 5925

Re: Change FQDN of EFA

:text-welcomewave:
by shawniverson
22 Feb 2014 23:53
Forum: Discussion
Topic: Performance Tuning
Replies: 5
Views: 4781

Re: Performance Tuning

:text-welcomewave:
by shawniverson
22 Feb 2014 14:30
Forum: How-to
Topic: Change FQDN of EFA
Replies: 4
Views: 5925

Re: Change FQDN of EFA

(Note that this procedure has not been tested...use at your own risk!) 1) Change the hostname.domainname in /etc/sysconfig/network 2) Change the hostname.domainname and hostname in /etc/hosts 3) Execute: sudo hostname <myhostname> Where <myhostname> is your hostname without the domain and without < ...
by shawniverson
22 Feb 2014 00:23
Forum: How-to
Topic: Out of office emails being blocked
Replies: 15
Views: 14104

Re: Out of office emails being blocked

I am still researching this issue.

For now all you can do is set disable this function in mailscanner if receiving OoO and NDRs is important.
by shawniverson
22 Feb 2014 00:06
Forum: Discussion
Topic: Performance Tuning
Replies: 5
Views: 4781

Re: Performance Tuning

I think you will find that E.F.A. will perform well under this load. The defaults for E.F.A. are 2 vCPUs and 2GB of vRAM. I process about 6000 messages daily with a load average of about 0.2. The default for mailscanner threads is 2. You may want to increase this if you notice your inbound postfix q...
by shawniverson
21 Feb 2014 01:03
Forum: 3.x Bugs
Topic: No lines separating whitelist blacklist entries
Replies: 5
Views: 5554

Re: No lines separating whitelist blacklist entries

I agree. I'll post an enhancement to git.

I am also wondering about adding some alternating background colors to really set them apart.
by shawniverson
21 Feb 2014 01:02
Forum: Discussion
Topic: Updates in Webmin?
Replies: 1
Views: 2381

Re: Updates in Webmin?

Webmin -- OK

initscripts -- OK

postfix -- Hold

We just found out the postfix update is resetting permissions and adversely affecting MailWatch. We should be releasing a 3.0.0.3 update in a few days to combat this problem.
by shawniverson
20 Feb 2014 19:24
Forum: Discussion
Topic: Can't access MailWatch
Replies: 18
Views: 16488

Re: Can't access MailWatch

Yep, that's the problem. Postfix has updated and reset permissions.

Opening an urgent bug for this to fix quickly.

Yes, please change the ownership to postfix:apache

Code: Select all

chown postfix:apache /var/spool/postfix/incoming
chown postfix:apache /var/spool/postfix/hold
 
by shawniverson
20 Feb 2014 19:02
Forum: Discussion
Topic: Can't access MailWatch
Replies: 18
Views: 16488

Re: Can't access MailWatch

Verify the following owners on the hold and incoming directories:

drwxr-x---. 2 postfix apache 20480 Feb 20 14:01 hold
drwxr-x---. 2 postfix apache 12288 Feb 20 14:01 incoming
by shawniverson
20 Feb 2014 19:00
Forum: Discussion
Topic: Can't access MailWatch
Replies: 18
Views: 16488

Re: Can't access MailWatch

The 3.0.0.2 update runs a yum update.

Can you tell me what version of postfix you are on?

Code: Select all

rpm -qa | grep postfix
by shawniverson
20 Feb 2014 18:54
Forum: How-to
Topic: Release a blocked file
Replies: 21
Views: 19063

Re: Release a blocked file

Bear in mind that E.F.A. is built on several components, one of which is MailScanner. This is a default setting in MailScanner. You should review the file extensions configured here and make sure none are listed that you really want to receive. If there is a way to improve this behavior, by all mean...
by shawniverson
20 Feb 2014 00:50
Forum: 3.x Bugs
Topic: Quarantine Reports
Replies: 3
Views: 4516

Re: Quarantine Reports

What in your /etc/cron.daily, /etc/anacrontab, and root crontab (crontab -l) ?