-
Notifications
You must be signed in to change notification settings - Fork 0
/
msmtprc
48 lines (43 loc) · 1.12 KB
/
msmtprc
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
48
# msmtp config file
# note: this file needs to have 600 permissions.
account personal
host smtp.gmail.com
port 587
protocol smtp
auth on
from [email protected]
user [email protected]
passwordeval /usr/bin/security 2>&1 >/dev/null find-generic-password -a chnemail -g|sed -e 's/^[^"]*//g'|sed -e 's/"//g'
tls on
tls_nocertcheck
account chigby
host smtp.gmail.com
port 587
protocol smtp
auth on
from [email protected]
user [email protected]
passwordeval /usr/bin/security 2>&1 >/dev/null find-generic-password -a chnemail -g|sed -e 's/^[^"]*//g'|sed -e 's/"//g'
tls on
tls_nocertcheck
account simulacrum
host smtp.gmail.com
port 587
protocol smtp
auth on
from [email protected]
user [email protected]
passwordeval /usr/bin/security 2>&1 >/dev/null find-generic-password -a chnemail -g|sed -e 's/^[^"]*//g'|sed -e 's/"//g'
tls on
tls_nocertcheck
account sdf
host sdfeu.org
port 587
protocol smtp
tls off
auth cram-md5
from [email protected]
user chigby.sdf.org
passwordeval /usr/bin/security 2>&1 >/dev/null find-generic-password -a SDFSMTP -g|sed -e 's/^[^"]*//g'|sed -e 's/"//g'
account default : personal
logfile ~/.msmtprc-log