Search found 12 matches

by tabootest
18 May 2016 11:11
Forum: How-to
Topic: Cannot receive email exceed 10MB
Replies: 1
Views: 2382

Cannot receive email exceed 10MB

Hi all,

My client sent us email with size more than 10MB, and they got bounce back email about too large email size.

I telnet to our efa host with messages:
250-SIZE 10240000

Is it a default setting since i didn't change this after the installation? Where should i update this setting? I am ...
by tabootest
06 May 2016 13:19
Forum: Discussion
Topic: Release / Whitelist False positive Virus
Replies: 5
Views: 4548

Re: Release / Whitelist False positive Virus

it happens to every messages from one specific customer and labelled as winnow.spam.ts.stock.10.UNOFFICIAL.

thanks.
by tabootest
06 May 2016 00:08
Forum: Discussion
Topic: Release / Whitelist False positive Virus
Replies: 5
Views: 4548

Re: Release / Whitelist False positive Virus

Thanks for your reply.

The email is virus-free with other virus scanners, also, the email is presented correctly in yahoo and google email account.
Is there any alternative to whitelist this false positive identification.

Thanks.
by tabootest
05 May 2016 03:15
Forum: Discussion
Topic: Release / Whitelist False positive Virus
Replies: 5
Views: 4548

Release / Whitelist False positive Virus

Hi,
We are using EFA 3.0.0.8.
Emails from One of our customers are blocked and identifed with virus winnow.spam.ts.stock.10.UNOFFICIAL
The emails are safe and we could open with gmail and hotmail eamil.

1. How could we whitelist her emails?
2. Also, how could we confiure EFA to perform in ...
by tabootest
31 Mar 2016 23:46
Forum: Introduction
Topic: Hello from HK
Replies: 1
Views: 2780

Hello from HK

Thanks
by tabootest
30 Mar 2016 08:04
Forum: How-to
Topic: Whitelist of Deny Filename
Replies: 12
Views: 10684

Re: Whitelist of Deny Filename

Thanks.
Furthermore, how could I only block ZIP files whose size are smaller than 1MB while zipped files with size greater than 1MB are allowed.
by tabootest
26 Mar 2016 00:41
Forum: How-to
Topic: Whitelist of Deny Filename
Replies: 12
Views: 10684

Re: Whitelist of Deny Filename

Sorry, what is a lint test? how to recognize a lint test is ok?
by tabootest
25 Mar 2016 00:03
Forum: How-to
Topic: Whitelist of Deny Filename
Replies: 12
Views: 10684

Re: Whitelist of Deny Filename

After made a change at config files, I restart the service by:

Code: Select all

sudo service MailScanner restart
by tabootest
24 Mar 2016 02:04
Forum: How-to
Topic: Whitelist of Deny Filename
Replies: 12
Views: 10684

Re: Whitelist of Deny Filename

I tried the configurations but all zip files passed the EFA afterward
Then, I changed /etc/MainScanner/Mailscanner.conf as below

Deny Filenames = %etc-dir%/custom-deny-zips.conf

with /etc/MainScanner/custom-deny-zips.conf

deny \.zip$ No Zips No Zips

Items are separated by TAB, but all zip ...
by tabootest
24 Mar 2016 00:50
Forum: How-to
Topic: Whitelist of Deny Filename
Replies: 12
Views: 10684

Re: Whitelist of Deny Filename

Thank you so much.
If we have multiple allowed domains / email addresses, should we put them in separate line as below?

Code: Select all

From:      example.com      %etc-dir%/custom-allow-zips.conf
From:	allow@allow.com	%etc-dir%/custom-allow-zips.conf
From:      default          %etc-dir%/custom-deny-zips.conf
by tabootest
22 Mar 2016 23:59
Forum: How-to
Topic: Whitelist of Deny Filename
Replies: 12
Views: 10684

Re: Whitelist of Deny Filename

Thanks for reply, plesase kindly provide the syntax requirements and samples of ruleset.
by tabootest
22 Mar 2016 09:16
Forum: How-to
Topic: Whitelist of Deny Filename
Replies: 12
Views: 10684

Whitelist of Deny Filename

Hi all,

We have enabled Deny Filename = \.zip$ recently for safety reasons. How can we add few exceptions (or whitelist) in order to receive zip files from our customers?
Thanks.