7ecb9c98a416d2bc7eb931a86f9191a9561b9eb1
[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 # Latest change: Sam Dez 04 19:02:32 CET 2004 [mika]
7 ################################################################################
8
9 # envelope from (adjust it!)
10 # ==========================
11 # from you@mailadress.invalid
12
13 # use ssh-tunnel
14 # ==============
15 # set up tunnel via ssh:
16 # ssh -l mika -L 9999:your.rootserver.tld:25 user@sshserver.tld -N -f 
17 #
18 # host localhost
19 # port 9999
20
21 # use mailrelay with authentification (TLS)
22 # =========================================
23 # host mail.vc-graz.ac.at
24 # user accountnumber
25 # password yourpassword
26 # tls
27 # tls_nocertcheck
28
29 ## END OF FILE #################################################################