This repository has been archived on 2023-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/.config/msmtp/config
David JULIEN fd74b462fb [mail] refactor!: simplify mailboxes names
!!!BREAKING: check the configuration files to rename the mail
directories accordingly
2022-11-04 10:20:37 +01:00

33 lines
757 B
Plaintext

account posteo
host posteo.de
port 587
from david.julien@posteo.net
user david.julien@posteo.net
passwordeval "pass posteo.net/david.julien"
auth on
tls on
tls_trust_file /etc/ssl/certs/ca-certificates.crt
logfile /home/swytch/.config/msmtp/msmtp.log
account univ
host smtp.etu.univ-nantes.fr
port 587
from david.julien@univ-nantes.fr
user E22D718J
passwordeval "pass univ-nantes.fr/E22D718J"
auth on
tls on
tls_trust_file /etc/ssl/certs/ca-certificates.crt
logfile /home/swytch/.config/msmtp/msmtp.log
account mailo
host mail.mailo.com
port 587
from david.julien@mailo.com
user david.julien@mailo.com
passwordeval "pass mailo.com/david.julien"
auth on
tls on
tls_trust_file /etc/ssl/certs/ca-certificates.crt
logfile /home/swytch/.config/msmtp/msmtp.log