什么时候该用这个 postfix@.service?
用来恢复缺失的默认文件、确认发行版本带了什么,或拿你的 Postfix config 做 diff。
[Unit] Description=Postfix Mail Transport Agent (instance %i) Documentation=man:postfix(1) PartOf=postfix.service Before=postfix.service ReloadPropagatedFrom=postfix.service After=network-online.target nss-lookup.target Wants=network-online.target [Service] Type=forking GuessMainPID=no ExecStartPre=/usr/lib/postfix/configure-instance.sh %i ExecStart=/usr/sbin/postmulti -i %i -p start ExecStop=/usr/sbin/postmulti -i %i -p stop ExecReload=/usr/sbin/postmulti -i %i -p reload [Install] WantedBy=multi-user.target
curl https://exampleconfig.com/api/v1/config/original/4224e053e1fa1cb321f51b18026bb698?hint=postfix@.service
wget -O postfix@.service https://exampleconfig.com/api/v1/config/original/4224e053e1fa1cb321f51b18026bb698?hint=postfix@.service
<prompt><role>DevOps agent</role><source url='https://exampleconfig.com/api/v1/config/original/4224e053e1fa1cb321f51b18026bb698?hint=postfix@.service' /><config><app>Postfix</app><os>Debian 9 (Stretch)</os><location>/etc/systemd/postfix@.service</location><lines>19</lines><md5>4224e053e1fa1cb321f51b18026bb698</md5><sha256>01730141e4cda8aa4240438c09e52746e5c61672a854f683469659be7ae9f7b5</sha256></config></prompt>
粘贴到 Claude、ChatGPT 或任何 AI 助手里。
sudo apk add postfix
sudo apt update && sudo apt install postfix
sudo yum install postfix
sudo apt update && sudo apt install postfix
什么时候该用这个 postfix@.service?
用来恢复缺失的默认文件、确认发行版本带了什么,或拿你的 Postfix config 做 diff。
怎么恢复 Postfix 的默认配置?
下载文件,把 /etc/systemd/postfix@.service 里的当前配置备份好,替换掉,然后 reload 或 restart Postfix。
postfix@.service 适合直接上生产吗?
这是 Debian 9 (Stretch) 的厂商默认配置,只能当基线。上生产前请检查安全和性能设置。
和其他 OS 版本有什么不同?
默认值会随发行版和版本变化,这份对应 Debian 9 (Stretch)。
我可以用它来排查 Postfix 吗?
可以。和你的配置做 diff 找出漂移,然后只恢复需要的段落。