# Filename:      .msmtprc
# Purpose:       config file for msmtp
# 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.
################################################################################

# envelope from (adjust it!)
# ==========================
# from you@mailadress.invalid

# use ssh-tunnel
# ==============
# 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 a mailrelay with authentification (TLS)
# ===========================================
# host example.org
# user accountnumber
# password yourpassword
# tls
# tls_nocertcheck

## END OF FILE #################################################################
