Setting up POPS/IMAPS on Mutt
Input welcome, particularly on importing our cert into your trusted store so you don't get the "connect once" message every time.
Setting up POPS on mutt
In .muttrc:
set pop_host=pops://mail.employees.org set pop_user=username
When you login, you'll need to accept the SSL certificate. Check the fingerprint.
Setting up IMAPS on mutt
This may not be as clean as it can be; input welcome, particularly on importing our cert into your trusted store so you don't get the "connect once" message every time.
In .muttrc:
set spoolfile=imaps://mail.employees.org set folder=imaps://mail.employees.org set imap_user=username set imap_home_namespace=Mail
When you login, you'll need to accept the SSL certificate. Check the fingerprint.