100% Free & Open

Ubuntu 24.04 Lts (Noble Numbat) Configuration Files

Original, unaltered Ubuntu 24.04 LTS (Noble Numbat) config files from fresh installations

239 Ubuntu 24.04 Lts (Noble Numbat) Configuration Files

Original, unaltered configurations from fresh installations

/etc/systemd/postfix@.service
Postfix Ubuntu 24.04 LTS (Noble Numbat)

Postfix - /etc/systemd/postfix@.service

πŸ“ Ubuntu 24.04 LTS (Noble Numbat)

[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 24.04 LTS (Noble Numbat)

Postfix - /etc/systemd/postfix.service

πŸ“ Ubuntu 24.04 LTS (Noble Numbat)

[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/systemd/postfix-resolvconf.service
Postfix Ubuntu 24.04 LTS (Noble Numbat)

Postfix - /etc/systemd/postfix-resolvconf.service

πŸ“ Ubuntu 24.04 LTS (Noble Numbat)

[Unit]
Description=Copies updated resolv.conf to postfix chroot and restarts postfix.
Documentation=man:postfix(1) man:resolvconf(8)

[Service]
Type=simple
ExecStart=/etc/resolvconf/update-libc.d/pos…
11 lines β€’ MD5: 656a1893... Click to view full file
/etc/systemd/postfix-resolvconf.path
Postfix Ubuntu 24.04 LTS (Noble Numbat)

Postfix - /etc/systemd/postfix-resolvconf.path

πŸ“ Ubuntu 24.04 LTS (Noble Numbat)

[Unit]
Description=Watch for resolv.conf updates and restart postfix
ConditionPathExists=/etc/resolv.conf

[Path]
PathChanged=/etc/resolv.conf
Unit=postfix-resolvconf.service

[Install]
WantedBy=mult…
12 lines β€’ MD5: dca3e745... Click to view full file
/etc/postfix/master.cf.proto
Postfix Ubuntu 24.04 LTS (Noble Numbat)

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

πŸ“ Ubuntu 24.04 LTS (Noble Numbat)

#
# 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).
#
…
141 lines β€’ MD5: ffc31c5b... Click to view full file
/etc/postfix/main.cf.proto
Postfix Ubuntu 24.04 LTS (Noble Numbat)

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

πŸ“ Ubuntu 24.04 LTS (Noble Numbat)

# 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"…
694 lines β€’ MD5: cb3c6b73... Click to view full file
/etc/postfix/main.cf
Postfix Ubuntu 24.04 LTS (Noble Numbat)

Postfix - /etc/postfix/main.cf

πŸ“ Ubuntu 24.04 LTS (Noble Numbat)

# 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: c0785e7a... Click to view full file
/etc/postfix/master.cf
Postfix Ubuntu 24.04 LTS (Noble Numbat)

Postfix - /etc/postfix/master.cf

πŸ“ Ubuntu 24.04 LTS (Noble Numbat)

#
# 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).
#
…
141 lines β€’ MD5: ffc31c5b... Click to view full file
/etc/postfix/dynamicmaps.cf
Postfix Ubuntu 24.04 LTS (Noble Numbat)

Postfix - /etc/postfix/dynamicmaps.cf

πŸ“ Ubuntu 24.04 LTS (Noble Numbat)

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

Postfix - /etc/postfix/postfix-script

πŸ“ Ubuntu 24.04 LTS (Noble Numbat)

#!/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: 7b9cd16a... Click to view full file
/etc/postfix/postfix-files
Postfix Ubuntu 24.04 LTS (Noble Numbat)

Postfix - /etc/postfix/postfix-files

πŸ“ Ubuntu 24.04 LTS (Noble Numbat)

#
# 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: 1d704c96... Click to view full file
/etc/postfix/post-install
Postfix Ubuntu 24.04 LTS (Noble Numbat)

Postfix - /etc/postfix/post-install

πŸ“ Ubuntu 24.04 LTS (Noble Numbat)

#!/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: a4d8cfa6... Click to view full file
/etc/logrotate.d/redis-server
Redis Ubuntu 24.04 LTS (Noble Numbat)

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

πŸ“ Ubuntu 24.04 LTS (Noble Numbat)

/var/log/redis/redis-server*.log {
        weekly
        missingok
        rotate 12
        compress
        notifempty
        delaycompress
}
9 lines β€’ MD5: 420ce1e1... Click to view full file
/etc/systemd/redis-server@.service
Redis Ubuntu 24.04 LTS (Noble Numbat)

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

πŸ“ Ubuntu 24.04 LTS (Noble Numbat)

# 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…
92 lines β€’ MD5: 3450c61e... Click to view full file
/etc/systemd/redis-server.service
Redis Ubuntu 24.04 LTS (Noble Numbat)

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

πŸ“ Ubuntu 24.04 LTS (Noble Numbat)

[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…
65 lines β€’ MD5: 8e6f8f14... Click to view full file
/etc/logrotate.d/apt
APT Ubuntu 24.04 LTS (Noble Numbat)

APT - /etc/logrotate.d/apt

πŸ“ Ubuntu 24.04 LTS (Noble Numbat)

/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 24.04 LTS (Noble Numbat)

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

πŸ“ Ubuntu 24.04 LTS (Noble Numbat)

[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 24.04 LTS (Noble Numbat)

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

πŸ“ Ubuntu 24.04 LTS (Noble Numbat)

[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 24.04 LTS (Noble Numbat)

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

πŸ“ Ubuntu 24.04 LTS (Noble Numbat)

[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 24.04 LTS (Noble Numbat)

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

πŸ“ Ubuntu 24.04 LTS (Noble Numbat)

[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