Script for SMTP-over-SSL tunnel (over "stunnel"), not used for now
authorshort <>
Sat, 22 Sep 2001 04:24:47 +0000 (04:24 +0000)
committershort <>
Sat, 22 Sep 2001 04:24:47 +0000 (04:24 +0000)
bin/sslsmtp [new file with mode: 0755]

diff --git a/bin/sslsmtp b/bin/sslsmtp
new file mode 100755 (executable)
index 0000000..70bafbd
--- /dev/null
@@ -0,0 +1,3 @@
+#! /bin/sh
+port="${1:-925}"
+exec $HOME/bin/stunnel -S 0 -c -p $HOME/priv/sslvellum.key -v 3 -a $HOME/priv/sslsmtp.dir -r kratochvil.vellum.cz:"$port"