You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
553 B
Plaintext
23 lines
553 B
Plaintext
#color status white blue
|
|
|
|
# Receive options.
|
|
set imap_user = "dswan@insors.com"
|
|
set imap_pass = $my_iocom_password
|
|
set folder = "imaps://secure.emailsrvr.com/"
|
|
set spoolfile = +INBOX
|
|
set postponed = +Drafts
|
|
set record = +Sent
|
|
|
|
set move = yes
|
|
|
|
# Send options.
|
|
set smtp_url = "smtps://dswan@secure.emailsrvr.com"
|
|
set smtp_pass = $my_iocom_password
|
|
set realname = "Dustin Swan"
|
|
set from = "dswan@iocom.com"
|
|
set hostname = "iocom.com"
|
|
|
|
# Hook
|
|
account-hook $folder "set imap_user = dswan@insors.com"
|
|
account-hook $folder "set imap_pass = $my_iocom_password"
|