summaryrefslogtreecommitdiff
path: root/.config/msmtp/config.blanked
diff options
context:
space:
mode:
Diffstat (limited to '.config/msmtp/config.blanked')
-rw-r--r--.config/msmtp/config.blanked51
1 files changed, 51 insertions, 0 deletions
diff --git a/.config/msmtp/config.blanked b/.config/msmtp/config.blanked
new file mode 100644
index 0000000..e2b089f
--- /dev/null
+++ b/.config/msmtp/config.blanked
@@ -0,0 +1,51 @@
+account privat
+host .org
+port 587
+protocol smtp
+auth on
+user
+from
+tls on
+tls_starttls on
+tls_trust_file /etc/ssl/certs/ca-certificates.crt
+passwordeval gpg --quiet --for-your-eyes-only --no-tty --decrypt ~/.config/neomutt/msmtp-mail.gpg
+
+
+account 1
+host .ovh
+port 465
+protocol smtp
+auth on
+user
+from
+tls on
+tls_starttls on
+tls_trust_file /etc/ssl/certs/ca-certificates.crt
+passwordeval gpg --quiet --for-your-eyes-only --no-tty --decrypt ~/.config/neomutt/msmtp-mail.gpg
+
+
+account 2
+host .li
+port 465
+protocol smtp
+auth on
+user .org
+from
+tls on
+tls_starttls on
+tls_trust_file /etc/ssl/certs/ca-certificates.crt
+passwordeval gpg --quiet --for-your-eyes-only --no-tty --decrypt ~/.config/neomutt/msmtp-mail.gpg
+
+
+account 3
+host .li
+port 465
+protocol smtp
+auth on
+user .li
+from
+tls on
+tls_starttls on
+tls_trust_file /etc/ssl/certs/ca-certificates.crt
+passwordeval gpg --quiet --for-your-eyes-only --no-tty --decrypt ~/.config/neomutt/msmtp-mail.gpg
+