summaryrefslogtreecommitdiff
path: root/dot_config/msmtp
diff options
context:
space:
mode:
authorLibravatar Martin Michalec <martin@michalec.dev>2026-02-11 03:25:47 +0000
committerLibravatar Martin Michalec <martin@michalec.dev>2026-02-11 03:25:47 +0000
commit94d2bd126860ef6c658c3d1a6a58632d195400d5 (patch)
tree923c94d424f3a0532d20831000e815ef31cadfb7 /dot_config/msmtp
parentadd .chezmoi.toml.tmpl (diff)
downloaddotfiles-master.tar.gz
add mailHEADmaster
Diffstat (limited to 'dot_config/msmtp')
-rw-r--r--dot_config/msmtp/.config-extra.gpgbin0 -> 356 bytes
-rw-r--r--dot_config/msmtp/config.tmpl13
2 files changed, 13 insertions, 0 deletions
diff --git a/dot_config/msmtp/.config-extra.gpg b/dot_config/msmtp/.config-extra.gpg
new file mode 100644
index 0000000..1206b45
--- /dev/null
+++ b/dot_config/msmtp/.config-extra.gpg
Binary files differ
diff --git a/dot_config/msmtp/config.tmpl b/dot_config/msmtp/config.tmpl
new file mode 100644
index 0000000..9e263e5
--- /dev/null
+++ b/dot_config/msmtp/config.tmpl
@@ -0,0 +1,13 @@
1defaults
2tls on
3auth on
4logfile /home/cmmm/.local/var/log/msmtp.log
5
6account professional-martin@michalec.dev
7from martin@michalec.dev
8user martin@michalec.dev
9passwordeval pass show mail/martin@michalec.dev
10tls_starttls off
11host mail.michalec.dev
12
13{{ joinPath .chezmoi.sourceDir "dot_config/msmtp/.config-extra.gpg" | include | decrypt -}}