summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.config/msmtp/config27
1 files changed, 27 insertions, 0 deletions
diff --git a/.config/msmtp/config b/.config/msmtp/config
new file mode 100644
index 0000000..e9f8342
--- /dev/null
+++ b/.config/msmtp/config
@@ -0,0 +1,27 @@
+defaults
+auth on
+tls on
+logfile ~/.config/msmtp/msmtp.log
+port 587
+
+account mailbox
+host smtp.mailbox.org
+tls_starttls on
+from listout@listout.xyz
+user listout@mailbox.org
+passwordeval "pass show mailbox.org/pass"
+
+account suse
+host imap.suse.de
+tls_starttls on
+tls_trust_file /usr/local/share/ca-certificates/SUSE_Trust_Root.crt
+from bdas@suse.de
+user bdas@mutt
+passwordeval "pass show suse/imap_password"
+
+account gmail
+host smtp.gmail.com
+#tls_starttls on
+from brahmajit.xyz@gmail.com
+user brahmajit.xyz
+passwordeval "pass show gmail/work/mutt"