How to do DNS Setup On your Machine
Most of us know, without DNS Setup on your machine or PC, you can’t browse on the website at all, DNS setup is a must, cause what DNS does is translate the Domain Name to IP Address in order to…
SSH Client on Blackberry
Is there any SSH client for Blackberry phone? Definitely yes, I am using BBSSH as SSH client on Blackberry. BBSSH is free and it runs on latest Blackberry OS, I do remote SSH to server to do some health check….
Chinese Simplified PinYin Input Doesn’t Work on Blackberry OS 5.0.0.x
Recently I have upgraded to Blackberry OS version 5.0. Everything works except for Chinese Pin Yin input where it supposes can be swap between English and Chinese. Chinese Simplified PinYin input is installed and I am able to read Chinese…
Configure Smarthost SMTP Authentication on Postfix
My machine at home cannot send email using port 25, end up I got to do smart host SMTP authentication on Port 587 means your machine will connect to your public mail server, and from your public mail server deliver…
Enable SMTP Port 587 on Exim
Most of the ISP block port 25 for outgoing SMTP. To enable Port 587 on exim, add this configuration to Exim’s configuration file. daemon_smtp_ports = 25 : 587 Alternatively, with latest exim configuration file, uncomment the line below and you…
Recent Comments