manage msmtp configuration
This commit is contained in:
parent
4655cca8bb
commit
04f823d585
1 changed files with 17 additions and 0 deletions
17
msmtp/.msmtprc
Normal file
17
msmtp/.msmtprc
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
# Set default values for all following accounts.
|
||||||
|
defaults
|
||||||
|
auth on
|
||||||
|
tls on
|
||||||
|
tls_trust_file /etc/ssl/certs/ca-certificates.crt
|
||||||
|
logfile ~/.msmtp.log
|
||||||
|
|
||||||
|
# Gmail
|
||||||
|
account waarpgmail
|
||||||
|
host smtp.gmail.com
|
||||||
|
port 587
|
||||||
|
from bruno.carlin@waarp.org
|
||||||
|
user bruno.carlin@waarp.org
|
||||||
|
password lkmnowmgdxspzdsv
|
||||||
|
|
||||||
|
# Set a default account
|
||||||
|
account default : waarpgmail
|
Loading…
Add table
Reference in a new issue