Difference between revisions of "Exim"

From wiki
(Created page with "== Install == {{TODO}} == Configure == {{TODO}} == Fail2ban == Create file <code>/etc/fail2ban/jail.d/exim.conf</code><syntaxhighlight lang="ini"> [exim] enabled = true por...")
 
m (fail2ban description)
Line 6: Line 6:
  
 
== Fail2ban ==
 
== Fail2ban ==
 +
The filter for exim is already included in debian, we just need to activate it. It will filter people trying to log on your server, trying to make it relay spam, and sending nonsense command.
 +
 
Create file <code>/etc/fail2ban/jail.d/exim.conf</code><syntaxhighlight lang="ini">
 
Create file <code>/etc/fail2ban/jail.d/exim.conf</code><syntaxhighlight lang="ini">
 
[exim]
 
[exim]

Revision as of 19:26, 3 January 2016

Install

TODO

Configure

TODO

Fail2ban

The filter for exim is already included in debian, we just need to activate it. It will filter people trying to log on your server, trying to make it relay spam, and sending nonsense command.

Create file /etc/fail2ban/jail.d/exim.conf

[exim]
enabled  = true
port     = 25,587
logpath  = %(exim_main_log)s