Search found 23 matches

by peter.munnelly
26 Jan 2018 19:22
Forum: How-to
Topic: ClamAV Fatal Error Mail stops processing
Replies: 3
Views: 4449

ClamAV Fatal Error Mail stops processing

Hi,

ClamAV keeps giving these errors, and then stops, so mail doesn't get processed and the queue builds up. Restarting clamd service resolves issue for an hour or two then the issue is present again. These are the errors, how can I resolve?

Fri Jan 26 17:03:19 2018 -> /var/spool/MailScanner ...
by peter.munnelly
03 Oct 2017 08:01
Forum: How-to
Topic: Upgrade to Latest Version
Replies: 2
Views: 2458

Upgrade to Latest Version

When I have ran an upgrade in the past, I have lost some customisation of the system that I have made.

What is the process to perform the upgrade without having to lose any settings that have already been changed?
by peter.munnelly
30 May 2017 11:25
Forum: How-to
Topic: Quarantine Reports
Replies: 0
Views: 2302

Quarantine Reports

We have multiple domains for different clients on our server, is there a setting that will allow for quarantine reports to be sent to certain domain/users at a time.

At the moment I have a cron job that runs three times a day that sends out reports to all users, but not all clients want the report ...
by peter.munnelly
30 May 2017 11:23
Forum: How-to
Topic: Custom Bad Words
Replies: 21
Views: 20666

Re: Custom Bad Words

This seems be doing the trick thanks.

header UNSUBSCRIBE_HEADER exists:List-Unsubscribe
by peter.munnelly
26 May 2017 20:41
Forum: How-to
Topic: Custom Bad Words
Replies: 21
Views: 20666

Re: Custom Bad Words

Thanks, I've got that working now.

Antother question, how can I catch this in the header

List-Unsubscribe:

I have tried
header contains_listunsubscribe1 Header =~ /Unsubscribe\/i

but this does not catch it?
by peter.munnelly
26 May 2017 17:09
Forum: How-to
Topic: Custom Bad Words
Replies: 21
Views: 20666

Re: Custom Bad Words

Sorry not sure what you mean, could you give me an example please?
by peter.munnelly
19 May 2017 15:41
Forum: How-to
Topic: Custom Bad Words
Replies: 21
Views: 20666

Re: Custom Bad Words

header BAD_WORD_1 =~ /badword1/i
header BAD_WORD_2 =~ /badword2/i
header BAD_WORD_3 =~ /badword3/i

meta BAD_WORDSET1 (BAD_WORD_1 && BAD_WORD_2)
score BAD_WORDSET1 2.5

meta BAD_WORDSET2 (BAD_WORD_1 && BAD_WORD_3)
score BAD_WORDSET2 4.0

This works but the problem here, is that header BAD_WORD_1 and ...
by peter.munnelly
16 May 2017 07:43
Forum: How-to
Topic: Custom SA rule per domain
Replies: 3
Views: 3219

Re: Custom SA rule per domain

I want to create a custom rule that blocks any email where the header contains .rsvg.net, I can do this via the following SA rule.

header CONTAINS_RSGSV Received =~ /rsgsv\.net/i
score CONTAINS_RSGSV 10.0
describe CONTAINS_RSGSV rsgsv.net

What I want to do then is only have this rule be applied to ...
by peter.munnelly
15 May 2017 15:39
Forum: How-to
Topic: Custom SA rule per domain
Replies: 3
Views: 3219

Custom SA rule per domain

Hi,

Is it possible to have custom rules for a specific domain and not for all domains that have been setup?
by peter.munnelly
19 Apr 2017 20:56
Forum: How-to
Topic: Block all email with mcdlv.net
Replies: 1
Views: 4651

Block all email with mcdlv.net

Hi,

How can I block all email that contain mcdlv.net in the from field. Most of the emails that comes from this domain is spam and I want to mark it as spam for all users across the server.

I have tried in the blacklist with the from showing as mcdlv.net and the to showing as Default but this ...
by peter.munnelly
07 Apr 2017 09:46
Forum: How-to
Topic: Update from 3.0.1.1
Replies: 2
Views: 2683

Update from 3.0.1.1

Hi
If we are updating from this version to the latest, what do I need to do to ensure our custom configurations are kept and not lost?

thanks,
by peter.munnelly
08 Feb 2017 21:30
Forum: Discussion
Topic: unsual mail listing for users
Replies: 19
Views: 13238

Re: unsual mail listing for users

Hi Shawn,

The issue that we are having here in the example that Colin has but up, is that we do not have a user called m.j.robinson@... we only have a user called j.robinson@...

But we are seeing spam in the quarantine for any email that is sent to any email address that contains j.robinson@ even ...
by peter.munnelly
08 Aug 2016 20:01
Forum: How-to
Topic: One User 2 Domains
Replies: 4
Views: 6461

One User 2 Domains

Hi,

How do I add an alias domain to a user so that they can use one login to access spam email for both domains.

so for example, a user has an email of me@example.com and me@example.co.uk How can I create a user and link a second domain to them without having to create two logins?
by peter.munnelly
31 May 2016 22:42
Forum: How-to
Topic: Release link in Quarantine Report
Replies: 11
Views: 11479

Re: Release link in Quarantine Report

Has anybody tried this and got it working?
by peter.munnelly
25 May 2016 12:15
Forum: How-to
Topic: Block whole TLD's
Replies: 2
Views: 3344

Block whole TLD's

Hi,

I want to be able to block whole TLD's from being delivered. For example we do not want to receive any email from anything at .top

How can I block this?
by peter.munnelly
19 Apr 2016 17:01
Forum: 3.x Bugs
Topic: Scan e-mail for spam
Replies: 1
Views: 2132

Scan e-mail for spam

Hi,

Using the latest version for these options whatever I change has no effect whatsoever. I want a user on a domain to now have their email scanned for spam, however if I untick scan email for spam it still scans the message and catches it.

Scan for Spam: Scan eMail for Spam?
Spam Score: 0=Use ...
by peter.munnelly
23 Mar 2016 17:56
Forum: How-to
Topic: Issue #148 Enhancement - Allow message view from quarantine reports directly
Replies: 3
Views: 3947

Re: Issue #148 Enhancement - Allow message view from quarantine reports directly

Ok thanks.

With regards to the quarantine report, I have it set to only show spam within the last day, but this still shows 2 days worth of spam emails.

Is there a way to set it so that it only shows the current day?
by peter.munnelly
22 Mar 2016 19:25
Forum: How-to
Topic: Issue #148 Enhancement - Allow message view from quarantine reports directly
Replies: 3
Views: 3947

Issue #148 Enhancement - Allow message view from quarantine reports directly

Hi,

Can you let me know what this should do.

From what I can see in 3.0.0.9 nothing in the quarantine report has changed from the last version.

Should I be able to view the message without having to login to the quarantine area?
by peter.munnelly
30 Dec 2015 11:38
Forum: How-to
Topic: Scan e-mail for spam
Replies: 6
Views: 5619

Re: Scan e-mail for spam

Yes, both the email and username are the same
by peter.munnelly
22 Dec 2015 10:12
Forum: How-to
Topic: Scan e-mail for spam
Replies: 6
Views: 5619

Re: Scan e-mail for spam

Yes, restarted MailScanner but it did not seem to help?
by peter.munnelly
21 Dec 2015 17:10
Forum: How-to
Topic: Scan e-mail for spam
Replies: 6
Views: 5619

Scan e-mail for spam

Hi,

If I have a particular user that I do not want to scan email for spam, the option within user management is not working.

I have tried to both untick the option to scan e-mail for spam and I have increased the spam score to 50 and high spam score to 60 and it still scans the email and uses the ...
by peter.munnelly
10 Dec 2015 15:58
Forum: How-to
Topic: Quarantine Report
Replies: 3
Views: 3315

Re: Quarantine Report

Thanks for this, the issue I have is that I want to send a quarantine report out at regular intervals throughout the day, but I only want the report to show spam that has been caught since the last report was sent.

Is this possible?
by peter.munnelly
30 Nov 2015 09:30
Forum: How-to
Topic: Quarantine Report
Replies: 3
Views: 3315

Quarantine Report

Hi,

Is there a way that I can set the quarantine report to only show spam that has been caught since the last quarantine report has been sent?

At the moment each quaratine report show all of the messages for the last 7 days.