Magellan Linux

Contents of /trunk/ssmtp/ssmtp.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 153 - (show annotations) (download)
Tue May 8 20:52:56 2007 UTC (16 years, 11 months ago) by niro
File size: 1127 byte(s)
-import

1 #
2 # /etc/ssmtp.conf -- a config file for sSMTP sendmail.
3 #
4
5 # The person who gets all mail for userids < 1000
6 root=postmaster
7
8 # The place where the mail goes. The actual machine name is required
9 # no MX records are consulted. Commonly mailhosts are named mail.domain.com
10 # The example will fit if you are in domain.com and your mailhub is so named.
11 mailhub=mail
12
13 # Example for SMTP port number 2525
14 # mailhub=mail.your.domain:2525
15 # Example for SMTP port number 25 (Standard/RFC)
16 # mailhub=mail.your.domain
17 # Example for SSL encrypted connection
18 # mailhub=mail.your.domain:465
19
20 # Where will the mail seem to come from?
21 rewriteDomain=
22
23 # The full hostname
24 #
25 # Commenting the following line will force ssmtp to figure
26 # out the hostname itself.
27 #
28 #hostname=_HOSTNAME_
29
30 # Set this to never rewrite the "From:" line (unless not given) and to
31 # use that address in the "from line" of the envelope.
32 #FromLineOverride=YES
33
34 # Use SSL/TLS to send secure messages to server.
35 #UseTLS=YES
36
37 # Use SSL/TLS certificate to authenticate against smtp host.
38 #UseTLSCert=YES
39
40 # Use this RSA certificate.
41 #TLSCert=/etc/ssl/certs/ssmtp.pem