From: root Date: Fri, 18 Mar 2016 02:10:16 +0000 (+0100) Subject: daily autocommit X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=e73341eddebd56dace8328376baed3a5d76841a5;p=config%2Fhelga%2Fetc.git daily autocommit --- diff --git a/.etckeeper b/.etckeeper index e070667..f30c569 100755 --- a/.etckeeper +++ b/.etckeeper @@ -1435,6 +1435,7 @@ maybe chmod 0644 'fail2ban/filter.d/wuftpd.conf' maybe chmod 0644 'fail2ban/filter.d/xinetd-fail.conf' maybe chmod 0644 'fail2ban/jail.conf' maybe chmod 0755 'fail2ban/jail.d' +maybe chmod 0644 'fail2ban/jail.d/postfix.conf' maybe chmod 0644 'fail2ban/jail.d/smtp.conf' maybe chmod 0644 'fail2ban/jail.d/sshd.conf' maybe chmod 0644 'fail2ban/paths-common.conf' diff --git a/fail2ban/jail.d/postfix.conf b/fail2ban/jail.d/postfix.conf new file mode 100644 index 0000000..0468489 --- /dev/null +++ b/fail2ban/jail.d/postfix.conf @@ -0,0 +1,10 @@ +[postfix] + +enabled = true +port = smtp,ssmtp,submission +filter = postfix +logpath = /var/log/syslog.d/mail.log +action = %(action_mw)s + + +# vim: filetype=dosini diff --git a/postfix/main.cf b/postfix/main.cf index 103cc5d..6b136f4 100644 --- a/postfix/main.cf +++ b/postfix/main.cf @@ -701,7 +701,7 @@ message_size_limit = 51200000 mydestination = $myhostname, $mydomain, hash:/etc/postfix/maps/mydomains mydomain = brehm-online.com myhostname = helga.brehm-online.com -mynetworks = 127.0.0.0/8 85.214.134.152/32 85.214.109.1/32 [::1]/128 [2a01:238:4225:6e00:8f8c:808a:7fb8:88df]/128 +mynetworks = 127.0.0.0/8 85.214.134.152/32 [::1]/128 [2a01:238:4225:6e00:8f8c:808a:7fb8:88df]/128 138.201.28.135/32 [2a01:4f8:171:3006::2]/128 mynetworks_style = host myorigin = $mydomain #recipient_bcc_maps = mysql:/etc/postfix/mysql-recipient_bcc.cf diff --git a/postfix/maps/canonical b/postfix/maps/canonical index 8977881..d0cde72 100644 --- a/postfix/maps/canonical +++ b/postfix/maps/canonical @@ -9,3 +9,4 @@ # Zum Ändern bitte MySQL-Tabelle 'canonical' in der Datenbank 'vmail' auf localhost editieren. # +root@liz.uhu-banane.de root+liz@uhu-banane.de diff --git a/postfix/maps/canonical.db b/postfix/maps/canonical.db index ea9bdbd..75241c2 100644 Binary files a/postfix/maps/canonical.db and b/postfix/maps/canonical.db differ diff --git a/postfix/maps/virtual_alias_maps b/postfix/maps/virtual_alias_maps index ee212d8..6a966b9 100644 --- a/postfix/maps/virtual_alias_maps +++ b/postfix/maps/virtual_alias_maps @@ -9,10 +9,12 @@ # Zum Ändern bitte MySQL-Tabelle 'virtual' in der Datenbank 'vmail' auf localhost editieren. # -alfred-1980@uhu-banane.net frank -me@uhu-banane.de frank -alfred@uhu-banane.net frank, frank.brehm.61@googlemail.com -frak@brehm-online.com frank@brehm-online.com -nacho.libre@uhu-banane.de noreply -tabaluga@uhu-banane.net frank +alfred-1980@uhu-banane.net frank +me@uhu-banane.de frank +alfred@uhu-banane.net frank, frank.brehm.61@googlemail.com +frak@brehm-online.com frank@brehm-online.com +nacho.libre@uhu-banane.de noreply +tabaluga@uhu-banane.net frank +#liz@uhu-banane.de frank, schmidt@acwain.com, tomsyhh@googlemail.com +liz@uhu-banane.de frank diff --git a/postfix/maps/virtual_alias_maps.db b/postfix/maps/virtual_alias_maps.db index 684dc6b..5fb8827 100644 Binary files a/postfix/maps/virtual_alias_maps.db and b/postfix/maps/virtual_alias_maps.db differ