diff options
Diffstat (limited to '.config/msmtp')
-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" | ||