Update mu4e configuration
- Added ProtonMail account - Added iCloud Mail account - Remove Gmail account
This commit is contained in:
@@ -9,22 +9,39 @@ tls on
|
||||
tls_trust_file /etc/ssl/certs/ca-certificates.crt
|
||||
logfile ~/.config/msmtp/msmtp.log
|
||||
|
||||
# Account Gmail
|
||||
account gmail
|
||||
# Account iCloud
|
||||
account icloud
|
||||
|
||||
# Host name of the SMTP server
|
||||
host smtp.gmail.com
|
||||
host smtp.mail.me.com
|
||||
|
||||
# Use the mail submission port 587 instead of the SMTP port 25.
|
||||
# Use the mail submission port 587 instead of the SMTP port 25
|
||||
port 587
|
||||
|
||||
# Envelop-from address
|
||||
from fabio.scottodisantolo@gmail.com
|
||||
from fscottodisantolo@icloud.com
|
||||
|
||||
# Authentication. The password is given using one of five methods
|
||||
auth on
|
||||
user fabio.scottodisantolo@gmail.com
|
||||
passwordeval "gpg -q -d /home/fscotto/.cache/gmail1.gpg"
|
||||
user fscottodisantolo@icloud.com
|
||||
passwordeval "pass show icloud-mail"
|
||||
|
||||
# Account Protonmail
|
||||
account protonmail
|
||||
|
||||
# Hostname of the Protonmail bridge
|
||||
host 127.0.0.1
|
||||
|
||||
# Port of the Protonmail bridge
|
||||
port 1025
|
||||
|
||||
# Envelop-from address
|
||||
from fscottodisantolo@protonmail.com
|
||||
|
||||
# Authentication
|
||||
auth on
|
||||
user fscottodisantolo@protonmail.com
|
||||
passwordeval "pass show protonmail-bridge"
|
||||
|
||||
# Set a default account
|
||||
account default : gmail
|
||||
account default : icloud
|
||||
|
||||
Reference in New Issue
Block a user