Search found 52 matches

by wilbourne
16 Jun 2018 20:01
Forum: Discussion
Topic: Fail2ban
Replies: 23
Views: 45948

Re: Fail2ban

you can test the 404 apache for example.

copy the below line into the /etc/fail2ban/jail.conf

[apache-404]
enabled = true
port = http
filter = apache-404
logpath = /var/log/apache*/error*.log
maxretry = 6

after create file apache-404.conf into /etc/fail2ban/filter.d/ and copy below line ...
by wilbourne
15 Jun 2018 20:45
Forum: Discussion
Topic: Fail2ban
Replies: 23
Views: 45948

Re: Fail2ban

you can activate pattern for http code response like 403 : access denied or 404 : page not found.
Or for example if a ip address request the web page a big number of time over a short time.
For example if you have the same ip address with "get" on 500 line request the same page during 1minutes it ...
by wilbourne
22 Dec 2017 18:41
Forum: Discussion
Topic: Releasing Emails to Exchange 2013
Replies: 5
Views: 8211

Re: Releasing Emails to Exchange 2013

Exchange cannot send an ID message twice since exchange 2k10 or more.

The solution in EFA are to choose "alternate recipient".
by wilbourne
20 Dec 2017 18:33
Forum: Discussion
Topic: TLS Enabled but how do i send TLS first
Replies: 2
Views: 3406

Re: TLS Enabled but how do i send TLS first

be aware for tls, it is necessary that the others servers are also configured in tls mode otherwise all the communications will be rejected.
in case other server are not configured in tls you cannot communication with it.
by wilbourne
29 Nov 2017 10:02
Forum: 3.x Bugs
Topic: Mailscanner web login
Replies: 5
Views: 88541

Re: Mailscanner web login

and here is the update log
LOG_EFA.7z
log update
(16.1 KiB) Downloaded 614 times
by wilbourne
29 Nov 2017 09:55
Forum: 3.x Bugs
Topic: Mailscanner web login
Replies: 5
Views: 88541

Re: Mailscanner web login

THank you for your help :clap:
here is The disk space :
[root@computer ~]# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/vg_00-lv_root
7.8G 2.9G 4.6G 39% /
tmpfs 1.9G 0 1.9G 0% /dev/shm
/dev/sda1 485M 162M 298M 36% /boot
/dev/mapper/vg_00-lv_tmp
976M 231M 695M 25% /tmp
/dev ...
by wilbourne
22 Nov 2017 12:17
Forum: 3.x Bugs
Topic: Mailscanner web login
Replies: 5
Views: 88541

Re: Mailscanner web login

some log :

2017-11-22 13:15:37 139659218286624 [Note] /usr/sbin/mysqld (mysqld 10.1.29-MariaDB) starting as process 18782 ...
2017-11-22 13:15:37 139659218286624 [Note] InnoDB: innodb_empty_free_list_algorithm has been changed to legacy because of small buffer pool size. In order to use backoff ...
by wilbourne
22 Nov 2017 10:04
Forum: 3.x Bugs
Topic: Mailscanner web login
Replies: 5
Views: 88541

Mailscanner web login

Hello All,

This morning When we run mailscanner web. https://efa.domain.com we recieve an error:

Error: Database connection failed

It is possible that the database is overloaded or otherwise not running properly

Contact the system administrator if the problem persists



My version is 3.0.2.3 ...
by wilbourne
12 Oct 2017 14:50
Forum: Discussion
Topic: View Rejected messages
Replies: 4
Views: 4525

Re: View Rejected messages

for postfix rejected messages you can activate what kind of trouble you want report to the postmaster. Configuration on webmin > Postfix Mail Server > General Options > What trouble to report to the postmaster
by wilbourne
06 Sep 2017 10:04
Forum: How-to
Topic: How to integrate E.F.A with Active Directory on 3.0.0.9
Replies: 40
Views: 360165

Re: How to integrate E.F.A with Active Directory on 3.0.0.9

Here is my solution.

you can use the script I provided. This script retrieves the list of mail addresses from AD as well as the aliases and create an ldap_recipient file in / etc / postfix.

Once the file is created, simply add the following lines:

in /etc/postfix/main.cf

relay_recipient_maps ...
by wilbourne
28 Jul 2017 11:11
Forum: Feature Requests
Topic: Project HoneyPot
Replies: 5
Views: 8552

Re: Project HoneyPot

Put a reverse proxy in front of your web application

like this : https://www.vultureproject.org/ and this is a waf server
by wilbourne
04 Jul 2017 15:27
Forum: Discussion
Topic: Automatically import ALL AD users in version 3.0.2.3
Replies: 15
Views: 13861

Re: Automatically import ALL AD users in version 3.0.2.3

Hello,

You can find the MSQL DB / user and password to used in the EFA-Config file locate in /etc/.

And you can put the script into /usr/local/bin

and add a line into crontab or cron.daily to lauch the script.
by wilbourne
04 Jul 2017 10:54
Forum: Discussion
Topic: EFA with Office 365
Replies: 2
Views: 3336

Re: EFA with Office 365

Great :clap:
by wilbourne
30 Jun 2017 15:46
Forum: Discussion
Topic: EFA with Office 365
Replies: 2
Views: 3336

EFA with Office 365

I would like to know if EFA can Implement with an office 365 solutions. If someone who has test please tell me How should I do :think:

Or any experience about it
by wilbourne
27 Jun 2017 11:07
Forum: How-to
Topic: How to integrate E.F.A with Active Directory on 3.0.0.9
Replies: 40
Views: 360165

Re: How to integrate E.F.A with Active Directory on 3.0.0.9

I have found this script on a blog and is work well with efa & AD

juste change the value for
$dc1="ip_AD"
$dc2="ip_AD"
$hqbase="dc=Contoso,dc=com";
$user="userad\@contoso.com";
$passwd="passwordad";

usr/local/bin/ADextract.pl

#!/usr/bin/perl -T -w



# This script will pull all users' SMTP ...
by wilbourne
12 Jun 2017 08:43
Forum: 3.x Bugs
Topic: Mailwatch page message information Empty
Replies: 13
Views: 57902

Re: Mailwatch page message information Empty

Thank you, it works :clap:
by wilbourne
09 Jun 2017 10:45
Forum: 3.x Bugs
Topic: Mailwatch page message information Empty
Replies: 13
Views: 57902

Re: Mailwatch page message information Empty

Onto an virtual machine
by wilbourne
09 Jun 2017 08:22
Forum: 3.x Bugs
Topic: Mailwatch page message information Empty
Replies: 13
Views: 57902

Re: Mailwatch page message information Empty

yes off course, if you have this It's perfect. thank you for your help
by wilbourne
08 Jun 2017 09:36
Forum: 3.x Bugs
Topic: Mailwatch page message information Empty
Replies: 13
Views: 57902

Re: Mailwatch page message information Empty

It's really weird because when I reboot the server everything is work for a while.
by wilbourne
08 Jun 2017 09:31
Forum: 3.x Bugs
Topic: Mailwatch page message information Empty
Replies: 13
Views: 57902

Re: Mailwatch page message information Empty

here is the result :

efa.tokens OK
mailscanner.audit_log
Warning : InnoDB: Index "PRIMARY" is marked as corrupted
error : Corrupt
mailscanner.autorelease OK
mailscanner.blacklist OK
mailscanner.inq OK
mailscanner.maillog OK
mailscanner.mcp_rules OK
mailscanner.mtalog OK
mailscanner.mtalog_ids OK ...
by wilbourne
07 Jun 2017 18:09
Forum: 3.x Bugs
Topic: Mailwatch page message information Empty
Replies: 13
Views: 57902

Re: Mailwatch page message information Empty

in /var/log/httpd/error.log and I have this :

PHP Fatal error: Uncaught exception 'mysqli_sql_exception' with message 'Incorrect key file for table 'audit_log'; try to repair it' in /var/www/html/mailscanner/functions.php:1003\nStack trace:\n#0 /var/www/html/mailscanner/functions.php(1003): mysqli ...
by wilbourne
07 Jun 2017 15:48
Forum: 3.x Bugs
Topic: Mailwatch page message information Empty
Replies: 13
Views: 57902

Re: Mailwatch page message information Empty

Thank you for you reply.

Here is some screenshot :

for example if I click on the I button (see screenshot below)
2017-06-07 17_47_16-MailWatch pour MailScanner - Messages récents.png
2017-06-07 17_47_16-MailWatch pour MailScanner - Messages récents.png (3.22 KiB) Viewed 57877 times


I obtain this page :
2017-06-07 17_50_04-MailWatch pour MailScanner - Détail du message 9C6161011DF.A6BD2.png
2017-06-07 17_50_04-MailWatch pour MailScanner - Détail du message 9C6161011DF.A6BD2.png (3.32 KiB) Viewed 57876 times
by wilbourne
06 Jun 2017 08:25
Forum: 3.x Bugs
Topic: Mailwatch page message information Empty
Replies: 13
Views: 57902

Mailwatch page message information Empty

Hello All,

Since the last update EFA-3.0.2.3 when i log into mailwatch and i want to see information about a message (blue button) I Have a blank page . Before EFA-3.0.1.9 I could see the ip adresse of server and other value and now i cannot.

So if I restart the server after the reboot I can see ...
by wilbourne
26 Apr 2017 09:31
Forum: Discussion
Topic: SASL LOGIN authentication failed
Replies: 24
Views: 36649

Re: SASL LOGIN authentication failed

Thank's :clap:

To permanently ban an ip you can use this option:

bantime = -1
findtime = 604800

I use a long findtime to prevent some servers for blacklisted
by wilbourne
13 Apr 2017 09:13
Forum: How-to
Topic: RBL list
Replies: 2
Views: 3459

Re: RBL list

you can find all information on this topic

viewtopic.php?f=15&t=1958