Debian 9 (Stretch) 默认配置
未改动,随时复制。
Postfix - /etc/postfix/master.cf.proto
📍 Debian 9 (Stretch)
# # 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). # …
Postfix - /etc/postfix/main.cf.proto
📍 Debian 9 (Stretch)
# 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"…
Postfix - /etc/postfix/main.cf
📍 Debian 9 (Stretch)
# 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 …
Postfix - /etc/postfix/master.cf
📍 Debian 9 (Stretch)
# # 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). # …
Postfix - /etc/postfix/dynamicmaps.cf
📍 Debian 9 (Stretch)
sqlite postfix-sqlite.so dict_sqlite_open
Postfix - /etc/postfix/postfix-script
📍 Debian 9 (Stretch)
#!/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…
Postfix - /etc/postfix/postfix-files
📍 Debian 9 (Stretch)
# # 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…
Postfix - /etc/postfix/post-install
📍 Debian 9 (Stretch)
#!/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…
Postfix - /etc/postfix/makedefs.out
📍 Debian 9 (Stretch)
# Do not edit -- this file documents how Postfix was built for your machine. #---------------------------------------------------------------- # Start of summary of user-configurable 'make makefiles'…
Postfix - /etc/postfix/postfix-files.d/sqlite.files
📍 Debian 9 (Stretch)
$shlib_directory/postfix-sqlite.so:f:root:-:755 $manpage_directory/man5/sqlite_table.5.gz:f:root:-:644
Redis - /etc/logrotate.d/redis-server
📍 Debian 9 (Stretch)
/var/log/redis/redis-server*.log {
weekly
missingok
rotate 12
compress
notifempty
}
Redis - /etc/systemd/redis-server.service
📍 Debian 9 (Stretch)
[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…
APT - /etc/logrotate.d/apt
📍 Debian 9 (Stretch)
/var/log/apt/term.log {
rotate 12
monthly
compress
missingok
notifempty
}
/var/log/apt/history.log {
rotate 12
monthly
compress
missingok
notifempty
}
APT - /etc/systemd/apt-daily.timer
📍 Debian 9 (Stretch)
[Unit] Description=Daily apt download activities [Timer] OnCalendar=*-*-* 6,18:00 RandomizedDelaySec=12h Persistent=true [Install] WantedBy=timers.target
APT - /etc/systemd/apt-daily.service
📍 Debian 9 (Stretch)
[Unit] Description=Daily apt download activities Documentation=man:apt(8) ConditionACPower=true After=network-online.target Wants=network-online.target [Service] Type=oneshot ExecStart=/usr/lib/apt/…
APT - /etc/systemd/apt-daily-upgrade.timer
📍 Debian 9 (Stretch)
[Unit] Description=Daily apt upgrade and clean activities After=apt-daily.timer [Timer] OnCalendar=*-*-* 6:00 RandomizedDelaySec=60m Persistent=true [Install] WantedBy=timers.target
APT - /etc/systemd/apt-daily-upgrade.service
📍 Debian 9 (Stretch)
[Unit] Description=Daily apt upgrade and clean activities Documentation=man:apt(8) ConditionACPower=true After=apt-daily.service [Service] Type=oneshot ExecStart=/usr/lib/apt/apt.systemd.daily insta…
APT - /etc/apt/sources.list
📍 Debian 9 (Stretch)
deb http://archive.debian.org/debian stretch main deb http://archive.debian.org/debian-security stretch/updates main deb http://archive.debian.org/debian stretch-updates main deb http://repo.mysql.co…
APT - /etc/apt/apt.conf.d/docker-no-languages
📍 Debian 9 (Stretch)
# In Docker, we don't often need the "Translations" files, so we're just wasting # time and space by downloading them, and this inhibits that. For users that do # need them, it's a simple matter to …
APT - /etc/apt/apt.conf.d/docker-gzip-indexes
📍 Debian 9 (Stretch)
# Since Docker users using "RUN apt-get update && apt-get install -y ..." in # their Dockerfiles don't go delete the lists files afterwards, we want them to # be as small as possible on-disk, so we e…
浏览全部
所有配置,所有发行版。