You can also control incoming spam filtering levels and actions at Settings -> Spam Settings.
Mail forwarding config is available at Settings -> Mail Forwarding.
IMAP: mail.b.hostedemail.com (TLS/SSL, port 993) SMTP: mail.b.hostedemail.com (TLS/SSL, port 465) Username (incoming and outgoing): USER@monkey.org
incoming-folders=monkey.org {mail.b.hostedemail.com/user=USER@monkey.org/tls}INBOX smtp-server=mail.b.hostedemail.com/user=USER@monkey.org/tls/secureOr if you are of the POP persuasion:
incoming-folders=monkey.org {#move mail.b.hostedemail.com/user=USER@monkey.org/tls/pop3}INBOX ~/mail/inboxIf you want to save your (encrypted) IMAP/SMTP password between Alpine sessions:
touch ~/.pine-passfileNow start Alpine, browse to the new folder (named monkey.org) and enter your password. If you change your password after saving it in Alpine, quit and restart after:
echo > ~/.pine-passfile
# optional (run in background, keep a log) #set daemon 600 #set logfile fetchmail.log poll mail.b.hostedemail.com proto POP3 user "USER@monkey.org" pass "PASSWORD" ssl fetchall # fetch reguardless of read/unread flags no keep # delete from server after popping no rewrite # leave headers alone # uncomment the next line if you want to process mail through procmail #mda "/usr/local/bin/procmail -f %F -d %T";