diff options
| author | Yigit Sever | 2021-10-12 01:01:01 +0300 |
|---|---|---|
| committer | Yigit Sever | 2021-10-12 01:01:01 +0300 |
| commit | 22bafa21869fb47d8f6568a0e047c226926f20e0 (patch) | |
| tree | 90b18965b589d95e27e166186ddc32ca8f92471b /.config/msmtp/config | |
| parent | 20e42aa0d070f0c09ab20bf4ab42c3495a807e1c (diff) | |
| download | dotfiles-22bafa21869fb47d8f6568a0e047c226926f20e0.tar.gz dotfiles-22bafa21869fb47d8f6568a0e047c226926f20e0.tar.bz2 dotfiles-22bafa21869fb47d8f6568a0e047c226926f20e0.zip | |
mutt: free from the shackles
Diffstat (limited to '.config/msmtp/config')
| -rw-r--r-- | .config/msmtp/config | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/.config/msmtp/config b/.config/msmtp/config new file mode 100644 index 0000000..8b8e782 --- /dev/null +++ b/.config/msmtp/config | |||
| @@ -0,0 +1,47 @@ | |||
| 1 | defaults | ||
| 2 | auth on | ||
| 3 | tls on | ||
| 4 | tls_trust_file /etc/ssl/certs/ca-certificates.crt | ||
| 5 | logfile ~/.config/msmtp/msmtp.log | ||
| 6 | |||
| 7 | account ceng_argor | ||
| 8 | host mailhost.ceng.metu.edu.tr | ||
| 9 | domain mailhost.ceng.metu.edu.tr | ||
| 10 | port 587 | ||
| 11 | from yigit@ceng.metu.edu.tr | ||
| 12 | user yigit | ||
| 13 | passwordeval "pass mutt-wizard-ceng_argor" | ||
| 14 | tls_starttls on | ||
| 15 | tls_certcheck off | ||
| 16 | |||
| 17 | account metu_argor | ||
| 18 | host smtp.metu.edu.tr | ||
| 19 | port 465 | ||
| 20 | from ysever@metu.edu.tr | ||
| 21 | user ysever | ||
| 22 | passwordeval "pass mutt-wizard-metu_argor" | ||
| 23 | tls_starttls off | ||
| 24 | |||
| 25 | account ceng_stu | ||
| 26 | host mailhost.ceng.metu.edu.tr | ||
| 27 | domain mailhost.ceng.metu.edu.tr | ||
| 28 | port 587 | ||
| 29 | from e2482057@ceng.metu.edu.tr | ||
| 30 | user e2482057 | ||
| 31 | passwordeval "pass mutt-wizard-ceng_stu" | ||
| 32 | tls_certcheck off | ||
| 33 | |||
| 34 | account metu_stu | ||
| 35 | host smtp.metu.edu.tr | ||
| 36 | port 465 | ||
| 37 | from e248205@metu.edu.tr | ||
| 38 | user e248205 | ||
| 39 | passwordeval "pass mutt-wizard-metu_stu" | ||
| 40 | tls_starttls off | ||
| 41 | |||
| 42 | account xyz | ||
| 43 | host mail.yigitsever.com | ||
| 44 | port 587 | ||
| 45 | from yigit@yigitsever.com | ||
| 46 | user yigit | ||
| 47 | passwordeval "pass mutt-wizard-xyz" | ||
