Search found 1585 matches
- 05 May 2017 06:16
- Forum: Discussion
- Topic: Greylisting and whitelisting issues
- Replies: 2
- Views: 3937
Re: Greylisting and whitelisting issues
Did you ever resolve your problem?
- 05 May 2017 06:15
- Forum: How-to
- Topic: [howto] Installing and using opendkim with EFA 3.0.0.7
- Replies: 54
- Views: 629194
Re: [howto] Installing and using opendkim with EFA 3.0.0.7
Hi Ovizii,
Sorry for the delay in responding, I'm slowly working my way backwards through old posts.
It works perfectly for me.
Without logging into your system and diagnosing your settings, I cannot say why you are having the problem while I am not. Something must be modifying the message ...
Sorry for the delay in responding, I'm slowly working my way backwards through old posts.
It works perfectly for me.
Without logging into your system and diagnosing your settings, I cannot say why you are having the problem while I am not. Something must be modifying the message ...
- 04 May 2017 09:41
- Forum: 3.x Bugs
- Topic: Font issue after upgrade to 3.0.1.9
- Replies: 27
- Views: 18246
Re: Font issue after upgrade to 3.0.1.9
Ok,
I've changed my mind slightly. I don't think I can call it an actual mailwatch bug. The full explanation is at the above "bug" report link.
The solution? Edit your viewmail.php file and change following line
$v = htmlentities($v);
to
$v = htmlentities($v,ENT_NOQUOTES,"utf-8"));
It's ...
I've changed my mind slightly. I don't think I can call it an actual mailwatch bug. The full explanation is at the above "bug" report link.
The solution? Edit your viewmail.php file and change following line
$v = htmlentities($v);
to
$v = htmlentities($v,ENT_NOQUOTES,"utf-8"));
It's ...
- 04 May 2017 04:51
- Forum: 3.x Bugs
- Topic: Font issue after upgrade to 3.0.1.9
- Replies: 27
- Views: 18246
Re: Font issue after upgrade to 3.0.1.9
definitely a problem in viewmail.php.
raised a bug report in the mailscanner project for this:
https://github.com/mailwatch/MailWatch/issues/773
It should be a simple fix.
raised a bug report in the mailscanner project for this:
https://github.com/mailwatch/MailWatch/issues/773
It should be a simple fix.
- 04 May 2017 04:09
- Forum: 3.x Bugs
- Topic: Font issue after upgrade to 3.0.1.9
- Replies: 27
- Views: 18246
Re: Font issue after upgrade to 3.0.1.9
Verified. Problem is in viewmail.php. Debugging.
- 04 May 2017 03:50
- Forum: Discussion
- Topic: ditch login timeouts?
- Replies: 7
- Views: 5644
Re: ditch login timeouts?
yeah, problem seems to have gone away in 3.0.2.2.
henk: depending on which files you modified, you should find a copy in the backup copy efa makes when upgrading. That's how I quickly recover my customizations (via vimdiff new old).
henk: depending on which files you modified, you should find a copy in the backup copy efa makes when upgrading. That's how I quickly recover my customizations (via vimdiff new old).
- 02 May 2017 19:49
- Forum: 3.x Bugs
- Topic: Font issue after upgrade to 3.0.1.9
- Replies: 27
- Views: 18246
Re: Font issue after upgrade to 3.0.1.9
will test and get back to you.
- 02 May 2017 19:48
- Forum: Discussion
- Topic: ditch login timeouts?
- Replies: 7
- Views: 5644
Re: ditch login timeouts?
yes, 3.0.2.2. it autoupdated overnight. and i still have all the same timeout errors and invalid access errors.
wait, it autoupdated, so my timeout x 10 changes would have reverted. let me add back and test again.
wait, it autoupdated, so my timeout x 10 changes would have reverted. let me add back and test again.
- 02 May 2017 04:58
- Forum: Discussion
- Topic: ditch login timeouts?
- Replies: 7
- Views: 5644
ditch login timeouts?
AUGH! I cannot stand it.
When I am training the bayesian filter on multiple messages, the bloody UI will time out and log me out, which means, logging back in, finding my place, reselecting and retrying the operation with fewer messages.
Ultra @#$%@#! annoying!
Is there anyway we can make this ...
When I am training the bayesian filter on multiple messages, the bloody UI will time out and log me out, which means, logging back in, finding my place, reselecting and retrying the operation with fewer messages.
Ultra @#$%@#! annoying!
Is there anyway we can make this ...
- 02 May 2017 04:52
- Forum: Feature Requests
- Topic: Trivial Feature: using html hover as a visual enhancement
- Replies: 7
- Views: 35836
Re: Trivial Feature: using html hover as a visual enhancement
FYI: I'd previously opened a feature request for this at https://github.com/mailwatch/MailWatch/issues/765
- 02 May 2017 03:30
- Forum: How-to
- Topic: Check Fisching from Phishtank
- Replies: 8
- Views: 9109
Re: Check Fisching from Phishtank
yes, it appears the cron files were reorganized during one of the mailwatch upgrades.ovizii wrote: 29 Dec 2016 16:43 turns out the files now have new names, its called: /usr/sbin/ms-update-bad-sites All good!
- 02 May 2017 03:05
- Forum: How-to
- Topic: How can I stop all emails being marked as BAYES_00
- Replies: 5
- Views: 6869
Re: How can I stop all emails being marked as BAYES_00
Any joy?
One problem I find with find with the bayes filter is that the spammers are finding new ways to defeat it temporarily until the filter is retrained which is why I cannot just rely on it solely.
One problem I find with find with the bayes filter is that the spammers are finding new ways to defeat it temporarily until the filter is retrained which is why I cannot just rely on it solely.
- 02 May 2017 02:59
- Forum: Discussion
- Topic: UPGRADED 3.0.1.7
- Replies: 3
- Views: 3759
Re: UPGRADED 3.0.1.7
yes.
- 02 May 2017 02:55
- Forum: Feature Requests
- Topic: Trivial Feature: using html hover as a visual enhancement
- Replies: 7
- Views: 35836
Re: Trivial Feature: using html hover as a visual enhancement
by all means!
There are a few other attributes to include that I've not included due to laziness. They are all around line 313 or above in style.css.
It's a nice simple change that shouldn't cause any problems.
I've also done it to rep_total_mail_by_date.php, but that requires a few more changes.
There are a few other attributes to include that I've not included due to laziness. They are all around line 313 or above in style.css.
It's a nice simple change that shouldn't cause any problems.
I've also done it to rep_total_mail_by_date.php, but that requires a few more changes.
- 02 May 2017 02:32
- Forum: Discussion
- Topic: Ditch mod_security?
- Replies: 8
- Views: 7666
Re: Ditch mod_security?
Fuck yes!
I am constantly getting "invalid security tokens" for no apparent reasons. Mailwatch has gone from being usable to unusable.
Also, the damn timeouts are still a problem. Even after I changed the session timeouts to 10 times longer in the code, I am still getting timeouts, even when I ...
I am constantly getting "invalid security tokens" for no apparent reasons. Mailwatch has gone from being usable to unusable.
Also, the damn timeouts are still a problem. Even after I changed the session timeouts to 10 times longer in the code, I am still getting timeouts, even when I ...
- 02 May 2017 02:27
- Forum: 3.x Bugs
- Topic: Font issue after upgrade to 3.0.1.9
- Replies: 27
- Views: 18246
Re: Font issue after upgrade to 3.0.1.9
Ramas,
Can you provide the raw headers to that email, like I did in https://github.com/mailwatch/MailWatch/issues/742 (3rd comment down).
It will make the debugging a bit easier.
Or, you can follow what I did in that comment thread and see if your headers are being stored correctly?
Can you provide the raw headers to that email, like I did in https://github.com/mailwatch/MailWatch/issues/742 (3rd comment down).
It will make the debugging a bit easier.
Or, you can follow what I did in that comment thread and see if your headers are being stored correctly?
- 27 Apr 2017 04:50
- Forum: How-to
- Topic: How to prevent disaster expansion
- Replies: 1
- Views: 2267
Re: How to prevent disaster expansion
1/ Find out how the guys email was hacked and prevent it from happening again.
2/ Make sure that your EFA box scans outgoing mail for spam, and if it detect spam, to stop it from going out.
2/ Make sure that your EFA box scans outgoing mail for spam, and if it detect spam, to stop it from going out.
- 27 Apr 2017 04:48
- Forum: Discussion
- Topic: new version (4), some ideas
- Replies: 5
- Views: 6176
Re: new version (4), some ideas
In my opinion, EFA should remain focused on providing the best mail/antispam gateway service as possible.
Spending time adding monitoring features by the EFA developers is not a good use of their time given that others have already specialized in providing monitoring systems that are already very ...
Spending time adding monitoring features by the EFA developers is not a good use of their time given that others have already specialized in providing monitoring systems that are already very ...
- 27 Apr 2017 04:40
- Forum: Discussion
- Topic: General RBL handling inside EFA
- Replies: 4
- Views: 4789
Re: General RBL handling inside EFA
Useful information.
- 27 Apr 2017 03:59
- Forum: How-to
- Topic: Bad content
- Replies: 3
- Views: 3635
Re: Bad content
cd /etc/MailScanner
grep -r "Attempt to hide real filename extension" *
archives.filename.rules.conf:#deny \.[a-z][a-z0-9]{2,3}\s*\.[a-z0-9]{3}$ Found possible filename hiding Attempt to hide real filename extension
filename.rules.conf:#deny \.[a-z][a-z0-9]{2,3}\s*\.[a-z0-9]{3}$ Found possible ...
grep -r "Attempt to hide real filename extension" *
archives.filename.rules.conf:#deny \.[a-z][a-z0-9]{2,3}\s*\.[a-z0-9]{3}$ Found possible filename hiding Attempt to hide real filename extension
filename.rules.conf:#deny \.[a-z][a-z0-9]{2,3}\s*\.[a-z0-9]{3}$ Found possible ...
- 27 Apr 2017 03:54
- Forum: Discussion
- Topic: Next Major release OS version
- Replies: 64
- Views: 311618
Re: Next Major release OS version
( people! you can change your vote! fight against the oppression that is systemd! join us in this glorious revolution! )
- 27 Apr 2017 03:52
- Forum: How-to
- Topic: How to setup a some sort of backup for an email server?
- Replies: 6
- Views: 12816
Re: How to setup a some sort of backup for an email server?
Ok, you have to make a decision as to what is important and what is not.
If getting a high availability connection to the internet is not possible, or not important enough to the necessary money on, then your options are very limited. Think about it for a moment.
You have several scenarios you ...
If getting a high availability connection to the internet is not possible, or not important enough to the necessary money on, then your options are very limited. Think about it for a moment.
You have several scenarios you ...
- 26 Apr 2017 12:37
- Forum: How-to
- Topic: How to setup a some sort of backup for an email server?
- Replies: 6
- Views: 12816
Re: How to setup a some sort of backup for an email server?
I have two solutions to the problem
1/ all mail is filtered through messagelabs. they act as my primary mx host, so if I'm down, they'll hold the mail for me until I'm back up. They're a large company so I I expect their stability to be much, much greater than mine.
2/ at the office level, I have ...
1/ all mail is filtered through messagelabs. they act as my primary mx host, so if I'm down, they'll hold the mail for me until I'm back up. They're a large company so I I expect their stability to be much, much greater than mine.
2/ at the office level, I have ...
- 26 Apr 2017 11:18
- Forum: Discussion
- Topic: space on /var going down (11.74GB [14%])
- Replies: 18
- Views: 15199
Re: space on /var going down (11.74GB [14%])
I think this needs to be added to the regular maintenance to clear these useless files out.
Code: Select all
find /var/spool/MailScanner/incoming/SpamAssassin-Temp -mtime +1 -print | xargs rm -f
- 26 Apr 2017 11:04
- Forum: How-to
- Topic: Bad content
- Replies: 3
- Views: 3635
Re: Bad content
Can you post a line showing the "bad content" message? That'll help me track down the setting.
[edit] it's probably related to one of the files in /etc/MailScanner/
[edit] it's probably related to one of the files in /etc/MailScanner/