Sep 27

Once you have configured email account in outlook then click on Tools >> Accounts >> Properties >> Servers Tab and set
In the Incoming mail (POP3) field type yourdomain.com

In the Outgoing mail (SMTP) field type yourdomain.com

(Note : Shared server clients can set server hostname instead of yourdomain.com .)

Then go to >> Advanced Tab and set

For Incoming mail (POP3)

* check the box “This server requires a secure connection (SSL)”
* The port number should be set to 995

OR

For Incoming mail (IMAP)

* check the box “This server requires a secure connection (SSL)”
* The port number should be set to 993 and

For Outgoing mail (SMTP)

* check the box “This server requires a secure connection (SSL)” and
* The port number should be set as : 25 or 465

Sep 27

If you receive such an error message while accessing phpmyadmin then you need to login to the server via SSH and edit the php.ini of phpmyadmin and set :

session.save_path =  /tmp

On  cPanel server you need to edit /usr/local/cpanel/3rdparty/etc/phpmyadmin/php.ini .