summaryrefslogtreecommitdiff
path: root/msmtp/.config
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2024-05-24 23:33:56 -0400
committerMatt Turner <mattst88@gmail.com>2024-05-24 23:35:07 -0400
commit8c5e5c5415b986dfb107e18ef2f0a56f6badd589 (patch)
treea6ab8bf60ae3bbbb5cae9bfcd5edd17e5933935a /msmtp/.config
parentcebb439bc3ee2567ab38e84dc24897bf51795701 (diff)
msmtp: Move to ~/.config/
Diffstat (limited to 'msmtp/.config')
-rw-r--r--msmtp/.config/msmtp/config22
1 files changed, 22 insertions, 0 deletions
diff --git a/msmtp/.config/msmtp/config b/msmtp/.config/msmtp/config
new file mode 100644
index 0000000..7b050b3
--- /dev/null
+++ b/msmtp/.config/msmtp/config
@@ -0,0 +1,22 @@
+defaults
+tls on
+tls_trust_file /etc/ssl/certs/ca-certificates.crt
+logfile ~/.msmtp.log
+
+account gmail
+host smtp.gmail.com
+port 587
+from mattst88@gmail.com
+auth on
+user mattst88
+passwordeval "gpg --quiet --for-your-eyes-only --no-tty -d ~/.password-store/email/msmtp-mattst88@gmail.com.gpg"
+
+account gentoo
+host smtp.gentoo.org
+port 587
+from mattst88@gentoo.org
+auth on
+user mattst88
+passwordeval "gpg --quiet --for-your-eyes-only --no-tty -d ~/.password-store/email/mattst88@gentoo.org.gpg"
+
+account default : gmail