X-Git-Url: http://git.jankratochvil.net/?a=blobdiff_plain;f=bin%2Fsslsmtp;fp=bin%2Fsslsmtp;h=658cc24f10a6cea841a4a1fdd54cd0fd6b340fca;hb=f3f1ff720809b2022672150070c1d599d4633a15;hp=70bafbdd1f75df22ccf787b27a826dce37895011;hpb=fc8feb0089fdde84a26ec2d8bafd1b97a5da5197;p=nethome.git 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"