]> gitweb.michael.orlitzky.com - mutt.git/blob - ssmtp.conf
Initial commit.
[mutt.git] / ssmtp.conf
1 # Left blank to disable address rewriting.
2 root=
3
4 mailhub=mail.example.com:587
5 AuthUser=username@example.com
6 AuthPass=
7
8 # Should probably be forced blank. We don't
9 # want anything rewritten ever.
10 rewriteDomain=
11
12 # Determine the envelope sender address from
13 # the "From:" header.
14 FromLineOverride=YES
15
16 # And we want some TLS.
17 UseTLS=YES
18 UseSTARTTLS=YES
19 UseTLSCert=NO
20
21 Debug=NO