From: root Date: Tue, 26 Jul 2016 01:10:17 +0000 (+0200) Subject: daily autocommit X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=63654a41ece7ca2bd91467026da45536b6a8c8c8;p=config%2Fhelga%2Fetc.git daily autocommit --- diff --git a/.etckeeper b/.etckeeper index 5a02987..e6504d3 100755 --- a/.etckeeper +++ b/.etckeeper @@ -2440,6 +2440,8 @@ maybe chmod 0644 'postfix/maps/relocated' maybe chmod 0644 'postfix/maps/relocated.db' maybe chmod 0644 'postfix/maps/sender_bcc' maybe chmod 0644 'postfix/maps/sender_bcc.db' +maybe chmod 0644 'postfix/maps/smtp_auth' +maybe chmod 0644 'postfix/maps/smtp_auth.db' maybe chmod 0644 'postfix/maps/transport' maybe chmod 0644 'postfix/maps/transport.db' maybe chmod 0644 'postfix/maps/virtual_alias_domains' diff --git a/postfix/main.cf b/postfix/main.cf index c5e78c7..455bc7b 100644 --- a/postfix/main.cf +++ b/postfix/main.cf @@ -714,6 +714,7 @@ relocated_maps = hash:/etc/postfix/maps/relocated #sender_bcc_maps = mysql:/etc/postfix/mysql-sender_bcc.cf sender_bcc_maps = hash:/etc/postfix/maps/sender_bcc smtp_generic_maps = hash:/etc/postfix/maps/generic +smtp_sasl_password_maps = hash:/etc/postfix/maps/smtp_auth smtp_tls_CAfile = /etc/ssl/CA-Brehm/cacert.pem smtp_tls_cert_file = /etc/postfix/postfix.pem smtp_tls_enforce_peername = no diff --git a/postfix/maps/smtp_auth b/postfix/maps/smtp_auth new file mode 100644 index 0000000..6f6ff4a --- /dev/null +++ b/postfix/maps/smtp_auth @@ -0,0 +1,2 @@ +mail.uhu-banane.net vmail@uhu-banane.net:up2UdLCE + diff --git a/postfix/maps/smtp_auth.db b/postfix/maps/smtp_auth.db new file mode 100644 index 0000000..00b7559 Binary files /dev/null and b/postfix/maps/smtp_auth.db differ diff --git a/postfix/maps/transport b/postfix/maps/transport index a097443..1627c38 100644 --- a/postfix/maps/transport +++ b/postfix/maps/transport @@ -29,6 +29,7 @@ brehm-berlin.de relay:[mail.uhu-banane.net] hennig-berlin.org relay:[mail.uhu-banane.net] brehm-online.eu relay:[mail.uhu-banane.net] +brehm-online.com relay:[mail.uhu-banane.net] frankepedia.eu relay:[mail.uhu-banane.net] uhu-banane.com relay:[mail.uhu-banane.net] uhu-banane.de relay:[mail.uhu-banane.net] diff --git a/postfix/maps/transport.db b/postfix/maps/transport.db index e952f0e..db6c0a0 100644 Binary files a/postfix/maps/transport.db and b/postfix/maps/transport.db differ