19 lines
482 B
Plaintext
19 lines
482 B
Plaintext
# About Me
|
|
set from = "michael@holder-web.de"
|
|
set realname = "Michael Holder"
|
|
|
|
# My credentials
|
|
set smtp_url = "smtp://michael@holder-web.de@mail.holder-web.de:587/"
|
|
set smtp_pass = "xxx"
|
|
set imap_user = "michael@holder-web.de"
|
|
set imap_pass = "xxx"
|
|
|
|
# My mailboxes
|
|
set folder = "imaps://mail.holder-web.de:993"
|
|
set spoolfile = "+INBOX"
|
|
set postponed = "+Drafts"
|
|
set record = "+Sent"
|
|
|
|
# # Hook ---- IMPORTANT
|
|
account-hook $folder "set imap_user=michael@holder-web.de imap_pass=xxx"
|