add default alot config

This commit is contained in:
jonathan santis
2025-04-22 13:48:02 +02:00
parent b70a4ef972
commit fd0d72a082
5 changed files with 1543 additions and 0 deletions

17
mail/.msmtprc Normal file
View File

@@ -0,0 +1,17 @@
defaults
auth on
tls on
tls_trust_file /etc/ssl/certs/ca-certificates.crt
logfile /home/USER/msmtp.log
account [NAME]
host smtp.[PROVIDER].com
port 465
from [MAIL]
user [MAIL]
tls_starttls off
passwordeval /usr/bin/pass mail/[MAIL]