25 lines
548 B
Plaintext
25 lines
548 B
Plaintext
|
# FiveSigma
|
||
|
account fivesigma
|
||
|
host localhost
|
||
|
port 1025
|
||
|
tls on
|
||
|
tls_starttls on
|
||
|
auth on
|
||
|
user joe@5sigma.io
|
||
|
passwordeval "cat /home/joe/.mail/creds-smtp"
|
||
|
from Joe Bellus <joe@5sigma.io>
|
||
|
tls_certcheck off
|
||
|
|
||
|
|
||
|
# FiveSigma
|
||
|
account default
|
||
|
host localhost
|
||
|
port 1025
|
||
|
tls on
|
||
|
tls_starttls on
|
||
|
auth on
|
||
|
user joe@5sigma.io
|
||
|
passwordeval "cat /home/joe/.mail/creds-smtp"
|
||
|
from Joe Bellus <joe@5sigma.io>
|
||
|
tls_certcheck off
|