How to handle the exception thrown by System.DirectoryServices
Fri, 23 May 2008 11:41:02 -0700
I am setting smtp properties programatically like
"General","Access","Messages".
using "System.DirectoryServices"
while using this function EnumerateProperties("IIS://localhost/SMTPSVC");
its throwing exception "Exception from HRESULT: 0x80005008".
Total properties are 69 but I am able to get only 48 proper ...
|
SMTP initial setup
Sun, 18 May 2008 22:31:17 -0700
Hello;
I'm beginning to read the RFC on smtp and am now trying to manage
Microsoft's smtp server. The virtual server is running under IIS v 5.1 which
is under windows xp pro. What is necessary to operate the smtp server? Must
a local DNS server be running? Is any authentication necessary? Does anyone
have ...
|
SMTP and DNS Configuration
Wed, 14 May 2008 08:31:55 -0400
I would like to set up a test network for a specific domain. For example -
xyz.com is the domain and has it's own MX records. So, now I want to set up
a test xyz.com domain and have an smtp server to send out messages from the
test domain. It seems that since that messages to the xyz.com domain are
not re ...
|
god
Wed, 14 May 2008 10:27:27 +0100
...
|
Bad mail
Mon, 12 May 2008 10:23:33 -0400
Hello Can I consider it's a bad mail when I got the followig message:
This is an automatically generated Delivery Status Notification.
THIS IS A WARNING MESSAGE ONLY.
YOU DO NOT NEED TO RESEND YOUR MESSAGE.
Delivery to the following recipients has been delayed.
How to know an email address is bad? Please ad ...
|
virtual server problem, no erro mesage but e-mail not go
Mon, 12 May 2008 16:06:00 +0300
Hello,
I have created virtual SMTP server in IIS6 and while send e-mail from the
same server using SMTP IP address, the e-mail do not reach recipient, all
sent e-mails goes directlly to DROP folder and stay it that folder.
I have checked event viewer, no error, also used telnet to create and send
e-mail, n ...
|
IIS SMTP
Mon, 12 May 2008 15:33:33 +0800
I have no problem sending emails to internet recipient. But when used telnet
it states the error below.
"550 5.7.1 Unable to relay"
What could be problem?
...
|
|
|
"You do not have permission to send to this recipient."
Mon, 12 May 2008 12:35:51 +0800
One of the user replied an email (internet recipient) and got the below
error
message. I tried to send the email out from my machine using my email
account
and it is ok. What could be problem?
Authentication is not necessary on the email system when user send out
email.
Error message:
"You do not have ...
|
SMTPSVC properties using vbscript
Thu, 8 May 2008 13:48:07 -0700
I need to get the properties that corespond to the "Default SMTP Virtual
Server Properties" Wizard. Specially for the following:
1) Properties in the Deliver/Outbound Security/ tab
2) properties in the Access/Connection Control Group/Connection tabs - the
granted list
what are their corresponding propert ...
|
Change Received: from host1 "([127.0.0.1])"
Wed, 7 May 2008 01:44:01 -0700
Using Win2003 with IIS and smtp, have a ASP application using the SMTP
service to send emails connecting to smtp server with IP 127.0.0.1.
Relaying is only allowd from the localhost.
I would like the outoging emails replacing the localhost ip adress with the
public ip address on the server, can i do this? ...
|