diff --git a/points.py b/points.py index 1ba41b6..753062f 100755 --- a/points.py +++ b/points.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +o#!/usr/bin/env python3 import argparse import datetime diff --git a/securemail b/securemail index e190f9c..2b902c0 100755 --- a/securemail +++ b/securemail @@ -28,20 +28,19 @@ HOST="root@mx.ungleich.ch" HOST="oneadmin@kaffee.ungleich.ch" HOST="root@mx-hetzner01.ungleich.ch" HOST="root@mx.place5.ungleich.ch" +HOST="nico-vm.schottelius.org" if [ $# -ge 1 ]; then HOST=$1; shift fi -# -R :4242:localhost:22 \ - ssh -T -f -C -N \ -L[::1]:2323:localhost:$IMAPS \ -L[::1]:4241:localhost:$SMTP \ -L2324:imap.googlemail.com:$IMAPS \ -L2325:mail.zhaw.ch:$IMAPS \ -L2326:imap.googlemail.com:$POP3S \ - "$HOST" && sendmail -q + "$HOST" && /usr/sbin/sendmail -q # Fernzugriff # ssh -T -f -C -N -R4242:localhost:22 "$HOST"