UKC
How to connect Domain POP Mailbox to iPad/iPhone
If your domain is hosted, this guide is not for you. If your domain name is parked, ie. using name servers ns.microlite1.com and ns2.microlite1.com and you have purchased a POP Mailbox – read on…
Your domain is registered, you’ve got your Webmail login for your Domain POP Mailbox, now you want to get things moving on your iPhone or iPad. Here is an example of a POP Mailbox configured on an iPad3 (Ok, The New iPad). Obviously use your own name, username and password as provided.
First, let’s set up the Incoming Mail Server:
Now let’s setup the SMTP Outgoing Mail Server:
That’s all there is to it. You can use the same setting in other mail clients such Outlook, Entourage etc.
Plesk – Change Email Password from Command Line
How to Change Plesk Mailbox Password from SSH Console
If you are in a hurry to change a Plesk Mailbox Password then the official route of going through the Plesk Control Panel, finding the account, drilling in to mailboxes can take some considerable number of mouse clicks. However, if you are comfortable with the server console then you can do it in an instant as below:
/usr/local/psa/bin/mail -u mailbox@domain.co.uk -passwd NwPsWrd3
Plesk – Change Mail Password from Command Line
How to Change Plesk Mailbox Password from the Console
Premature end of script headers
Timeout received during file upload/downloads using Plesk 11
During extended uploads or download you are getting an Internal Server Error, the error_log looks like this:
[Mon Mar 04 08:12:58 2013] [error] [client 19.149.54.29] Premature end of script headers: index.php, referer: http://www.site.co.uk
If you are running PHP as FastCGI you may want to look at the parameters in this file:
# vi /etc/httpd/conf.d/fcgid.conf
FcgidIdleTimeout 30
FcgidProcessLifeTime 30
FcgidMaxProcesses 20
FcgidMaxProcessesPerClass 8
FcgidMinProcessesPerClass 0
FcgidConnectTimeout 30
# FcgidIOTimeout 45
FcgidIOTimeout 240
Usually a tweak of the FcgidIOTimeout resolved the problem.
Don’t forget to restart Apache afterwards.