100% Free & Open

Ubuntu 22.04 Lts (Jammy Jellyfish) Configuration Files

Original, unaltered Ubuntu 22.04 LTS (Jammy Jellyfish) config files from fresh installations

77 Ubuntu 22.04 Lts (Jammy Jellyfish) Configuration Files

Original, unaltered configurations from fresh installations

/etc/systemd/postfix@.service
Postfix Ubuntu 22.04 LTS (Jammy Jellyfish)

Postfix - /etc/systemd/postfix@.service

πŸ“ Ubuntu 22.04 LTS (Jammy Jellyfish)

[Unit]
Description=Postfix Mail Transport Agent (instance %i)
Documentation=man:postfix(1)
PartOf=postfix.service
Before=postfix.service
ReloadPropagatedFrom=postfix.service
After=network-online.targ…
20 lines β€’ MD5: 4224e053... Click to view full file
/etc/systemd/postfix.service
Postfix Ubuntu 22.04 LTS (Jammy Jellyfish)

Postfix - /etc/systemd/postfix.service

πŸ“ Ubuntu 22.04 LTS (Jammy Jellyfish)

[Unit]
Description=Postfix Mail Transport Agent
Documentation=man:postfix(1)
Conflicts=sendmail.service exim4.service
ConditionPathExists=/etc/postfix/main.cf

[Service]
Type=oneshot
RemainAfterExit=…
15 lines β€’ MD5: 165dd93a... Click to view full file
/etc/postfix/master.cf.proto
Postfix Ubuntu 22.04 LTS (Jammy Jellyfish)

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

πŸ“ Ubuntu 22.04 LTS (Jammy Jellyfish)

#
# 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).
#
…
130 lines β€’ MD5: fdd8873a... Click to view full file
/etc/postfix/main.cf.proto
Postfix Ubuntu 22.04 LTS (Jammy Jellyfish)

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

πŸ“ Ubuntu 22.04 LTS (Jammy Jellyfish)

# 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: 2b909831... Click to view full file
/etc/postfix/main.cf
Postfix Ubuntu 22.04 LTS (Jammy Jellyfish)

Postfix - /etc/postfix/main.cf

πŸ“ Ubuntu 22.04 LTS (Jammy Jellyfish)

# 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: 66885213... Click to view full file
/etc/postfix/master.cf
Postfix Ubuntu 22.04 LTS (Jammy Jellyfish)

Postfix - /etc/postfix/master.cf

πŸ“ Ubuntu 22.04 LTS (Jammy Jellyfish)

#
# 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).
#
…
130 lines β€’ MD5: fdd8873a... Click to view full file
/etc/postfix/dynamicmaps.cf
Postfix Ubuntu 22.04 LTS (Jammy Jellyfish)

Postfix - /etc/postfix/dynamicmaps.cf

πŸ“ Ubuntu 22.04 LTS (Jammy Jellyfish)

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

Postfix - /etc/postfix/postfix-script

πŸ“ Ubuntu 22.04 LTS (Jammy Jellyfish)

#!/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…
455 lines β€’ MD5: 7d9116d6... Click to view full file
/etc/postfix/postfix-files
Postfix Ubuntu 22.04 LTS (Jammy Jellyfish)

Postfix - /etc/postfix/postfix-files

πŸ“ Ubuntu 22.04 LTS (Jammy Jellyfish)

#
# 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 22.04 LTS (Jammy Jellyfish)

Postfix - /etc/postfix/post-install

πŸ“ Ubuntu 22.04 LTS (Jammy Jellyfish)

#!/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 22.04 LTS (Jammy Jellyfish)

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

πŸ“ Ubuntu 22.04 LTS (Jammy Jellyfish)

/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 22.04 LTS (Jammy Jellyfish)

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

πŸ“ Ubuntu 22.04 LTS (Jammy Jellyfish)

# 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: 217b0c46... Click to view full file
/etc/systemd/redis-server.service
Redis Ubuntu 22.04 LTS (Jammy Jellyfish)

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

πŸ“ Ubuntu 22.04 LTS (Jammy Jellyfish)

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

[Service]
Type=notify
ExecStart=/usr/bin/redis-server /etc/redis/red…
46 lines β€’ MD5: 3b51a85d... Click to view full file
/etc/logrotate.d/apt
APT Ubuntu 22.04 LTS (Jammy Jellyfish)

APT - /etc/logrotate.d/apt

πŸ“ Ubuntu 22.04 LTS (Jammy Jellyfish)

/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 22.04 LTS (Jammy Jellyfish)

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

πŸ“ Ubuntu 22.04 LTS (Jammy Jellyfish)

[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 22.04 LTS (Jammy Jellyfish)

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

πŸ“ Ubuntu 22.04 LTS (Jammy Jellyfish)

[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 22.04 LTS (Jammy Jellyfish)

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

πŸ“ Ubuntu 22.04 LTS (Jammy Jellyfish)

[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 22.04 LTS (Jammy Jellyfish)

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

πŸ“ Ubuntu 22.04 LTS (Jammy Jellyfish)

[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 22.04 LTS (Jammy Jellyfish)

APT - /etc/apt/sources.list

πŸ“ Ubuntu 22.04 LTS (Jammy Jellyfish)

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

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

deb http://archive.ubuntu.com/ubuntu/ jammy universe
deb http://archi…
21 lines β€’ MD5: de8c5bf7... Click to view full file
/etc/apt/apt.conf.d/docker-no-languages
APT Ubuntu 22.04 LTS (Jammy Jellyfish)

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

πŸ“ Ubuntu 22.04 LTS (Jammy Jellyfish)

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