feat: add missing account to mbsync and msmtp
This commit is contained in:
parent
4cba7fb926
commit
cf20869aa3
2 changed files with 47 additions and 0 deletions
|
@ -122,3 +122,27 @@ Channel files-bcarlin
|
|||
Far :files-bcarlin-remote:
|
||||
Near :files-bcarlin-local:
|
||||
Patterns *
|
||||
|
||||
##
|
||||
## bcarlin@purelymail.com
|
||||
##
|
||||
|
||||
IMAPAccount bcarlin-purelymail
|
||||
Host imap.purelymail.com
|
||||
User bcarlin@purelymail.com
|
||||
PassCmd "secret-tool lookup bcarlin@purelymail.com password"
|
||||
TLSType IMAPS
|
||||
CertificateFile /etc/ssl/certs/ca-certificates.crt
|
||||
|
||||
IMAPStore bcarlin-purelymail-remote
|
||||
Account bcarlin-purelymail
|
||||
|
||||
MaildirStore bcarlin-purelymail-local
|
||||
Subfolders Verbatim
|
||||
Path ~/.cache/mail/bcarlin-purelymail/
|
||||
Inbox ~/.cache/mail/bcarlin-purelymail/INBOX
|
||||
|
||||
Channel bcarlin-purelymail
|
||||
Far :bcarlin-purelymail-remote:
|
||||
Near :bcarlin-purelymail-local:
|
||||
Patterns *
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# vim: filetype=msmtp
|
||||
|
||||
# Set default values for all following accounts.
|
||||
defaults
|
||||
auth on
|
||||
|
@ -19,5 +21,26 @@ port 587
|
|||
from mail@bcarlin.net
|
||||
user mail@bcarlin.net
|
||||
|
||||
# bcarlin@purelymail.com
|
||||
account bcarlin-purelymail
|
||||
host smtp.purelymail.com
|
||||
port 587
|
||||
from bcarlin@purelymail.com
|
||||
user bcarlin@purelymail.com
|
||||
|
||||
# code@bcarlin.net
|
||||
account code-bcarlin
|
||||
host smtp.purelymail.com
|
||||
port 587
|
||||
from code@bcarlin.net
|
||||
user code@bcarlin.net
|
||||
|
||||
# files@bcarlin.net
|
||||
account files-bcarlin
|
||||
host smtp.purelymail.com
|
||||
port 587
|
||||
from files@bcarlin.net
|
||||
user files@bcarlin.net
|
||||
|
||||
# Set a default account
|
||||
account default : waarpgmail
|
||||
|
|
Loading…
Add table
Reference in a new issue