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.

32 lines
799 B
Plaintext

#set from = "dswan@iocom.com"
#set sendmail = "msmtp -a DswanIOCOM"
#set spoolfile = "+DswanIOCOM/INBOX"
#set mbox = "+DswanIOCOM/archive"
#set postponed = "+DswanIOCOM/drafts"
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
# 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"
# Connection options
set ssl_force_tls = yes
unset ssl_starttls
# Hook
account-hook $folder "set imap_user = dswan@insors.com"
account-hook $folder "set imap_pass = $my_iocom_password"