When should I use this postfix@.service?
Restore it. Compare it. Start clean.
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
You are a DevOps agent. Fetch the default Postfix config for Debian 9 (Stretch) from https://exampleconfig.com/api/v1/config/original/4224e053e1fa1cb321f51b18026bb698?hint=postfix@.service. Compare with my current /etc/systemd/postfix@.service and summarize differences and safe changes.
Copy this prompt into Claude, ChatGPT, or other AI assistants.
[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
sudo apk add postfix
sudo apt update && sudo apt install postfix
sudo yum install postfix
sudo apt update && sudo apt install postfix
When should I use this postfix@.service?
Restore it. Compare it. Start clean.
How do I restore Postfix defaults?
Download, replace, restart.
Is postfix@.service safe for production?
Yes. This is exactly what shipped. Safe starting point.
How does this differ from other OS versions?
Defaults change. This one is specific to Debian 9 (Stretch).
Can I use this for Postfix troubleshooting?
Absolutely. Diff this against yours to spot the problem.