I'm setting up two nodes connected via IPSEC vpn with SQL master-master replication so each change in SQL gets immediately replicated to the other node.
I've enabled RPC in the Mailwatch configuration, so it's possible to release mail from node 1 on quarantine of node 2.
I've setup e two mx-records ...
Search found 8 matches
- 10 Jan 2017 13:23
- Forum: How-to
- Topic: Clustering EFA Servers
- Replies: 18
- Views: 17364
- 30 Dec 2016 21:21
- Forum: How-to
- Topic: How to flag released spam with new color!
- Replies: 3
- Views: 4570
Re: How to flag released spam with new color!
Hehe thx mate!Dominion wrote:vote for next release

- 30 Dec 2016 21:17
- Forum: How-to
- Topic: How to setup BitDefender or other AV
- Replies: 12
- Views: 16740
Re: How to setup BitDefender or other AV
I've installed ESET Linux File Security with success on my EFA machines.
It didn't miss a virus yet 8-)
Quick todo list:
Download esets.x86_64.rpm.bin to /root
Get license on server (/root)
Get to /root (cd /root)
• Install requirements
○ yum install glibc.i686 libstdc++.i686 -y
• Set ...
It didn't miss a virus yet 8-)
Quick todo list:
Download esets.x86_64.rpm.bin to /root
Get license on server (/root)
Get to /root (cd /root)
• Install requirements
○ yum install glibc.i686 libstdc++.i686 -y
• Set ...
- 09 Nov 2016 19:56
- Forum: How-to
- Topic: How to flag released spam with new color!
- Replies: 3
- Views: 4570
How to flag released spam with new color!
When releasing e-mails, the mail doesn't get flagged as 'released', the status remains spam, or high spam etc.
I made some adjustments in PHP and added a column in the mailscanner database to add this option.
When releasing an e-mail, the mail gets blue highlighted in the mail listings :D
Add ...
I made some adjustments in PHP and added a column in the mailscanner database to add this option.
When releasing an e-mail, the mail gets blue highlighted in the mail listings :D
Add ...
- 03 Nov 2016 21:12
- Forum: 3.x Bugs
- Topic: ! Missing message detail relay information !
- Replies: 0
- Views: 2300
! Missing message detail relay information !
Hey guys,
I'm missing the relay information in the message details.
The last thing we see is the scoring report.
How can we enable this again?
What's causing this issue?
I found another guy with the same issue, but no solution:
https://forum.efa-project.org/viewtopic.php?f=14&t=1768&p=6748&hilit ...
I'm missing the relay information in the message details.
The last thing we see is the scoring report.
How can we enable this again?
What's causing this issue?
I found another guy with the same issue, but no solution:
https://forum.efa-project.org/viewtopic.php?f=14&t=1768&p=6748&hilit ...
- 02 Nov 2016 19:40
- Forum: How-to
- Topic: Add session timeout to mailwatch webpage
- Replies: 0
- Views: 4291
Add session timeout to mailwatch webpage
Hey guys,
add following code to login.function.php to configure browser session time-out after inactivity (security feature):
// extra code for session timeout - 1800 = seconds = 30 minutes
if (isset($_SESSION['LAST_ACTIVITY']) && (time() - $_SESSION['LAST_ACTIVITY'] > 1800)) {
// last request ...
add following code to login.function.php to configure browser session time-out after inactivity (security feature):
// extra code for session timeout - 1800 = seconds = 30 minutes
if (isset($_SESSION['LAST_ACTIVITY']) && (time() - $_SESSION['LAST_ACTIVITY'] > 1800)) {
// last request ...
- 26 Aug 2016 08:49
- Forum: How-to
- Topic: One User 2 Domains
- Replies: 4
- Views: 6453
Re: One User 2 Domains
This would be a very nice feature! +1
- 22 Jul 2016 17:13
- Forum: How-to
- Topic: Blocking custom file extention is not working
- Replies: 4
- Views: 3911
Re: Blocking custom file extention is not working
I've got the same problems in EFA when using the tests from: http://www.emailsecuritycheck.net/index.html
Strange thing is that my tests from a Gmail accounts were just fine. Those mails we're blocked with message "Bad Content".
Mails from the website are getting through.
The sending address from ...
Strange thing is that my tests from a Gmail accounts were just fine. Those mails we're blocked with message "Bad Content".
Mails from the website are getting through.
The sending address from ...