Ubuntu 18.04 Configuration Files

Original, unaltered Ubuntu 18.04 config files from fresh installations

/etc/systemd/postfix.service
Postfix Ubuntu 18.04 LTS (Bionic Beaver)

Postfix - /etc/systemd/postfix.service

πŸ“ Ubuntu 18.04 LTS (Bionic Beaver)

[Unit]
Description=Postfix Mail Transport Agent
Conflicts=sendmail.service exim4.service
ConditionPathExists=/etc/postfix/main.cf

[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/bin/true
ExecR…
14 lines β€’ MD5: 0511e63a... Click to view full file
/etc/postfix/master.cf.proto
Postfix Ubuntu 18.04 LTS (Bionic Beaver)

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

πŸ“ Ubuntu 18.04 LTS (Bionic Beaver)

#
# 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).
#
…
127 lines β€’ MD5: dfdf44bc... Click to view full file
/etc/postfix/main.cf.proto
Postfix Ubuntu 18.04 LTS (Bionic Beaver)

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

πŸ“ Ubuntu 18.04 LTS (Bionic Beaver)

# 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: af6f2cc7... Click to view full file
/etc/postfix/main.cf
Postfix Ubuntu 18.04 LTS (Bionic Beaver)

Postfix - /etc/postfix/main.cf

πŸ“ Ubuntu 18.04 LTS (Bionic Beaver)

# 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: 12bd48b9... Click to view full file
/etc/postfix/master.cf
Postfix Ubuntu 18.04 LTS (Bionic Beaver)

Postfix - /etc/postfix/master.cf

πŸ“ Ubuntu 18.04 LTS (Bionic Beaver)

#
# 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).
#
…
127 lines β€’ MD5: dfdf44bc... Click to view full file
/etc/postfix/dynamicmaps.cf
Postfix Ubuntu 18.04 LTS (Bionic Beaver)

Postfix - /etc/postfix/dynamicmaps.cf

πŸ“ Ubuntu 18.04 LTS (Bionic Beaver)

# dict-type	so-name (pathname)	dict-function	mkmap-function
2 lines β€’ MD5: 53ed5e35... Click to view full file
/etc/postfix/postfix-script
Postfix Ubuntu 18.04 LTS (Bionic Beaver)

Postfix - /etc/postfix/postfix-script

πŸ“ Ubuntu 18.04 LTS (Bionic Beaver)

#!/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…
429 lines β€’ MD5: 9f6655ff... Click to view full file
/etc/postfix/postfix-files
Postfix Ubuntu 18.04 LTS (Bionic Beaver)

Postfix - /etc/postfix/postfix-files

πŸ“ Ubuntu 18.04 LTS (Bionic Beaver)

#
# 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 Ubuntu 18.04 LTS (Bionic Beaver)

Postfix - /etc/postfix/post-install

πŸ“ Ubuntu 18.04 LTS (Bionic Beaver)

#!/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…
916 lines β€’ MD5: e484e74a... Click to view full file
/etc/postfix/makedefs.out
Postfix Ubuntu 18.04 LTS (Bionic Beaver)

Postfix - /etc/postfix/makedefs.out

πŸ“ Ubuntu 18.04 LTS (Bionic Beaver)

# Do not edit -- this file documents how Postfix was built for your machine.
#----------------------------------------------------------------
# Start of summary of user-configurable 'make makefiles'…
66 lines β€’ MD5: fcf3e1e3... Click to view full file
/etc/logrotate.d/redis-server
Redis Ubuntu 18.04 LTS (Bionic Beaver)

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

πŸ“ Ubuntu 18.04 LTS (Bionic Beaver)

/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 Ubuntu 18.04 LTS (Bionic Beaver)

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

πŸ“ Ubuntu 18.04 LTS (Bionic Beaver)

# Templated service file for redis-server(1)
#
# Each instance of redis-server requires its own configuration file:
#
#   $ cp /etc/redis/redis.conf /etc/redis/redis-myname.conf
#   $ chown redis:red…
74 lines β€’ MD5: e171f7b2... Click to view full file
/etc/systemd/redis-server.service
Redis Ubuntu 18.04 LTS (Bionic Beaver)

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

πŸ“ Ubuntu 18.04 LTS (Bionic Beaver)

[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…
47 lines β€’ MD5: 31ff386a... Click to view full file
/etc/logrotate.d/apt
APT Ubuntu 18.04 LTS (Bionic Beaver)

APT - /etc/logrotate.d/apt

πŸ“ Ubuntu 18.04 LTS (Bionic Beaver)

/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 Ubuntu 18.04 LTS (Bionic Beaver)

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

πŸ“ Ubuntu 18.04 LTS (Bionic Beaver)

[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 Ubuntu 18.04 LTS (Bionic Beaver)

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

πŸ“ Ubuntu 18.04 LTS (Bionic Beaver)

[Unit]
Description=Daily apt download activities
Documentation=man:apt(8)
ConditionACPower=true
After=network.target network-online.target systemd-networkd.service NetworkManager.service connman.serv…
12 lines β€’ MD5: 2e25f0c0... Click to view full file
/etc/systemd/apt-daily-upgrade.timer
APT Ubuntu 18.04 LTS (Bionic Beaver)

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

πŸ“ Ubuntu 18.04 LTS (Bionic Beaver)

[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 Ubuntu 18.04 LTS (Bionic Beaver)

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

πŸ“ Ubuntu 18.04 LTS (Bionic Beaver)

[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 Ubuntu 18.04 LTS (Bionic Beaver)

APT - /etc/apt/sources.list

πŸ“ Ubuntu 18.04 LTS (Bionic Beaver)

deb http://archive.ubuntu.com/ubuntu/ bionic main restricted

deb http://archive.ubuntu.com/ubuntu/ bionic-updates main restricted

deb http://archive.ubuntu.com/ubuntu/ bionic universe
deb http://ar…
21 lines β€’ MD5: cc42e715... Click to view full file
/etc/apt/apt.conf.d/docker-no-languages
APT Ubuntu 18.04 LTS (Bionic Beaver)

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

πŸ“ Ubuntu 18.04 LTS (Bionic Beaver)

Acquire::Languages "none";
2 lines β€’ MD5: 341190f5... Click to view full file