Ubuntu 20.04 Configuration Files

Original, unaltered Ubuntu 20.04 config files from fresh installations

/etc/systemd/postfix.service
Postfix Ubuntu 20.04 LTS (Focal Fossa)

Postfix - /etc/systemd/postfix.service

πŸ“ Ubuntu 20.04 LTS (Focal Fossa)

[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 20.04 LTS (Focal Fossa)

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

πŸ“ Ubuntu 20.04 LTS (Focal Fossa)

#
# 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).
#
…
128 lines β€’ MD5: 23931e8d... Click to view full file
/etc/postfix/main.cf.proto
Postfix Ubuntu 20.04 LTS (Focal Fossa)

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

πŸ“ Ubuntu 20.04 LTS (Focal Fossa)

# 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: 0bc38887... Click to view full file
/etc/postfix/main.cf
Postfix Ubuntu 20.04 LTS (Focal Fossa)

Postfix - /etc/postfix/main.cf

πŸ“ Ubuntu 20.04 LTS (Focal Fossa)

# 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 …
47 lines β€’ MD5: 944782d8... Click to view full file
/etc/postfix/master.cf
Postfix Ubuntu 20.04 LTS (Focal Fossa)

Postfix - /etc/postfix/master.cf

πŸ“ Ubuntu 20.04 LTS (Focal Fossa)

#
# 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).
#
…
128 lines β€’ MD5: 23931e8d... Click to view full file
/etc/postfix/dynamicmaps.cf
Postfix Ubuntu 20.04 LTS (Focal Fossa)

Postfix - /etc/postfix/dynamicmaps.cf

πŸ“ Ubuntu 20.04 LTS (Focal Fossa)

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

Postfix - /etc/postfix/postfix-script

πŸ“ Ubuntu 20.04 LTS (Focal Fossa)

#!/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…
479 lines β€’ MD5: c62b9295... Click to view full file
/etc/postfix/postfix-files
Postfix Ubuntu 20.04 LTS (Focal Fossa)

Postfix - /etc/postfix/postfix-files

πŸ“ Ubuntu 20.04 LTS (Focal Fossa)

#
# 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…
224 lines β€’ MD5: 2d106896... Click to view full file
/etc/postfix/post-install
Postfix Ubuntu 20.04 LTS (Focal Fossa)

Postfix - /etc/postfix/post-install

πŸ“ Ubuntu 20.04 LTS (Focal Fossa)

#!/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…
926 lines β€’ MD5: 64594bce... Click to view full file
/etc/logrotate.d/redis-server
Redis Ubuntu 20.04 LTS (Focal Fossa)

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

πŸ“ Ubuntu 20.04 LTS (Focal Fossa)

/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 20.04 LTS (Focal Fossa)

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

πŸ“ Ubuntu 20.04 LTS (Focal Fossa)

# 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…
73 lines β€’ MD5: 22d2b69e... Click to view full file
/etc/systemd/redis-server.service
Redis Ubuntu 20.04 LTS (Focal Fossa)

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

πŸ“ Ubuntu 20.04 LTS (Focal Fossa)

[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…
46 lines β€’ MD5: d23c62e3... Click to view full file
/etc/logrotate.d/apt
APT Ubuntu 20.04 LTS (Focal Fossa)

APT - /etc/logrotate.d/apt

πŸ“ Ubuntu 20.04 LTS (Focal Fossa)

/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 20.04 LTS (Focal Fossa)

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

πŸ“ Ubuntu 20.04 LTS (Focal Fossa)

[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 20.04 LTS (Focal Fossa)

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

πŸ“ Ubuntu 20.04 LTS (Focal Fossa)

[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 20.04 LTS (Focal Fossa)

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

πŸ“ Ubuntu 20.04 LTS (Focal Fossa)

[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 20.04 LTS (Focal Fossa)

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

πŸ“ Ubuntu 20.04 LTS (Focal Fossa)

[Unit]
Description=Daily apt upgrade and clean activities
Documentation=man:apt(8)
ConditionACPower=true
After=apt-daily.service network.target network-online.target systemd-networkd.service NetworkM…
13 lines β€’ MD5: a05db20a... Click to view full file
/etc/apt/sources.list
APT Ubuntu 20.04 LTS (Focal Fossa)

APT - /etc/apt/sources.list

πŸ“ Ubuntu 20.04 LTS (Focal Fossa)

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

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

deb http://archive.ubuntu.com/ubuntu/ focal universe
deb http://archi…
22 lines β€’ MD5: 775c8341... Click to view full file
/etc/apt/apt.conf.d/docker-no-languages
APT Ubuntu 20.04 LTS (Focal Fossa)

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

πŸ“ Ubuntu 20.04 LTS (Focal Fossa)

Acquire::Languages "none";
2 lines β€’ MD5: 341190f5... Click to view full file
/etc/apt/apt.conf.d/docker-gzip-indexes
APT Ubuntu 20.04 LTS (Focal Fossa)

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

πŸ“ Ubuntu 20.04 LTS (Focal Fossa)

Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz";
2 lines β€’ MD5: 1caa0605... Click to view full file