Clarify ssh usage in /etc/skel/.msmtprc
[grml-etc.git] / etc / skel / .msmtprc
1 # Filename:      .msmtprc
2 # Purpose:       config file for msmtp
3 # Authors:       grml-team (grml.org), (c) Michael Prokop <mika@grml.org>
4 # Bug-Reports:   see http://grml.org/bugs/
5 # License:       This file is licensed under the GPL v2.
6 ################################################################################
7
8 # envelope from (adjust it!)
9 # ==========================
10 # from you@mailadress.invalid
11
12 # use ssh-tunnel
13 # ==============
14 # set up tunnel via ssh, execute in your shell:
15 # % ssh -l username -L 9999:your.rootserver.tld:25 user@sshserver.tld -N -f 
16 #
17 # host localhost
18 # port 9999
19
20 # use a mailrelay with authentification (TLS)
21 # ===========================================
22 # host example.org
23 # user accountnumber
24 # password yourpassword
25 # tls
26 # tls_nocertcheck
27
28 ## END OF FILE #################################################################