diff options
-rw-r--r-- | _msmtprc | 17 |
1 files changed, 7 insertions, 10 deletions
@@ -1,18 +1,15 @@ ## -## ~/.msmtprc -## msmtp configuration +## ~/.msmtprc -- msmtp configuration ## ## Note: ## * Get server information (e.g., certificate fingerprint): ## $ msmtp --serverinfo --tls --tls-certcheck=off --host=<host> ## -## Reference: -## [1] ArchWiki - msmtp -## https://wiki.archlinux.org/index.php/Msmtp -## -## Aaron LI -## Created: 2015-02-01 -## Updated: 2017-04-19 +## AppArmor (e.g., on Debian Linux): +## AppArmor would prevent msmtp to invoking 'pass' as configured in +##'passwordeval'. To disable AppArmor for msmtp: +## $ apparmor_parser -R /etc/apparmor.d/usr.bin.msmtp +## $ ln -s /etc/apparmor.d/usr.bin.msmtp /etc/apparmor.d/disable/ ## @@ -27,7 +24,7 @@ tls_certcheck on # Just use `tls_fingerprint' for better security. # If use `tls_trust_file', the `tls_crl_file' should also be used. tls_trust_file /etc/ssl/certs/ca-certificates.crt -logfile ~/.cache/msmtp.log +logfile ~/.cache/msmtp/msmtp.log ### aly@aaronly.me ### |