Company  |  Online Order  |  Policies  |  xBLOG  |  Help & Support  |  Contact

Greylisting on SmarterMail

Greylisting is a new tool in the fight against spam. What it does is temporarily block incoming mail from a sender. It returns the mail to the sender’s mail server with a message saying try again later. The sending server must then retry sending the mail after the Block Period but before the Pass Period.
Greylisting [...]

Tags: ,

Leave a Comment


HTTP Status Code Definition

Each Status-Code is described below, including a description of which method(s) it can follow and any metainformation required in the response.
10.1 Informational 1xx
This class of status code indicates a provisional response, consisting only of the Status-Line and optional headers, and is terminated by an empty line. There are no required headers for this [...]

Tags:

Leave a Comment


How to set Default page for cPanel hosting account

Typically, the default page of a domain is refer to index.* file . As an example, the default page when browse to http://abc.com will be refer to http://abc.com/index.htm usually. Actually the default page can be set to other than index.* by using DirectoryIndex directive in .htaccess file.
By default, DirectoryIndex directive is set to:
DirectoryIndex index.html index.htm [...]

Tags: ,

Leave a Comment


Understanding Mail Header

An email will gather together information from each of the computers it passes through on the way to the recipient and this is stored in the email header. In Outlook, right click on the email message and select Options. (Sample as image below):

Headers are best read from the bottom up, as they are added to [...]

Tags:

Comments (1)


URL masking

URL masking mean that you would like to hide the actual path of the website file. In order to do that, you may always use frame tag.
For example, you would like your main page to be link to other website or subfolder, then place the below script in a file and name the file as [...]

Tags:

Leave a Comment


Troubleshooting Error Messages That You Receive When Try To Send and Receive E-Mail in Outlook and In Outlook Express

SYMPTOMS
When you try to send and receive e-mail, you may receive an error message that is similar to one of the following:

No connection could be made because the target machine actively refused it.

The server could not be found. (Account:account name, POPserver:’mail’, Error Number: 0×800ccc0d)

Task ’server name - Sending and Receiving’ reported error (0×800ccc0f): ‘The connection [...]

Tags: , ,

Leave a Comment


Unable to send email using xantec email hosting account

If you are able to download the email but you are not able to send out email even though the SMTP information is correct, then one of the reason might due to your ISP is blocking port 25.
Â
Â
Kindly be informed that XANTEC email hosting used port 25 to send out email. If you configure your [...]

Tags: ,

Leave a Comment


Using “Ping Plotter” to trace network of Slow / Unable to Access Server

SYMPTOMS
If you are having slow website access, it would be best to send us the trace route results via ‘PingPlotter‘, as it would help us in identifying the issue better.RESOLUTIONS
Download from pingplotter.com website
Requirement: Microsoft Windows Operating System
1. Go to http://www.pingplotter.com/ -> Download -> Ping Plotter Freeware or directly download from http://www.pingplotter.com/downloads/pngplt_1.exe
2. Install the pingplotter [...]

Tags: ,

Leave a Comment


Connect to MS Access Database

Connection String

“Provider=MSDASQL;DRIVER={Microsoft Access Driver (*.mdb)};” &_”UID=;PWD=YourPassword;” &_
“DBQ=DatabasePhysicalPath;”

You can use sample code below to connect to your MS Access’s database:
ConnectionString = “Provider=MSDASQL;DRIVER={Microsoft Access Driver (*.mdb)};” &_
                   “UID=;PWD=SamplePassword;” &_
                   “DBQ=C:\Domains\sample.net\db\sample.mdb;”

Set Conn = Server.CreateObject(”ADODB.Connection”)
Conn.ConnectionString = ConnectionString
Conn.Open

Tags: ,

Leave a Comment


Supporting Documents for Registering New .my Domain Name

All organisations applying to register a domain name under .my must have a presence in the manner as stated below. The Registrant’s name must be the organisation/institution name as EXACTLY stated in the relevant supporting documents.
Please note that incomplete, incorrect or inaccurate information supplied in the Domain Name Registration Form may result in termination of [...]

Tags: ,

Leave a Comment