Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Help with SMTP Server

Status
Not open for further replies.

quazyguy

MIS
Jun 10, 2007
3
US
I am working on setting up a PHP Nuke server out of my own house. I have the website up and running but PHP is unable to send mail. I tried setting up the basic SMTP server but it doesn't work. If I have Apache running for the web server, will that effect anything with setting up SMTP. I found a walkthough on how to get it up and running, but when I try to send a test email through Outlook Express I get this error: The connection to the server has failed. Account: 'richardmhenry.com',Server: 'richardmhenry.com'. Protocol: SMTP, Port: 25, Socket Error: 10060, Error Number: 0x800CCC0E.

I tried looking the error up, but everybody was talking about their own outside mail providers not setting up a basic one on their own server. Any help on this would be great.
 
I believe Windows SMTP Server requires the use of IIS since SMTP is a subcomponent of IIS.

I hope you find this post helpful.

Regards,

Mark

Check out my scripting solutions at
Work SMARTER not HARDER. The Spider's Parlor's Admin Script Pack is a collection of Administrative scripts designed to make IT Administration easier! Save time, get more work done, get the Admin Script Pack.
 
I agree with Mark, regardless if you are running Apache, if you need SMTP you will have to install IIS.
 
Yes, I already knew that SMTP needs IIS. When I added the role to my server it setup IIS for it. I was asking if Apache will mess up IIS at all. If it won't, what is a way I can get SMTP to work when I am getting that error from Outlook Express?
 
We have several instances of Apache and IIS co-existing on the same server. In our case though IIS was installed prior to Apache. The only thing to worry about though is to not allow Default website to use port 80.. other than that I don't foresee any issue with this.
 
So its not good to have a web server running through port 80? And with SMTP, I looked that error up but kept finding things that didn't relate to my situation. Anybody?
 
In regards to port 80 I didn't say you cannot use it. You will run into conflicts when installing two apps that support HTTP on port 80. If you install IIS w/SMTP ensure that you disable the default website (since I think it is part of the main functionality)in IIS and just use the SMTP services.
 
Assuming the service is installed, can you telnet to it on port 25? Have you verified that your ISP will allow port 25 traffic going out? Is this a residential connection or business grade connection?

I hope you find this post helpful.

Regards,

Mark

Check out my scripting solutions at
Work SMARTER not HARDER. The Spider's Parlor's Admin Script Pack is a collection of Administrative scripts designed to make IT Administration easier! Save time, get more work done, get the Admin Script Pack.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top