User Tools

Site Tools


docs:tips_n_tricks:exim.html

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
docs:tips_n_tricks:exim.html [15.11.2017 15:38 CET] peterdocs:tips_n_tricks:exim.html [18.11.2019 00:08 CET] (current) – [Enabling fail2ban for exim4 on Debian buster] peter
Line 112: Line 112:
 {{entry>ssl}} {{entry>ssl}}
 {{entry>gnutls}} {{entry>gnutls}}
 +
 +===== Enableing smtps/submissons on port 465 on debian Buster =====
 +  * Enable TLS as described above
 +  * <code text  /etc/exim4/conf.d/main/03_custom-config_tlsoptions> 
 +tls_on_connect_ports = 465
 +</code>
 +  * run ''dpkg-reconfigure exim4-config'' and enter for the //local interfaces// the value\\ ''[0.0.0.0]:25;[0.0.0.0]:465''((Exim documentation says, ''0.0.0.0.25 ; 0.0.0.0.465'' but I didn't check whether that works as well))
 +  * restart //exim4//: ''systemctl restart exim4''
 +
 +===== Enabling fail2ban for exim4 on Debian buster =====
 +
 +  apt install fail2ban
 +  fail2ban-client add exim-spam
 +  fail2ban-client start exim
 +  fail2ban-client start exim-spam
 +
 +<note tip>Don't try to configure it by ''fail2ban-client'' but create a section in ''/etc/fail2ban/jail.d/local.conf''</note>
 +{{tag>fail2ban}}
 +{{entry>fail2ban}}
 +  
  
 ======   ====== ======   ======
docs/tips_n_tricks/exim.html.1510756719.txt.gz · Last modified: 15.11.2017 15:38 CET by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki