File: msmtprc-system.example

package info (click to toggle)
msmtp 1.4.0-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,708 kB
  • ctags: 666
  • sloc: ansic: 9,841; sh: 3,356; makefile: 31
file content (21 lines) | stat: -rw-r--r-- 622 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Example for a system wide configuration file

# A system wide configuration file is optional.
# If it exists, it usually defines a default account.
# This allows msmtp to be used like /usr/sbin/sendmail.
account default

# The SMTP smarthost.
host mailhub.oursite.example

# Construct envelope from addresses of the form "user@oursite.example".
# Without this, envelope from addresses will just contain the user name, 
# without a domain part.
#maildomain oursite.example

# Use TLS.
#tls on
#tls_trust_file /etc/ssl/certs/ca.pem

# Syslog logging with facility LOG_MAIL instead of the default LOG_USER.
syslog LOG_MAIL