Clarify ssh usage in /etc/skel/.msmtprc v1.1.8
authorMichael Prokop <mika@grml.org>
Fri, 10 Oct 2008 22:28:32 +0000 (00:28 +0200)
committerMichael Prokop <mika@grml.org>
Fri, 10 Oct 2008 22:28:32 +0000 (00:28 +0200)
debian/changelog
etc/skel/.msmtprc

index 3c70e23..2ce324a 100644 (file)
@@ -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 <mika@grml.org>  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/.
index 7ecb9c9..192a44b 100644 (file)
@@ -3,7 +3,6 @@
 # Authors:       grml-team (grml.org), (c) Michael Prokop <mika@grml.org>
 # 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!)
 
 # 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 mailrelay with authentification (TLS)
+# ===========================================
+# host example.org
 # user accountnumber
 # password yourpassword
 # tls