X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=blobdiff_plain;f=bin%2Fsslsmtp;h=658cc24f10a6cea841a4a1fdd54cd0fd6b340fca;hp=70bafbdd1f75df22ccf787b27a826dce37895011;hb=cbe38aac1a2fbde6d16d0720655d6a5adc3d07b1;hpb=94cb5e71aa95e40145b1e2f1434eb0737f7fddcb diff --git a/bin/sslsmtp b/bin/sslsmtp index 70bafbd..658cc24 100755 --- a/bin/sslsmtp +++ b/bin/sslsmtp @@ -1,3 +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" +exec /usr/sbin/stunnel -S 0 -c -p $HOME/priv/sslvellum.key -v 3 -a $HOME/priv/sslsmtp.dir -r kratochvil.vellum.cz:"$port"