blob: d3be08244ab24c14e9a1a76ecb95f11b4c84f637 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
|
defaults
auth on
tls on
tls_trust_file /etc/ssl/certs/ca-certificates.crt
logfile ~/.config/msmtp/msmtp.log
account ceng_argor
host mailhost.ceng.metu.edu.tr
domain mailhost.ceng.metu.edu.tr
port 587
from yigit@ceng.metu.edu.tr
user yigit
passwordeval "pass metu/ceng/argor"
tls_starttls on
tls_certcheck off
account metu_argor
host smtp.metu.edu.tr
port 465
from ysever@metu.edu.tr
user ysever
passwordeval "pass metu/personel"
tls_starttls off
account ceng_stu
host mailhost.ceng.metu.edu.tr
domain mailhost.ceng.metu.edu.tr
port 587
from e2482057@ceng.metu.edu.tr
user e2482057
passwordeval "pass metu/ceng/student"
tls_certcheck off
account metu_stu
host smtp.metu.edu.tr
port 465
from e248205@metu.edu.tr
user e248205
passwordeval "pass metu/student"
tls_starttls off
account xyz
host mail.yigitsever.com
port 587
from yigit@yigitsever.com
user yigit
passwordeval "pass xyz/mail"
|