1SSMTP.CONF(5)               BSD File Formats Manual              SSMTP.CONF(5)
2

NAME

4     ssmtp.conf — ssmtp configuration file
5

DESCRIPTION

7     ssmtp reads configuration data from /etc/ssmtp/ssmtp.conf The file con‐
8     tains keyword-argument pairs, one per line.  Lines starting with ‘#’ and
9     empty lines are interpreted as comments.
10
11     The possible keywords and their meanings are as follows (both are case-
12     insensitive):
13
14     Root    The user that gets all mail for userids less than 1000. If blank,
15             address rewriting is disabled.
16
17     Mailhub
18             The host to send mail to, in the form host | IP_addr [: port].
19             The default port is 25.
20
21     RewriteDomain
22             The domain from which mail seems to come.  for user authentica‐
23             tion.
24
25     Hostname
26             The full qualified name of the host.  If not specified, the host
27             is queried for its hostname.
28
29     FromLineOverride
30             Specifies whether the From header of an email, if any, may over‐
31             ride the default domain.  The default is “no”.
32
33     UseTLS  Specifies whether ssmtp uses TLS to talk to the SMTP server.  The
34             default is “no”.
35
36     UseSTARTTLS
37             Specifies whether ssmtp does a EHLO/STARTTLS before starting SSL
38             negotiation.  See RFC 2487.
39
40     TLSCert
41             The file name of an RSA certificate to use for TLS, if required.
42
43     AuthUser
44             The user name to use for SMTP AUTH.  The default is blank, in
45             which case SMTP AUTH is not used.  sent without
46
47     AuthPass
48             The password to use for SMTP AUTH.
49
50     AuthMethod
51             The authorization method to use.  If unset, plain text is used.
52             May also be set to “cram-md5”.
53

FILES

55     /etc/ssmtp/ssmtp.conf
56             Contains configuration data for ssmtp.
57

SEE ALSO

59     ssmtp(8)
60

AUTHORS

62     Matt Ryan (mryan@debian.org), Hugo Haas (hugo@debian.org), Christoph
63     Lameter (clameter@debian.org) and Dave Collier-Brown (dav‐
64     ecb@hobbes.ss.org).  Reuben Thomas (rrt@sc3d.org) wrote the man page.
65
66BSD                             October 7, 2004                            BSD
Impressum