1. Guarantee Web site malware removal (joomla, drupal, wordpress etc) - don't let your business get down due to virus, malware and blacklist problem.
  2. Recommended Web Hosting to help you doing business online with high performance. : Support ioncube, zend and all other hosting by default.
  3. Get free wordpress website transfer : up to 4 domains Find out more .... Click here to see other user testimonial

At previous post I have written about :

sucuri long Install wordpress for home development : configure axigen email server part 1
  1. Install Wamp Server
  2. Add Fake Domain
  3. Install Email Server

All post use localhost aka home development.

In this post I’ll show how to configure email server together with our wamp server.

Problem

Little problem came when wamp and axigen installed by default installation.

Ports

Ports utilized in Wamp :

  • Apache (80)
  • MySQL (3306)

Ports utlized in Axigen :

  • CLI (7000)
  • Webadmin (9000)
  • SMTP (25)
  • POP3 (110)
  • IMAP (143)
  • Webmail (80)

As you see Webmail and Apache use same port (80) . One of the service need to change its port to make everything working well.

I choose to change webmail port to 8081.

Change Webmail port in Axigen

1. Start Axigen

Click Start -> All Programs -> Axigen Config Wizard

Click Next

axigen config1 Install wordpress for home development : configure axigen email server part 1

Domain Configuration

I enter winhows.net ( fake domain that I use on previous post).

Enter postmaster password and click Next ( I enter 123456 as password)

axigen config21 Install wordpress for home development : configure axigen email server part 1

Alias Configuration

Check both the option provided :

  • Add the localhost alias to this domain
  • Add the localhost.localdomain alias to this domain

axigen config3 Install wordpress for home development : configure axigen email server part 1

Click Next.

Check every service to enable  and make sure to change port of webmail to 8081.

axigen config6 Install wordpress for home development : configure axigen email server part 1

Click Next.

Check Interface that you want for relay email purpose.

axigen config5 Install wordpress for home development : configure axigen email server part 1

Click Finish and you’re set icon smile Install wordpress for home development : configure axigen email server part 1

Checking Service

By click Finish Axigen email server get reconfigured automatically. To check if all port is running OK now I use dos prompt.

Click Start -> Run

Type cmd and hit Enter.

command prompt will displayed and type this command :

netstat -an and press Enter.

Result in my Computer is :
C:\Documents and Settings\Administrator>netstat -an

Active Connections

Proto  Local Address          Foreign Address        State
TCP    0.0.0.0:21             0.0.0.0:0              LISTENING
TCP    0.0.0.0:25             0.0.0.0:0              LISTENING
TCP    0.0.0.0:110            0.0.0.0:0              LISTENING
TCP    0.0.0.0:135            0.0.0.0:0              LISTENING
TCP    0.0.0.0:143            0.0.0.0:0              LISTENING
TCP    0.0.0.0:445            0.0.0.0:0              LISTENING
TCP    0.0.0.0:912            0.0.0.0:0              LISTENING
TCP    0.0.0.0:8081           0.0.0.0:0              LISTENING
TCP    0.0.0.0:8088           0.0.0.0:0              LISTENING
TCP    0.0.0.0:9000           0.0.0.0:0              LISTENING

C:\Documents and Settings\Administrator>

Great, at this point the service configured properly.

Next post will talk about adding user and test email service in action.

Stay health!

hg Install wordpress for home development : configure axigen email server part 1

Related posts:

  1. Install wordpress for home development : configure axigen email server part 2
  2. Install wordpress for home development : install email server
  3. Axigen Email Server Failed : My Bad
  4. Install wordpress for home development : install wamp server
  5. Install wordpress for home development : setting domain

  One Response to “Install wordpress for home development : configure axigen email server part 1”

 Leave a Reply

(required)

(required)

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

   
© 2011 Hosting Formula Suffusion theme by Sayontan Sinha