52 lines
977 B
Plaintext
52 lines
977 B
Plaintext
defaults
|
|
tls on
|
|
tls_starttls off
|
|
auth on
|
|
|
|
account airocpss
|
|
host smtp.exmail.qq.com
|
|
port 465
|
|
protocol smtp
|
|
auth on
|
|
user xinyz@airocpss.com
|
|
passwordeval "gpg -r xinyz --quiet -d ~/dotfiles/common/pass/airocpss.gpg.asc"
|
|
from xinyz@airocpss.com
|
|
tls on
|
|
tls_starttls off
|
|
|
|
account hotmail
|
|
host smtp.live.com
|
|
port 587
|
|
protocol smtp
|
|
auth on
|
|
user yzxin@hotmail.com
|
|
passwordeval "gpg -r xinyz --quiet -d ~/dotfiles/common/pass/hotmail.gpg.asc"
|
|
from yzxin@hotmail.com
|
|
tls on
|
|
tls_starttls on
|
|
tls_certcheck off
|
|
|
|
account outlook-xinyongzhong
|
|
host smtp.live.com
|
|
port 587
|
|
protocol smtp
|
|
auth on
|
|
user xinyongzhong@outlook.com
|
|
passwordeval "gpg -r xinyz --quiet -d ~/dotfiles/common/pass/outlook-xinyongzhong.gpg.asc"
|
|
from xinyongzhong@outlook.com
|
|
tls on
|
|
tls_starttls on
|
|
tls_certcheck off
|
|
|
|
account qq
|
|
host smtp.qq.com
|
|
port 465
|
|
protocol smtp
|
|
auth on
|
|
user xinyongzhong@qq.com
|
|
passwordeval "gpg -r xinyz --quiet -d ~/dotfiles/common/pass/qq.gpg.asc"
|
|
from xinyongzhong@qq.com
|
|
tls on
|
|
tls_starttls off
|
|
|