You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
700 B
30 lines
700 B
## |
|
## @l_prefix@/etc/ssmtp/ssmtp.conf |
|
## |
|
|
|
# The person who gets all mail for userids < 1000 |
|
root=postmaster |
|
|
|
# The place where to send outgoing mail to. |
|
# A hostname is sufficient; no MX records are consulted. |
|
mailhub=mail |
|
|
|
# Where will the mail seem to come from? |
|
rewriteDomain= |
|
|
|
# The full local hostname |
|
hostname=localhost |
|
|
|
# Set this to never rewrite the "From:" line (unless not given) and to |
|
# use that address in the "from line" of the envelope. |
|
#FromLineOverride=YES |
|
|
|
# Use SSL/TLS to send secure messages to server. |
|
#UseTLS=YES |
|
|
|
# Use SSL/TLS certificate to authenticate against smtp host. |
|
#UseTLSCert=YES |
|
|
|
# Use this RSA certificate. |
|
#TLSCert=/etc/ssl/certs/ssmtp.pem |
|
|
|
|