Initial commit.
This commit is contained in:
commit
3d665e5e11
72 changed files with 3200 additions and 0 deletions
1
base-files/msmtp/aliases
Normal file
1
base-files/msmtp/aliases
Normal file
|
@ -0,0 +1 @@
|
|||
default: sysadmin@opensourcerers.uk
|
16
base-files/msmtp/msmtprc
Normal file
16
base-files/msmtp/msmtprc
Normal file
|
@ -0,0 +1,16 @@
|
|||
account default
|
||||
host mail.opensourcerers.net
|
||||
timeout 300
|
||||
# FIXME: Set domain
|
||||
domain host.opensourcerers.net
|
||||
# FIXME: Enable TLS.
|
||||
# tls on
|
||||
# tls_starttls on
|
||||
# tls_trust_file /path/to/ca-certificate.pem
|
||||
# tls_cert_file /path/to/server-certificate.pem
|
||||
# tls_key_file /path/to/server-key.pem
|
||||
# tls_certcheck on
|
||||
auto_from on
|
||||
maildomain opensourcerers.uk
|
||||
syslog LOG_MAIL
|
||||
aliases /etc/msmtp/aliases
|
Loading…
Add table
Add a link
Reference in a new issue