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.
Nvidia 610.62 driver lands with big bug fixes and Empulse support by Pulasthi Ariyasinghe
There is a new driver available for Nvidia GeForce hardware owners, and it's carrying a whole lot of bug fixes. The WHQL-certified 610.62 Game Ready driver is also adding support for Empulse.
Empulse lands from 1047 Games. That may be familiar to first-person shooter fans, as this is the studio that has been behind Splitgate and the Splitgate: Arena Reloaded sequel. This latest FPS entry will land into early access on June 24, and it will have support for DLSS 4.5 with dynamic multi-frame generation and Nvidia Reflex on day one.
FIXED World of Warcraft: Gaming stability improvements [5563205]
FIXED Apex Legends: Occasional visual corruption after extended gameplay [6239327]
FIXED Users may observe DLSS settings being grayed out in certain games after updating to display driver 610.47 [6262805]
FIXED Improved gaming stability in multi-monitor configurations when using V-SYNC with DLSS Frame Generation [6158481]
FIXED Resolved an issue that could cause jittering or ghosting in some DirectX 11 games when Smooth Motion is enabled [5937897]
FIXED Resolved an issue that could cause some games to crash when launched with Smooth Motion enabled [5466398]
FIXED [Ada] Resolves a frame pacing issue on certain monitors when G-SYNC is enabled [6226972]
FIXED Resolved an issue that prevented the EDID from being read on certain monitors causing them to be identified as "NVIDIA NV-Failsafe” [6005508]
FIXED Resolved an issue where certain monitors would not wake from sleep mode [5806798/5635230]
FIXED General stability improvements when the system fails to create a new allocation [5449920]
Nvidia has only listed a single open issue for this release:
“Prefer Maximum Performance” Power Management Mode may not be applied correctly [6007998]
The NVIDIA 610.62 driver is now available for download from the NVIDIA app. For those who want to download it directly, standalone links are here. Here are the official release notes (PDF).
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