100% Free & Open

Debian 12 (Bookworm) Configuration Files

Original, unaltered Debian 12 (Bookworm) config files from fresh installations

245 Debian 12 (Bookworm) Configuration Files

Original, unaltered configurations from fresh installations

/etc/systemd/postfix.service
Postfix Debian 12 (Bookworm)

Postfix - /etc/systemd/postfix.service

πŸ“ Debian 12 (Bookworm)

[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 Debian 12 (Bookworm)

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

πŸ“ Debian 12 (Bookworm)

[Unit]
Description=Copies updated resolv.conf to postfix chroot and restarts postfix.

[Service]
Type=simple
ExecStart=/etc/resolvconf/update-libc.d/postfix

[Install]
WantedBy=multi-user.target
10 lines β€’ MD5: 65cdd286... Click to view full file
/etc/systemd/postfix-resolvconf.path
Postfix Debian 12 (Bookworm)

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

πŸ“ Debian 12 (Bookworm)

[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 Debian 12 (Bookworm)

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

πŸ“ Debian 12 (Bookworm)

#
# 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).
#
…
138 lines β€’ MD5: 9eab02e9... Click to view full file
/etc/postfix/main.cf.proto
Postfix Debian 12 (Bookworm)

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

πŸ“ Debian 12 (Bookworm)

# 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: 19db622e... Click to view full file
/etc/postfix/main.cf
Postfix Debian 12 (Bookworm)

Postfix - /etc/postfix/main.cf

πŸ“ Debian 12 (Bookworm)

# 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: 1172aa43... Click to view full file
/etc/postfix/master.cf
Postfix Debian 12 (Bookworm)

Postfix - /etc/postfix/master.cf

πŸ“ Debian 12 (Bookworm)

#
# 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).
#
…
138 lines β€’ MD5: 9eab02e9... Click to view full file
/etc/postfix/dynamicmaps.cf
Postfix Debian 12 (Bookworm)

Postfix - /etc/postfix/dynamicmaps.cf

πŸ“ Debian 12 (Bookworm)

# dict-type	so-name (pathname)	dict-function	mkmap-function
2 lines β€’ MD5: 53ed5e35... Click to view full file
/etc/postfix/postfix-script
Postfix Debian 12 (Bookworm)

Postfix - /etc/postfix/postfix-script

πŸ“ Debian 12 (Bookworm)

#!/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 Debian 12 (Bookworm)

Postfix - /etc/postfix/postfix-files

πŸ“ Debian 12 (Bookworm)

#
# 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 Debian 12 (Bookworm)

Postfix - /etc/postfix/post-install

πŸ“ Debian 12 (Bookworm)

#!/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 Debian 12 (Bookworm)

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

πŸ“ Debian 12 (Bookworm)

/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 Debian 12 (Bookworm)

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

πŸ“ Debian 12 (Bookworm)

# 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 Debian 12 (Bookworm)

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

πŸ“ Debian 12 (Bookworm)

[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 Debian 12 (Bookworm)

APT - /etc/logrotate.d/apt

πŸ“ Debian 12 (Bookworm)

/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 12 (Bookworm)

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

πŸ“ Debian 12 (Bookworm)

[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 12 (Bookworm)

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

πŸ“ Debian 12 (Bookworm)

[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 Debian 12 (Bookworm)

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

πŸ“ Debian 12 (Bookworm)

[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 12 (Bookworm)

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

πŸ“ Debian 12 (Bookworm)

[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 Debian 12 (Bookworm)

APT - /etc/apt/sources.list

πŸ“ Debian 12 (Bookworm)

deb http://deb.debian.org/debian bookworm main
deb http://deb.debian.org/debian bookworm-updates main
deb http://deb.debian.org/debian-security bookworm-security main
deb http://repo.mysql.com/apt/de…
9 lines β€’ MD5: e27f1f05... Click to view full file