Providerwechsel
This commit is contained in:
parent
20d2afe19b
commit
c85a74bbd9
1 changed files with 6 additions and 4 deletions
10
securemail
10
securemail
|
@ -11,14 +11,16 @@ IMAP=143
|
|||
IMAPS=993
|
||||
|
||||
# our secured host
|
||||
HOST="217.14.64.75"
|
||||
HOST="home.schottelius.org"
|
||||
#HOST="217.14.64.75"
|
||||
#HOST="creme.schottelius.org"
|
||||
#HOST="213.146.113.242"
|
||||
#HOST="bruehe.schottelius.org"
|
||||
|
||||
ssh -T -f -C -N -L2323:smtp.syhosting.ch:$IMAPS "$HOST"
|
||||
ssh -T -f -C -N -L2342:smtp.syhosting.ch:$POP3S "$HOST"
|
||||
ssh -T -f -C -N -L4242:creme.schottelius.org:$IMAPS "$HOST"
|
||||
#ssh -T -f -C -N -L2323:smtp.syhosting.ch:$IMAPS "$HOST"
|
||||
#ssh -T -f -C -N -L2342:smtp.syhosting.ch:$POP3S "$HOST"
|
||||
#ssh -T -f -C -N -L4242:home.schottelius.org:$IMAP "$HOST"
|
||||
ssh -T -f -C -N -L4242:localhost:$IMAP "$HOST"
|
||||
|
||||
#ssh -T -f -C -N -L4242:mail.schottelius.org:$POP3 "$HOST"
|
||||
#ssh -T -f -C -N -L2323:mail.schottelius.org:25 mail.schottelius.org
|
||||
|
|
Loading…
Reference in a new issue