100% Free & Open

Debian 9 (Stretch) Configuration Files

Original, unaltered Debian 9 (Stretch) config files from fresh installations

74 Debian 9 (Stretch) Configuration Files

Original, unaltered configurations from fresh installations

/etc/postfix/master.cf.proto
Postfix Debian 9 (Stretch)

Postfix - /etc/postfix/master.cf.proto

πŸ“ Debian 9 (Stretch)

#
# Postfix master process configuration file.  For details on the format
# of the file, see the master(5) manual page (command: "man 5 master" or
# on-line: http://www.postfix.org/master.5.html).
#
…
125 lines β€’ MD5: 23609c98... Click to view full file
/etc/postfix/main.cf.proto
Postfix Debian 9 (Stretch)

Postfix - /etc/postfix/main.cf.proto

πŸ“ Debian 9 (Stretch)

# Global Postfix configuration file. This file lists only a subset
# of all parameters. For the syntax, and for a complete parameter
# list, see the postconf(5) manual page (command: "man 5 postconf"…
685 lines β€’ MD5: bb3a2e40... Click to view full file
/etc/postfix/main.cf
Postfix Debian 9 (Stretch)

Postfix - /etc/postfix/main.cf

πŸ“ Debian 9 (Stretch)

# 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 …
45 lines β€’ MD5: 8802fc88... Click to view full file
/etc/postfix/master.cf
Postfix Debian 9 (Stretch)

Postfix - /etc/postfix/master.cf

πŸ“ Debian 9 (Stretch)

#
# Postfix master process configuration file.  For details on the format
# of the file, see the master(5) manual page (command: "man 5 master" or
# on-line: http://www.postfix.org/master.5.html).
#
…
125 lines β€’ MD5: 23609c98... Click to view full file
/etc/postfix/dynamicmaps.cf
Postfix Debian 9 (Stretch)

Postfix - /etc/postfix/dynamicmaps.cf

πŸ“ Debian 9 (Stretch)

sqlite	postfix-sqlite.so	dict_sqlite_open	
2 lines β€’ MD5: 07a46543... Click to view full file
/etc/postfix/postfix-script
Postfix Debian 9 (Stretch)

Postfix - /etc/postfix/postfix-script

πŸ“ Debian 9 (Stretch)

#!/bin/sh

#++
# NAME
#	postfix-script 1
# SUMMARY
#	execute Postfix administrative commands
# SYNOPSIS
#	\fBpostfix-script\fR \fIcommand\fR
# DESCRIPTION
#	The \fBpostfix-script\fR script executes P…
408 lines β€’ MD5: ff3d2588... Click to view full file
/etc/postfix/postfix-files
Postfix Debian 9 (Stretch)

Postfix - /etc/postfix/postfix-files

πŸ“ Debian 9 (Stretch)

#
# Do not edit this file.
#
# This file controls the postfix-install script for installation of
# Postfix programs, configuration files and documentation, as well
# as the post-install script for se…
222 lines β€’ MD5: b0336ad3... Click to view full file
/etc/postfix/post-install
Postfix Debian 9 (Stretch)

Postfix - /etc/postfix/post-install

πŸ“ Debian 9 (Stretch)

#!/bin/sh

# To view the formatted manual page of this file, type:
#	POSTFIXSOURCE/mantools/srctoman - post-install | nroff -man

#++
# NAME
#	post-install
# SUMMARY
#	Postfix post-installation scrip…
911 lines β€’ MD5: ed83d3b1... Click to view full file
/etc/postfix/makedefs.out
Postfix Debian 9 (Stretch)

Postfix - /etc/postfix/makedefs.out

πŸ“ Debian 9 (Stretch)

# Do not edit -- this file documents how Postfix was built for your machine.
#----------------------------------------------------------------
# Start of summary of user-configurable 'make makefiles'…
65 lines β€’ MD5: 093b260e... Click to view full file
/etc/postfix/postfix-files.d/sqlite.files
Postfix Debian 9 (Stretch)

Postfix - /etc/postfix/postfix-files.d/sqlite.files

πŸ“ Debian 9 (Stretch)

$shlib_directory/postfix-sqlite.so:f:root:-:755
$manpage_directory/man5/sqlite_table.5.gz:f:root:-:644
3 lines β€’ MD5: 0f49c8f3... Click to view full file
/etc/logrotate.d/redis-server
Redis Debian 9 (Stretch)

Redis - /etc/logrotate.d/redis-server

πŸ“ Debian 9 (Stretch)

/var/log/redis/redis-server*.log {
        weekly
        missingok
        rotate 12
        compress
        notifempty
}
8 lines β€’ MD5: f4b38d0b... Click to view full file
/etc/systemd/redis-server.service
Redis Debian 9 (Stretch)

Redis - /etc/systemd/redis-server.service

πŸ“ Debian 9 (Stretch)

[Unit]
Description=Advanced key-value store
After=network.target
Documentation=http://redis.io/documentation, man:redis-server(1)

[Service]
Type=forking
ExecStart=/usr/bin/redis-server /etc/redis/re…
41 lines β€’ MD5: f1219ac0... Click to view full file
/etc/logrotate.d/apt
APT Debian 9 (Stretch)

APT - /etc/logrotate.d/apt

πŸ“ Debian 9 (Stretch)

/var/log/apt/term.log {
  rotate 12
  monthly
  compress
  missingok
  notifempty
}

/var/log/apt/history.log {
  rotate 12
  monthly
  compress
  missingok
  notifempty
}

17 lines β€’ MD5: 179f2ed4... Click to view full file
/etc/systemd/apt-daily.timer
APT Debian 9 (Stretch)

APT - /etc/systemd/apt-daily.timer

πŸ“ Debian 9 (Stretch)

[Unit]
Description=Daily apt download activities

[Timer]
OnCalendar=*-*-* 6,18:00
RandomizedDelaySec=12h
Persistent=true

[Install]
WantedBy=timers.target
11 lines β€’ MD5: 57b964b4... Click to view full file
/etc/systemd/apt-daily.service
APT Debian 9 (Stretch)

APT - /etc/systemd/apt-daily.service

πŸ“ Debian 9 (Stretch)

[Unit]
Description=Daily apt download activities
Documentation=man:apt(8)
ConditionACPower=true
After=network-online.target
Wants=network-online.target

[Service]
Type=oneshot
ExecStart=/usr/lib/apt/…
12 lines β€’ MD5: 563ce75e... Click to view full file
/etc/systemd/apt-daily-upgrade.timer
APT Debian 9 (Stretch)

APT - /etc/systemd/apt-daily-upgrade.timer

πŸ“ Debian 9 (Stretch)

[Unit]
Description=Daily apt upgrade and clean activities
After=apt-daily.timer

[Timer]
OnCalendar=*-*-* 6:00
RandomizedDelaySec=60m
Persistent=true

[Install]
WantedBy=timers.target
12 lines β€’ MD5: 6f1973de... Click to view full file
/etc/systemd/apt-daily-upgrade.service
APT Debian 9 (Stretch)

APT - /etc/systemd/apt-daily-upgrade.service

πŸ“ Debian 9 (Stretch)

[Unit]
Description=Daily apt upgrade and clean activities
Documentation=man:apt(8)
ConditionACPower=true
After=apt-daily.service

[Service]
Type=oneshot
ExecStart=/usr/lib/apt/apt.systemd.daily insta…
12 lines β€’ MD5: 71b58009... Click to view full file
/etc/apt/sources.list
APT Debian 9 (Stretch)

APT - /etc/apt/sources.list

πŸ“ Debian 9 (Stretch)

deb http://archive.debian.org/debian stretch main
deb http://archive.debian.org/debian-security stretch/updates main
deb http://archive.debian.org/debian stretch-updates main
deb http://repo.mysql.co…
8 lines β€’ MD5: d28149bb... Click to view full file
/etc/apt/apt.conf.d/docker-no-languages
APT Debian 9 (Stretch)

APT - /etc/apt/apt.conf.d/docker-no-languages

πŸ“ Debian 9 (Stretch)

# In Docker, we don't often need the "Translations" files, so we're just wasting
# time and space by downloading them, and this inhibits that.  For users that do
# need them, it's a simple matter to …
6 lines β€’ MD5: b0b953c7... Click to view full file
/etc/apt/apt.conf.d/docker-gzip-indexes
APT Debian 9 (Stretch)

APT - /etc/apt/apt.conf.d/docker-gzip-indexes

πŸ“ Debian 9 (Stretch)

# Since Docker users using "RUN apt-get update && apt-get install -y ..." in
# their Dockerfiles don't go delete the lists files afterwards, we want them to
# be as small as possible on-disk, so we e…
11 lines β€’ MD5: 2b32d08b... Click to view full file