From 8e7f3c529724a2a15879b40199bfa29eb369e48b Mon Sep 17 00:00:00 2001 From: Zhang Huangbin Date: Tue, 30 Jun 2020 18:24:41 +0800 Subject: [PATCH] Update release tag in fail2ban.sql.html. --- ...w.user.to.send.email.without.authentication-it_IT.html | 2 +- ...w.user.to.send.email.without.authentication-zh_CN.html | 2 +- html/fail2ban.sql.html | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/html/allow.user.to.send.email.without.authentication-it_IT.html b/html/allow.user.to.send.email.without.authentication-it_IT.html index 33ae4091..7f71e267 100644 --- a/html/allow.user.to.send.email.without.authentication-it_IT.html +++ b/html/allow.user.to.send.email.without.authentication-it_IT.html @@ -17,7 +17,7 @@   //  Document Index

This tutorial is available in other languages. Help translate more

-

English / 简体中文 /

+

简体中文 /

Abilitare utente ad inviare mail senza l'autenticazione smtp

Create questo file di testo: /etc/postfix/accepted_unauth_senders, elencandoci tutti gli indirizzi mail degli utenti abilitati ad inviare posta senza l'autenticazione smtp. Verrà usato l'indirizzo user@example.com come esempio:

diff --git a/html/allow.user.to.send.email.without.authentication-zh_CN.html b/html/allow.user.to.send.email.without.authentication-zh_CN.html index 96d4fd0b..a4a2468a 100644 --- a/html/allow.user.to.send.email.without.authentication-zh_CN.html +++ b/html/allow.user.to.send.email.without.authentication-zh_CN.html @@ -17,7 +17,7 @@   //  Document Index

This tutorial is available in other languages. Help translate more

-

English / Italiano /

+

Italiano /

允许用户无需身份验证发送邮件

Postfix

diff --git a/html/fail2ban.sql.html b/html/fail2ban.sql.html index 49e03081..f5039eab 100644 --- a/html/fail2ban.sql.html +++ b/html/fail2ban.sql.html @@ -93,7 +93,7 @@ also a SQL user fail2ban.

  • Run commands below as root user:
  • cd /tmp
    -wget https://github.com/iredmail/iRedMail/raw/master/samples/fail2ban/sql/fail2ban.mysql
    +wget https://github.com/iredmail/iRedMail/raw/1.3/samples/fail2ban/sql/fail2ban.mysql
     
    cd /tmp
    -wget https://github.com/iredmail/iRedMail/raw/master/samples/fail2ban/sql/fail2ban.pgsql
    +wget https://github.com/iredmail/iRedMail/raw/1.3/samples/fail2ban/sql/fail2ban.pgsql
     su - postgres
     psql -d template1
     
    @@ -163,10 +163,10 @@ ALTER DATABASE fail2ban OWNER TO fail2ban;

    Add required Fail2ban config file and script

    On Linux, run commands below as root user:

    -
    wget https://github.com/iredmail/iRedMail/raw/master/samples/fail2ban/action.d/banned_db.conf
    +
    wget https://github.com/iredmail/iRedMail/raw/1.3/samples/fail2ban/action.d/banned_db.conf
     mv banned_db.conf /etc/fail2ban/action.d/
     
    -wget https://github.com/iredmail/iRedMail/raw/master/samples/fail2ban/bin/fail2ban_banned_db
    +wget https://github.com/iredmail/iRedMail/raw/1.3/samples/fail2ban/bin/fail2ban_banned_db
     mv fail2ban_banned_db /usr/local/bin/
     chmod 0550 /usr/local/bin/fail2ban_banned_db