I set up a website on a VPC through my home connection. I got IIS7, PHP and mysql working great.
The issue I am having is getting SMTP working.
I know my ISP is blocking port 25, so in the PHP.ini file I changed the port to 35.
[mail function]
; For Win32 only.
SMTP = localhost
smtp_port = 35
; For Win32 only.
sendmail_from = [email protected]
I also changed it to port 35 in the IIS manager. Most of the other options there are pretty much default. I turned off the windows firewall and opened port 35 on my router even though I don't think these last 2 should be necessary.
The problem is the mail keeps getting stuck in the Queue folder.
If I open up one of the queued messages it looks as follows:
Received: from SERVER2008 ([127.0.0.1]) by sbytes.info with Microsoft SMTPSVC(7.5.7600.16385);
Sat, 6 Feb 2010 12:23:58 -0500
Date: Sat, 06 Feb 2010 12:23:58 -0500
From: [email protected]
Subject: test message
To: [email protected]
Return-Path: [email protected]
Message-ID: <[email protected]>
X-OriginalArrivalTime: 06 Feb 2010 17:23:58.0900 (UTC) FILETIME=[2AFE9F40:01CAA751]
test message
Anyone have any ideas what I am doing wrong or things to try? It seems like its getting to the SMTP server but no further then that.
This 4K webcam from Acer is now only $59.99 by Taras Buria
Those looking for an affordable, high-resolution webcam from a reputable manufacturer can check out the latest deal from Acer, which puts its 4K webcam at a solid price. Thanks to a 14% discount, you can buy this all-metal 4K webcam from Acer for just $59.99.
Despite the affordable price tag, the webcam has a pretty large 1/2" CMOS sensor manufactured by Sony. Apart from its size, it supports additional conveniences, such as high dynamic range and phase-detection autofocus (PDAF). Plus, the camera ensures you do not have to buy additional audio equipment, as it comes with two built-in high-sensitivity microphones, a built-in background noise filter, and the ability to pick up your voice from up to 2.5 meters away.
Acer is not cheaping out on materials, and the webcam is enclosed in a more premium metal case, which is also good at heat dissipation (high-resolution cameras can get quite hot). And to make sure no one is peeping at you when the camera is in use, there is a magnetic cover also made of metal.
Additional conveniences include an LED status indicator and a built-in mount that lets you place a camera on a tripod.
Acer 4K Webcam for PC/Mac with All-Metal Unibody Sculpted - $59.99 | 14% off
Good to know
This Amazon deal is U.S.-specific and not available in other regions unless specified.
We only use first-party seller links (at the time of article publishing); ensure that you purchase from a first-party seller link only.
Check out Today's Deals on Amazon | or our recent tech deals.
Become a Prime member (for Students or SNAP) via Neowin
Get Prime Access - Prime for half price (for qualifying Medicaid, EBT, SNAP)
Subscribe to Prime Video, Audible Plus, Music Unlimited, or Kindle Unlimited via Neowin
As an Amazon Associate, we earn from qualifying purchases.
Question
RAINMAN
I set up a website on a VPC through my home connection. I got IIS7, PHP and mysql working great.
The issue I am having is getting SMTP working.
I know my ISP is blocking port 25, so in the PHP.ini file I changed the port to 35.
I also changed it to port 35 in the IIS manager. Most of the other options there are pretty much default. I turned off the windows firewall and opened port 35 on my router even though I don't think these last 2 should be necessary.
The problem is the mail keeps getting stuck in the Queue folder.
If I open up one of the queued messages it looks as follows:
Anyone have any ideas what I am doing wrong or things to try? It seems like its getting to the SMTP server but no further then that.
Link to comment
https://www.neowin.net/forum/topic/873098-iis7-and-smtp-email-issues/Share on other sites
8 answers to this question
Recommended Posts