diff options
Diffstat (limited to '.config/msmtp')
| -rw-r--r-- | .config/msmtp/config | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.config/msmtp/config b/.config/msmtp/config new file mode 100644 index 0000000..9426fd1 --- /dev/null +++ b/.config/msmtp/config | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | account mailbox.org | ||
| 2 | host smtp.mailbox.org | ||
| 3 | port 465 | ||
| 4 | tls on | ||
| 5 | tls_starttls off | ||
| 6 | auth on | ||
| 7 | user sebastiano@tronto.net | ||
| 8 | passwordeval cat ~/.ssh/mailbox.org | ||
| 9 | from sebastiano@tronto.net | ||
| 10 | |||
| 11 | account default: mailbox.org | ||
