COLLEGE OF ARTS AND SCIENCES Department of Mathematics and Statistics

Configuring Alpine to use O365

You can continue to use alpine as your mail client, if you like, but you must change the mail configuration. The easiest way to do this is to move the old configuration:

mv .pinerc pinerc-old

and then create a new .pinerc. Edit a new .pinerc and put the following lines into it.

smtp-server=smtp.office365.com:587/user=yournetworkid@wsu.edu
inbox-path={outlook.office365.com:993/ssl/user=yournetworkid@wsu.edu}Inbox
folder-collections={outlook.office365.com:993/ssl/user=yournetworkid@wsu.edu}[], ~/Mail/[]
default-fcc={outlook.office365.com:993/ssl/user=yournetworkid@wsu.edu}Sent Items
tcp-write-warning-timeout=40

You will want to replace yournetworkid with your actual WSU NID. When you start alpine after putting this .pinerc in place, it will behave as if this is the first time you have run it. Indeed, it is the first time with this configuration. Once you have run it that time, henceforth it asks for a password when you start it, and when you first send mail on startup, but otherwise acts as it always has.