From 65583d0649c308956e68c192d6ca17cfe31ab72c Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Sat, 11 Oct 2008 00:28:32 +0200 Subject: [PATCH] Clarify ssh usage in /etc/skel/.msmtprc --- debian/changelog | 7 +++++++ etc/skel/.msmtprc | 11 +++++------ 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index 3c70e23..2ce324a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +grml-etc (1.1.8) unstable; urgency=low + + * /etc/skel/.msmtprc: clarify that the ssh commands needs to be + executed in the shell and isn't for msmtprc itself. + + -- Michael Prokop Sat, 11 Oct 2008 00:27:39 +0200 + grml-etc (1.1.7) unstable; urgency=low * /etc/init.d/grml-reboot: do no longer access files in /GRML/dev/. diff --git a/etc/skel/.msmtprc b/etc/skel/.msmtprc index 7ecb9c9..192a44b 100644 --- a/etc/skel/.msmtprc +++ b/etc/skel/.msmtprc @@ -3,7 +3,6 @@ # Authors: grml-team (grml.org), (c) Michael Prokop # Bug-Reports: see http://grml.org/bugs/ # License: This file is licensed under the GPL v2. -# Latest change: Sam Dez 04 19:02:32 CET 2004 [mika] ################################################################################ # envelope from (adjust it!) @@ -12,15 +11,15 @@ # use ssh-tunnel # ============== -# set up tunnel via ssh: -# ssh -l mika -L 9999:your.rootserver.tld:25 user@sshserver.tld -N -f +# set up tunnel via ssh, execute in your shell: +# % ssh -l username -L 9999:your.rootserver.tld:25 user@sshserver.tld -N -f # # host localhost # port 9999 -# use mailrelay with authentification (TLS) -# ========================================= -# host mail.vc-graz.ac.at +# use a mailrelay with authentification (TLS) +# =========================================== +# host example.org # user accountnumber # password yourpassword # tls -- 2.1.4