Clarify ssh usage in /etc/skel/.msmtprc
[grml-etc.git] / etc / skel / .msmtprc
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