When should I use this postfix-resolvconf.path?
Restore it. Compare it. Start clean.
curl https://exampleconfig.com/api/v1/config/original/ad6131b40e7a5761e17efbde6ec5c568?hint=postfix-resolvconf.path
wget -O postfix-resolvconf.path https://exampleconfig.com/api/v1/config/original/ad6131b40e7a5761e17efbde6ec5c568?hint=postfix-resolvconf.path
You are a DevOps agent. Fetch the default Postfix config for Debian 13 (Trixie) from https://exampleconfig.com/api/v1/config/original/ad6131b40e7a5761e17efbde6ec5c568?hint=postfix-resolvconf.path. Compare with my current /etc/systemd/postfix-resolvconf.path and summarize differences and safe changes.
Copy this prompt into Claude, ChatGPT, or other AI assistants.
[Unit] Description=Watch for resolv.conf updates for postfix ConditionPathExists=/etc/resolv.conf [Path] PathChanged=/etc/resolv.conf [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-resolvconf.path?
Restore it. Compare it. Start clean.
How do I restore Postfix defaults?
Download, replace, restart.
Is postfix-resolvconf.path 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 13 (Trixie).
Can I use this for Postfix troubleshooting?
Absolutely. Diff this against yours to spot the problem.