ansible-role-postfix/files/smtp_tor

7 lines
154 B
Plaintext
Raw Normal View History

2023-03-20 20:01:04 +01:00
#!/bin/sh
# This script will be called by Postfix master.cf.
# It runs a service for OnionMX.
exec /usr/bin/torsocks -i /usr/lib/postfix/sbin/smtp "$@"