Securing sending and recieving emails

Currently, we provide secure access to the mailboxes via POP3, IMAP and webmail (https://webmail.forpsi.com).

For outgoing SMTPserver, this securing can be used:
  • STARTTLS - ports 25 a 587 (server - smtp.forpsi.com)
  • SSL - port 465 (server - smtp.forpsi.com)
 For incoming IMAP server:
  • STARTTLS - port 143 (server - imap.forpsi.com)
  • SSL - port 993 (server - imap.forpsi.com)

For incoming POP3 server:

  • STARTTLS - port 110 (server - pop3.forpsi.com)
  • SSL - port 995 (server - pop3.forpsi.com)
 
Attention: Certificate is published for the domain forpsi.com, so the names of POP3, IMAP and SMTP servers have to be changed to pop3.forpsi.com, imap.forpsi.com and smtp.forpsi.com.