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

Entries Tagged ‘Web Hosting’:

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

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

Email Forwarding Policy

Email forwarding to the following service providers will no longer be permitted for domains that reside on both of our Windows and Linux shared/reseller hosting services.
effective since 1 July 2007
- aol.com
- comcast.net
- att.net
- msn.com
- hotmail.com
effective from 1st May 2008
- yahoo.com
- gmail.com
- tm.net.my
- streamyx.com
- rocketmail.com
Online Group:
- Yahoo! Group (yahoogroups.com)
- Google Group (googlegroups.com)
In order to ensure deliverability [...]

Tags: ,

Leave a Comment

Understanding Email Spoofing

Email spoofing refers to email that appears to have been originated from one source when it was actually sent from another source. Individuals, who are sending “junk” email or “SPAM”, typically want the email to appear to be from an email address that may not exist. This way the email cannot be traced back to [...]

Tags: ,

Leave a Comment

SmarterMail Spam Filtering

SmarterMail uses multiple SPAM checks to determine the probability of SPAM. These include by are not limited to ‘Bayesian Filtering’, Greylisting, ‘ORDB 10 SPAM List’, ‘SPAMCop SPAM List’, ‘SPAMHaus SBL+XBL SPAM List’.
If the email fails one of the SPAM checks above, SmarterMail adds a SPAM Weight of 10 to the email. The total weight of [...]

Tags: , , ,

Leave a Comment

Deny an IP / Domain on Linux Server

The steps below will allow you to cancel visitor access from a specific IP Address or Domain Name. The simplest way would be to just do it through your cPanel. You can also do it by editing your .htaccess file in the directory you are working in.

Deny an [...]

Tags: , , ,

Leave a Comment

Creating Sub Domain FTP Account in cPanel

Log into cPanel (http://www.YourDomain.com/cpanel)
Go to ‘FTP Manager’ menu
Click on ‘FTP Accounts’
Click ‘Add FTP Account’
‘Login’ is exactly as your sub domain name.
Example: If your sub domain is support.xantec.com.my, enter ’support’ as login.
Enter Password.
Directory is your sub domain directory.
Example: /home/xanrec/public_html/support/
Click ‘create’ to add this sub domain FTP user.

NOTE:
If you enter a single / in the directory box, [...]

Tags: , , , ,

Leave a Comment

Virus Scanning Using cPanel

Login to the cPanel (http://www.YourDomain.com/cpanel/)
At the bottom of the cPanel main page, there is an icon call ‘virus scan’. Click on it.
Select the virus scan option by checking on the radio button to choose which directory you would like to scan. After you choose the directory to scan for viruses, please click “Scan Now”.
The virus [...]

Tags: , , ,

Leave a Comment

Enabling Spam Assassin in cPanel

Login to the Cpanel with your username and password
Click on Mail > Spam Assassin
You will see the status indicating that Spam Assassin is : disabled. To enable the Spam Assassin for your domain, click on the ‘Enable Spam Assassin’ button at bottom of the page.
The installation will proceed and once done, you will be prompted [...]

Tags: , , ,

Leave a Comment

Fantastico

Fantastico De Luxe integrates with cPanel 11 and gives you the ability to automatically install below listed Open Source Applications: If you choose Cpanel for your control panel then you will get Fantastico Deluxe. scripts are very easy to install and easy to upgrade. Fantastico Deluxe is updated on a regular basis to bring you [...]

Tags: , , ,

Comments (1)