diff options
author | Yigit Sever | 2024-08-08 09:33:34 +0200 |
---|---|---|
committer | Yigit Sever | 2024-08-08 09:33:34 +0200 |
commit | 804891e220f454aebe996643348c4d91a18fdad5 (patch) | |
tree | af9fb572ab01ee7b99531abe0445aca997c0d672 /.config/msmtp/config | |
parent | b2db4b385143c4a88b93fa1d80d38a67bcde8e59 (diff) | |
download | dotfiles-804891e220f454aebe996643348c4d91a18fdad5.tar.gz dotfiles-804891e220f454aebe996643348c4d91a18fdad5.tar.bz2 dotfiles-804891e220f454aebe996643348c4d91a18fdad5.zip |
msmtp: use new pass hierarchy
Diffstat (limited to '.config/msmtp/config')
-rw-r--r-- | .config/msmtp/config | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.config/msmtp/config b/.config/msmtp/config index 8b8e782..d3be082 100644 --- a/.config/msmtp/config +++ b/.config/msmtp/config | |||
@@ -10,7 +10,7 @@ domain mailhost.ceng.metu.edu.tr | |||
10 | port 587 | 10 | port 587 |
11 | from yigit@ceng.metu.edu.tr | 11 | from yigit@ceng.metu.edu.tr |
12 | user yigit | 12 | user yigit |
13 | passwordeval "pass mutt-wizard-ceng_argor" | 13 | passwordeval "pass metu/ceng/argor" |
14 | tls_starttls on | 14 | tls_starttls on |
15 | tls_certcheck off | 15 | tls_certcheck off |
16 | 16 | ||
@@ -19,7 +19,7 @@ host smtp.metu.edu.tr | |||
19 | port 465 | 19 | port 465 |
20 | from ysever@metu.edu.tr | 20 | from ysever@metu.edu.tr |
21 | user ysever | 21 | user ysever |
22 | passwordeval "pass mutt-wizard-metu_argor" | 22 | passwordeval "pass metu/personel" |
23 | tls_starttls off | 23 | tls_starttls off |
24 | 24 | ||
25 | account ceng_stu | 25 | account ceng_stu |
@@ -28,7 +28,7 @@ domain mailhost.ceng.metu.edu.tr | |||
28 | port 587 | 28 | port 587 |
29 | from e2482057@ceng.metu.edu.tr | 29 | from e2482057@ceng.metu.edu.tr |
30 | user e2482057 | 30 | user e2482057 |
31 | passwordeval "pass mutt-wizard-ceng_stu" | 31 | passwordeval "pass metu/ceng/student" |
32 | tls_certcheck off | 32 | tls_certcheck off |
33 | 33 | ||
34 | account metu_stu | 34 | account metu_stu |
@@ -36,7 +36,7 @@ host smtp.metu.edu.tr | |||
36 | port 465 | 36 | port 465 |
37 | from e248205@metu.edu.tr | 37 | from e248205@metu.edu.tr |
38 | user e248205 | 38 | user e248205 |
39 | passwordeval "pass mutt-wizard-metu_stu" | 39 | passwordeval "pass metu/student" |
40 | tls_starttls off | 40 | tls_starttls off |
41 | 41 | ||
42 | account xyz | 42 | account xyz |
@@ -44,4 +44,4 @@ host mail.yigitsever.com | |||
44 | port 587 | 44 | port 587 |
45 | from yigit@yigitsever.com | 45 | from yigit@yigitsever.com |
46 | user yigit | 46 | user yigit |
47 | passwordeval "pass mutt-wizard-xyz" | 47 | passwordeval "pass xyz/mail" |