SECURE MAIL SERVER

In Computer Science, we run secure services on our mail server. These being Secure POP (POP3S), Secure IMAP (IMAPS) and Secure SMTP (SSMTP). The recommended way of reading mail is with secure POP and the recommended way of sending mail is with secure SMTP. Other forms of communication with the mail server are permitted (POP, SMTP) however, these are unencrypted hence your password will pass in plain text over the network and any communication you perform with the server is open to possible network sniffing.

These instructions refer to a machine called Postfix.cs.uwa.edu.au. Please change this to mailhost.csse.uwa.edu.au where ever it is mentioned.

Transferring your mail settings from unsecured to secured services can be performed by a standard user and involves the following steps.


TROUBLESHOOTING

Likely reasons for it failing?

Back to top page