add other MUA related config files
This commit is contained in:
18
msmtp/.msmtprc
Normal file
18
msmtp/.msmtprc
Normal file
@@ -0,0 +1,18 @@
|
||||
# Set default values for all following accounts.
|
||||
defaults
|
||||
auth on
|
||||
tls on
|
||||
tls_starttls on
|
||||
tls_certcheck on
|
||||
tls_trust_file /etc/ssl/certs/ca-certificates.crt
|
||||
logfile ~/.msmtp.log
|
||||
|
||||
# FSFE
|
||||
account fsfe
|
||||
host mail.fsfe.org
|
||||
port 587
|
||||
from max.mehl@fsfe.org
|
||||
user max.mehl
|
||||
passwordeval pass Mail/FSFE-SMTP
|
||||
|
||||
account default : fsfe
|
||||
Reference in New Issue
Block a user