Skip to content

Instantly share code, notes, and snippets.

@Snawoot
Created October 1, 2018 22:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Snawoot/eaf4bea48ae70f112e609493181c4845 to your computer and use it in GitHub Desktop.
Save Snawoot/eaf4bea48ae70f112e609493181c4845 to your computer and use it in GitHub Desktop.
[Unit]
Description=Daemon which provides TLS client policy for Postfix via socketmap, according to domain MTA-STS policy
After=network.target
[Service]
Type=simple
User=nobody
ExecStart=/usr/local/bin/mta-sts-daemon
Restart=always
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment