21 Comments Already

mygif
June 3rd, 2006 @1:08 am  

Well said.

Rate this:
2.5
mygif
March 7th, 2007 @4:49 am  

nice article…….but…………

dont u think u have forgotten itz…… security part….

that’s how to stop spammers to use open relay…….

as any one following u r article will lead to serious security probs…………

better consider it …….ASAP……

Rate this:
2.5
mygif
March 9th, 2007 @6:49 am  

I did everything you said for DNS and such but thing is im using a free dns ragex.ath.cx and my isp block port 80

So my webserver run on :81.
My server box for test in lan is 192.168.0.102 ( yes behind a router )
Now in my router i forwarded the following.

Virtual Server DNS 192.168.0.102 UDP 53/53 always
Virtual Server SMTP 192.168.0.102 TCP 25/25 always
Virtual Server POP3 192.168.0.102 TCP 110/110 always

Even by putting announce myself as ragex.ath.cx or http://www.ragex.ath.cx or ragex.ath.cx:81 won’t work.

Cannot resolve Gmail.com
The reason why i setup this is for Outgoing mail’s to work for example i install a Test CMS and require validation by mail i want the mail to reach the user inbox.

Any suggestion? if for example Mercury Mail wasn’t the best suggestion for this and i could use another programs to bind with an existing email adresse of mine .

Anyway if you can help me on this would be appreciated.

Rate this:
2.5
mygif
no imageRuhani RabinNo Gravatar (Who am I?) Said,
March 9th, 2007 @10:22 am  

Hi RageX,

This article is a very basic thing to setup a simple mail server for testing.. Not really meant to be that versatile too. The freeware windows mail server mercury not versatile as commercial products like Alt-N M-Daemon Pro 9.xx which is extremely powerful e-mail server which can start an e-mail server in no time at windows platform. You can give it a try run.

Rate this:
1.7
mygif
March 24th, 2007 @8:40 am  

Hey, nice work. I own http://www.igowoof.com and am hosting it from my computer w/apache. I’ve figured out mysql and php and all that, but I’ve yet to get an email server running. I followed the install instructions to a ‘t’

Perhaps I have to route the mail function (from my dns provider (godaddy.com) to my ip?)

I’ll try that, and wait for it all to propagate.

If you know something that I don’t, shoot me over an email!

Thanks,

-Stale

Rate this:
3.0
mygif
March 29th, 2007 @11:44 pm  

Me again, and I’ve figured out my problem: My ISP blocks outgoing connections to SMTP (port 25) which means I simply can’t host a mailserver unless I use a mail redirect function (such as the one found on http://www.no-ip.com ) to a non-standard port that my ISP doesn’t block. This costs money. Money that I don’t want to spend. So, for everyone out there that’s having problems, try telneting a mail server, and if you can’t connect, you can’t run a mail server. Details of how to telnet can be found on google - it’s easy.

If you registered your domain through godaddy.com, they give you one free email addy - you just have to set it as a catch-all, and you can list everything (ie. admin@domain.com, webmaster@domain.com, etc.) and have it come to you. That’s what I ended up doing.

Hope I can save someone the hours of crap I went through.

-Peter
http://www.igowoof.com

Rate this:
2.5
mygif
no imageRuhani RabinNo Gravatar (Who am I?) Said,
March 30th, 2007 @4:09 pm  

Hi @Stale,

Thats a great inside information from you, appreciated it. Hope it would save some other peoples time and effort. THANKS

Rate this:
1.7
mygif
no imageFrankNo Gravatar (Who am I?) Said,
April 11th, 2007 @7:06 am  

Peter I have the same problem, can you tell me how and what you add/chaged in the CNAME to make this work. I also use godaddy.

Frank

Rate this:
2.5
mygif
April 19th, 2007 @1:37 am  

Hi Frank - if you haven’t changed the CNAME or MX records, don’t. If you have, just set them back by clicking ‘reset to default settings’

Then, in the ‘domain control center’, on the right hand side, you’ll see a link that says ‘manage email accounts’ click it

It should show you have one ‘credit’ to use. Also on that page is some pretty straightforward information on how to set things up, including the ‘catch all’ function.

After that’s done, all you have to do is configure your mail retrieval system (Outlook, or whatever) to take the mail from the server you’ve configured.

GoDaddy.com has plenty of support as well as far as setting up email accounts with their ’secureserver.net’ mail server, if you should need further assistance.

Hope this helps.

-Peter

Rate this:
2.5
mygif
no imageSunNo Gravatar (Who am I?) Said,
May 10th, 2007 @11:08 am  

i cnt find the help section mentioned above abt solution deal with dynamic address. I am facing that problem, anyone can help???

Rate this:
2.5
mygif
no imagePaulNo Gravatar (Who am I?) Said,
August 18th, 2007 @2:07 am  

If you are using a server locally and you get a message from the SMTP server about not allowing non-local mail, simply open up your MERCURY.INI file located in the mercury program folder and locate the section:
[MercuryS]

then at the bottom of that add:
Allow: 127.0.0.1

Paul.

Rate this:
2.5
mygif
no imagejaeNo Gravatar (Who am I?) Said,
August 30th, 2007 @7:11 am  

Hey I am new to servers, php and mysql type stuff. I just want to ask you a question for my future goal:

I want to setup a email service for the public like gmail, but for college students. I’m aiming for a setup very similiar to the gmail’s setup. How would I go about doing this?

I’m good with photoshop and html so the design work is taken care of, but I’m beginning to learn php programming.

Rate this:
2.5
mygif
no imagepranaliNo Gravatar (Who am I?) Said,
September 1st, 2007 @6:59 am  

Hi,
I have WAMP5 install pckg for PHP run show.
Packg has APACHY server & MYSQL.

I have installed & configure mercury as suggested.
I’m using IP address instead of domain name.
Still I couldn’t send mail. [:(]

Kindly suggest if u have any better solution to work with it.

Rate this:
2.5
mygif
February 28th, 2008 @3:09 pm  

Thanks for your how to! Helped me save a lot of time and nerves :)

Rate this:
2.5
mygif
no imageWilfred RosdorffNo Gravatar (Who am I?) Said,
February 29th, 2008 @4:27 am  

Does the sendmail_path in php.ini not have to be set to the correct folder for the mail() function of php to work?

Rate this:
2.5
mygif
no imageCheles DanNo Gravatar (Who am I?) Said,
April 4th, 2008 @1:45 am  

I have xampp1.6. All of my outgoing mail’s are in pending. And i don’t know what to do. i have set you settings. I have a IP in sted of a domain.

Rate this:
2.5
mygif
no imageChazNo Gravatar (Who am I?) Said,
April 8th, 2008 @6:16 am  

Hi i was wondering i have a domain (hingsmaf.com) what do i put as my ip interface becuz i tried my ip and i can access it in outlook??? any help

Rate this:
2.5
mygif
no imageJames HorsfallNo Gravatar (Who am I?) Said,
April 14th, 2008 @10:49 pm  

Trying to open a E-mail account but not responding ,because I don’t know servers adress

Rate this:
2.5
mygif
April 20th, 2008 @12:30 am  

my mail server is behind a router what should i do?

Rate this:
2.5
mygif
August 21st, 2008 @4:28 pm  

I have my domain “rocknolds.homedns.org” from dyndns.com and pointed this to my Modem/Router’s ADSL WAN public ip address given by my ISP. I also have configured this modem/router for virtual servers forwarding POP3, Web Server, SMTP, IMAP, FTP to my XP host sitting in my private network.

Web server and FTP server works fine.

But mail server seems not working. I tried to follow all the instructions above.

Rate this:
2.5
Pingback & Trackback
mygif
December 27th, 2007 @7:58 am  

Related Post

Leave Your Comments Below

Please Note: All comments will be hand modified by our authors so any over offensive comments will be removed and your submitted comments will be appreared after approved