Debian 13 (Trixie) Configuration Files

Original, unaltered Debian 13 (Trixie) config files from fresh installations

/etc/systemd/postfix-resolvconf.path
Postfix Debian 13 (Trixie)

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

πŸ“ Debian 13 (Trixie)

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

[Path]
PathChanged=/etc/resolv.conf

[Install]
WantedBy=multi-user.target
10 lines β€’ MD5: ad6131b4... Click to view full file
/etc/postfix/main.cf
Postfix Debian 13 (Trixie)

Postfix - /etc/postfix/main.cf

πŸ“ Debian 13 (Trixie)

# See /usr/share/postfix/main.cf.dist for a commented, more complete version

# See http://www.postfix.org/COMPATIBILITY_README.html
compatibility_level = 3.9

# Which domain that locally-originated …
89 lines β€’ MD5: 9c11b8a9... Click to view full file
/etc/postfix/master.cf
Postfix Debian 13 (Trixie)

Postfix - /etc/postfix/master.cf

πŸ“ Debian 13 (Trixie)

#
# 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: https://www.postfix.org/master.5.html).
#…
152 lines β€’ MD5: b2da49d8... Click to view full file
/etc/postfix/dynamicmaps.cf
Postfix Debian 13 (Trixie)

Postfix - /etc/postfix/dynamicmaps.cf

πŸ“ Debian 13 (Trixie)

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

Postfix - /etc/postfix/postfix-files

πŸ“ Debian 13 (Trixie)

#
# 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…
207 lines β€’ MD5: fab278b4... Click to view full file
/etc/postfix/master.cf.proto
Postfix Debian 13 (Trixie)

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

πŸ“ Debian 13 (Trixie)

#
# 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: https://www.postfix.org/master.5.html).
#…
152 lines β€’ MD5: b2da49d8... Click to view full file
/etc/postfix/main.cf.proto
Postfix Debian 13 (Trixie)

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

πŸ“ Debian 13 (Trixie)

# See /usr/share/postfix/main.cf.dist for a commented, more complete version

# See http://www.postfix.org/COMPATIBILITY_README.html
compatibility_level = 3.9

# Which domain that locally-originated …
73 lines β€’ MD5: ca856d92... Click to view full file
/etc/logrotate.d/redis-server
Redis Debian 13 (Trixie)

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

πŸ“ Debian 13 (Trixie)

/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 13 (Trixie)

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

πŸ“ Debian 13 (Trixie)

# 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 13 (Trixie)

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

πŸ“ Debian 13 (Trixie)

[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 13 (Trixie)

APT - /etc/logrotate.d/apt

πŸ“ Debian 13 (Trixie)

/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 13 (Trixie)

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

πŸ“ Debian 13 (Trixie)

[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 13 (Trixie)

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

πŸ“ Debian 13 (Trixie)

[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 13 (Trixie)

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

πŸ“ Debian 13 (Trixie)

[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 13 (Trixie)

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

πŸ“ Debian 13 (Trixie)

[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 13 (Trixie)

APT - /etc/apt/sources.list

πŸ“ Debian 13 (Trixie)

deb http://deb.debian.org/debian trixie main
deb http://deb.debian.org/debian trixie-updates main
deb http://deb.debian.org/debian-security trixie-security main
deb http://repo.mysql.com/apt/debian/ …
9 lines β€’ MD5: faf3d13e... Click to view full file
/etc/apt/trusted.gpg.d/debian-archive-trixie-stable.asc
APT Debian 13 (Trixie)

APT - /etc/apt/trusted.gpg.d/debian-archive-trixie-stable.asc

πŸ“ Debian 13 (Trixie)

-----BEGIN PGP PUBLIC KEY BLOCK-----

mDMEZ+Gq1RYJKwYBBAHaRw8BAQdARlh1OX84KPJRedAP/M7WxPFEthWypAp8nved
FhqaX0q0R0RlYmlhbiBTdGFibGUgUmVsZWFzZSBLZXkgKDEzL3RyaXhpZSkgPGRl
Ymlhbi1yZWxlYXNlQGxpc3RzLmRlYml…
26 lines β€’ MD5: 91c5c0b4... Click to view full file
/etc/apt/trusted.gpg.d/debian-archive-trixie-security-automatic.asc
APT Debian 13 (Trixie)

APT - /etc/apt/trusted.gpg.d/debian-archive-trixie-security-automatic.asc

πŸ“ Debian 13 (Trixie)

-----BEGIN PGP PUBLIC KEY BLOCK-----

mQINBGfpPl0BEACyof6b+LAkxSHiTZc0RAjilNtshxhqOSr5hrApjAdyLDnUWMf4
mp/UytFKHCbzU9H9QkYXLyr2mCltknX5+A28iYHZzS0eX5XMAmaWdqvd4IkAb/Sw
5k3hFSyFTf0DUW1G8O2AwTwtsC0sX+j…
187 lines β€’ MD5: f421db9e... Click to view full file
/etc/apt/trusted.gpg.d/debian-archive-trixie-automatic.asc
APT Debian 13 (Trixie)

APT - /etc/apt/trusted.gpg.d/debian-archive-trixie-automatic.asc

πŸ“ Debian 13 (Trixie)

-----BEGIN PGP PUBLIC KEY BLOCK-----

mQINBGfpPhUBEACnIlNQO4hEcoTe6/fkasYBgsIYoZvKfOemGKVAO+v+wQJ8X8DM
4ffT3QrmO291LPwsmR+sGfMStf9Zbuv/reWsY8NCOTDt98RFQWG5OZw0g1TOdheM
nO43wfTJQNUyOAqKVArXrjvPKb472KE…
187 lines β€’ MD5: 55620230... Click to view full file
/etc/apt/trusted.gpg.d/debian-archive-bullseye-stable.asc
APT Debian 13 (Trixie)

APT - /etc/apt/trusted.gpg.d/debian-archive-bullseye-stable.asc

πŸ“ Debian 13 (Trixie)

-----BEGIN PGP PUBLIC KEY BLOCK-----

mQINBGAoEk4BEADG6NQ0Ex5gy0OlnGlFZsTpiZV2LiUhACFj6ZHVEYQQNWgEgRnZ
uZeAXbTnFywzrJUYhx51pNjxfoViN/4Jyn2oMrmaBEuDxEwhVZDsMTzb9dx0MNnm
jMr45z/4EGjln07tFzes+J+0eVizJOW…
57 lines β€’ MD5: 85a4c0e5... Click to view full file