Initial commit
This commit is contained in:
3
docker-mailserver/smtp_tor/smtp_tor.sh
Executable file
3
docker-mailserver/smtp_tor/smtp_tor.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
/usr/bin/torsocks -i --address 172.18.0.2 --port 9050 /usr/lib/postfix/sbin/smtp "$@"
|
||||
Reference in New Issue
Block a user