diff options
| author | 2026-02-11 03:25:47 +0000 | |
|---|---|---|
| committer | 2026-02-11 03:25:47 +0000 | |
| commit | 94d2bd126860ef6c658c3d1a6a58632d195400d5 (patch) | |
| tree | 923c94d424f3a0532d20831000e815ef31cadfb7 /dot_config/msmtp/config.tmpl | |
| parent | add .chezmoi.toml.tmpl (diff) | |
| download | dotfiles-94d2bd126860ef6c658c3d1a6a58632d195400d5.tar.gz | |
Diffstat (limited to 'dot_config/msmtp/config.tmpl')
| -rw-r--r-- | dot_config/msmtp/config.tmpl | 13 |
1 files changed, 13 insertions, 0 deletions
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 @@ | |||
| 1 | defaults | ||
| 2 | tls on | ||
| 3 | auth on | ||
| 4 | logfile /home/cmmm/.local/var/log/msmtp.log | ||
| 5 | |||
| 6 | account professional-martin@michalec.dev | ||
| 7 | from martin@michalec.dev | ||
| 8 | user martin@michalec.dev | ||
| 9 | passwordeval pass show mail/martin@michalec.dev | ||
| 10 | tls_starttls off | ||
| 11 | host mail.michalec.dev | ||
| 12 | |||
| 13 | {{ joinPath .chezmoi.sourceDir "dot_config/msmtp/.config-extra.gpg" | include | decrypt -}} | ||
