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

At previous post I have written about :

  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.

More