From: Michael Prokop Date: Fri, 10 Oct 2008 22:28:32 +0000 (+0200) Subject: Clarify ssh usage in /etc/skel/.msmtprc X-Git-Tag: v1.1.8^0 X-Git-Url: http://git.grml.org/?p=grml-etc.git;a=commitdiff_plain;h=65583d0649c308956e68c192d6ca17cfe31ab72c Clarify ssh usage in /etc/skel/.msmtprc --- 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