Monthly Archives: March 2008

CERN LHC going live soon!

Measuring 27km in circumference, it will become the world’s largest particle accelerator when it inaugurates in July. Related stories: http://physicsworld.com/cws/article/news/33600 http://gizmodo.com/374066/large-hadron-collider-wont-destroy-earth-of-course-not

Posted in the universe | Tagged , , | Leave a comment

Bypass SSL Certificate Errors when connecting an iPhone to Plesk Mail Account

On the iPhone: Select Settings, Mail Select Add Account… Select Other Enter all of your relevant email account details. Be sure to select IMAP or POP before you “Cancel” and “Save.” You can’t adjust that setting when modifying the account … Continue reading

Posted in plesk | Tagged , | 8 Comments

SSL certificate setup for pop3s, imaps, smtps on Plesk

lifted from here HOWTO to setup an SSL certificate on a Plesk server so that it will be used when people connect through secure pop, smtp and imap. First, you will need a certificate. It can be self signed or … Continue reading

Posted in plesk | Tagged , , , , | 2 Comments

SMTP on different Port in Plesk

Copy /etc/xinetd.d/smtp_psa to smtp2_psa In the new file, REPLACE service smtp WITH service smtp2 Then modify /etc/services and add the smtp2 service (port 26 in this example). smtp2 26/tcp mail smtp2 26/udp mail Then restart xinetd /etc/init.d/xinetd restart Check that … Continue reading

Posted in plesk | Tagged , | 4 Comments