From bea4bacb5da9fa49d7cbe80dc07dea3c10fd10f9 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 16 Sep 2017 15:23:32 +0200 Subject: reproducible: drop accidently added backup files Signed-off-by: Holger Levsen --- hosts/jtx1c-armhf-rb/etc/munin/munin-node.conf~ | 66 ------------------------- hosts/jtx1c-armhf-rb/etc/postfix/main.cf~ | 41 --------------- 2 files changed, 107 deletions(-) delete mode 100644 hosts/jtx1c-armhf-rb/etc/munin/munin-node.conf~ delete mode 100644 hosts/jtx1c-armhf-rb/etc/postfix/main.cf~ (limited to 'hosts') diff --git a/hosts/jtx1c-armhf-rb/etc/munin/munin-node.conf~ b/hosts/jtx1c-armhf-rb/etc/munin/munin-node.conf~ deleted file mode 100644 index 2ebe8e40..00000000 --- a/hosts/jtx1c-armhf-rb/etc/munin/munin-node.conf~ +++ /dev/null @@ -1,66 +0,0 @@ -# -# Example config-file for munin-node -# - -log_level 4 -log_file /var/log/munin/munin-node.log -pid_file /var/run/munin/munin-node.pid - -background 1 -setsid 1 - -user root -group root - -# This is the timeout for the whole transaction. -# Units are in sec. Default is 15 min -# -# global_timeout 900 - -# This is the timeout for each plugin. -# Units are in sec. Default is 1 min -# -# timeout 60 - -# Regexps for files to ignore -ignore_file [\#~]$ -ignore_file DEADJOE$ -ignore_file \.bak$ -ignore_file %$ -ignore_file \.dpkg-(tmp|new|old|dist)$ -ignore_file \.rpm(save|new)$ -ignore_file \.pod$ - -# Set this if the client doesn't report the correct hostname when -# telnetting to localhost, port 4949 -# -#host_name localhost.localdomain - -# A list of addresses that are allowed to connect. This must be a -# regular expression, since Net::Server does not understand CIDR-style -# network notation unless the perl module Net::CIDR is installed. You -# may repeat the allow line as many times as you'd like - -allow ^127\.0\.0\.1$ -allow ^::1$ - -# If you have installed the Net::CIDR perl module, you can use one or more -# cidr_allow and cidr_deny address/mask patterns. A connecting client must -# match any cidr_allow, and not match any cidr_deny. Note that a netmask -# *must* be provided, even if it's /32 -# -# Example: -# -# cidr_allow 127.0.0.1/32 -# cidr_allow 192.0.2.0/24 -# cidr_deny 192.0.2.42/32 - -# Which address to bind to; -host * -# host 127.0.0.1 - -# And which port -port 4949 - -allow ^78\.137\.96\.196 -hostname jtx1b-armhf-rb.debian.net diff --git a/hosts/jtx1c-armhf-rb/etc/postfix/main.cf~ b/hosts/jtx1c-armhf-rb/etc/postfix/main.cf~ deleted file mode 100644 index 406fcfe9..00000000 --- a/hosts/jtx1c-armhf-rb/etc/postfix/main.cf~ +++ /dev/null @@ -1,41 +0,0 @@ -# See /usr/share/postfix/main.cf.dist for a commented, more complete version - - -# Debian specific: Specifying a file name will cause the first -# line of that file to be used as the name. The Debian default -# is /etc/mailname. -#myorigin = /etc/mailname - -smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU) -biff = no - -# appending .domain is the MUA's job. -append_dot_mydomain = no - -# Uncomment the next line to generate "delayed mail" warnings -#delay_warning_time = 4h - -readme_directory = no - -# TLS parameters -smtpd_tls_cert_file=/etc/ssl/certs/ssl-cert-snakeoil.pem -smtpd_tls_key_file=/etc/ssl/private/ssl-cert-snakeoil.key -smtpd_use_tls=yes -smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache -smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache - -# See /usr/share/doc/postfix/TLS_README.gz in the postfix-doc package for -# information on enabling SSL in the smtp client. - -myhostname = jtx1b-armhf-rb.debian.net -alias_maps = hash:/etc/aliases -alias_database = hash:/etc/aliases -myorigin = /etc/mailname -mydestination = jtx1b-armhf-rb.debian.net, localhost -relayhost = mail.holgerlevsen.de -#mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128 -mynetworks = 127.0.0.0/8 -mailbox_size_limit = 0 -recipient_delimiter = + -inet_interfaces = all -mailbox_command = /usr/bin/procmail -a "$EXTENSION" -- cgit v1.2.3-54-g00ecf