summarylogtreecommitdiffstats
path: root/msmtprc
diff options
context:
space:
mode:
authorJames An2015-02-26 22:04:44 -0500
committerJames An2015-06-30 07:27:49 -0400
commit9175e9ffd307a1e7077178fd3ee7a97ca98fb78a (patch)
tree63560e182aa59d97e8144a6af7b9230790e7e2c3 /msmtprc
parenta2fe1bd219e5378df61adfd9d7004d36124e0a54 (diff)
downloadaur-9175e9ffd307a1e7077178fd3ee7a97ca98fb78a.tar.gz
Changed aegir package to further automate basic configuration of such a web server.
Diffstat (limited to 'msmtprc')
-rw-r--r--msmtprc11
1 files changed, 11 insertions, 0 deletions
diff --git a/msmtprc b/msmtprc
new file mode 100644
index 000000000000..38bbb796e536
--- /dev/null
+++ b/msmtprc
@@ -0,0 +1,11 @@
+defaults
+auth on
+tls on
+tls_trust_file /etc/ssl/certs/ca-certificates.crt
+
+account default
+host smtp.gmail.com
+port 587
+from address@gmail.com
+user address@gmail.com
+password yourpassword