473,587 Members | 2,487 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Urgent help! smtp;501 local user must be authenticated at first.

6 New Member
Hi,

I am working with a web site that uses CDONTS from a function in a Com+ component to send mail to clients after sign up etc, as well as sending clients mail to support from a web form.

A virtual default SMTP server is running in !!S (6.0)

We have moved the system to a new server (Windows 2003 Server as the previous installation) and the mail worked fine a few days. Now we cannot send any mail from the system.

SMTP is not my speciality, I am working with the databases and system design, so I desperately need help to get this working.

The settings are as follow:
The server (name "global") is set up as a member of Workgroup, not part of any domain or active directory.

In SMTP Virtual server:
Access > Authentication: Anonymous access
Access > Connection: All computers
Access > Relay: The IP address for global and also checked "Allow all computers which successfully authenticate... "

Delivery > Advanced > Fully qualified domain name: global
Delivery > Advanced > Smart Host:[IP address to our mail server]

At first all e-mail were found in the queue folder. After setting up our mail server ip (it's on another computer) as Smart Host all mail disappeared from the queue, but we get a reply on each mail;
From: postmaster@glob al,
Subject: Delivery Status Notification (Failure)
Body: "Delivery to the following recipients failed..."

The error in the attachment is like:
Reporting-MTA: dns;global
Received-From-MTA: dns;global
Arrival-Date: Tue, 12 Jun 2007 11:37:26 +0200

Final-Recipient: rfc822;lage@hot mail.com
Action: failed
Status: 5.5.0
Diagnostic-Code: smtp;501 local user must be authenticated at first.

I am grateful for any help. This is an online running web site... I have searched on Google and Microsoft, but cannot find relevant information about this error message.

/Lage
Jun 13 '07 #1
4 4822
kenobewan
4,871 Recognized Expert Specialist
What language is the application written in?
Jun 14 '07 #2
Purple
404 Recognized Expert Contributor
Hi lage and welcome to TSDN !

some other questions:

Given you are running IIS6 is it safe to assume a windows infrastructure elsewhere ?
Is the mailserver microsoft exchange ?
Is your webserver on the domain and is the account it is running under a domain or local account ?

My initial guess is the account your webserver is running under does not have permission to relay through your exchange server..

Take a look and let us know

Regards Purple
Jun 14 '07 #3
lage
6 New Member
What language is the application written in?
The application is written in VB.
Jun 14 '07 #4
lage
6 New Member
Hi lage and welcome to TSDN !

some other questions:

Given you are running IIS6 is it safe to assume a windows infrastructure elsewhere ?
Is the mailserver microsoft exchange ?
Is your webserver on the domain and is the account it is running under a domain or local account ?

My initial guess is the account your webserver is running under does not have permission to relay through your exchange server..

Take a look and let us know

Regards Purple
Hi Purple and thank you for your reply.
The mail server is emailarchitect.
The web server is on a "stand alone" computer, not running under a domain. The name of the computer is global and the account is the local default Internet Guest account on global.

We tried to put the web server in the domain (as global.domain.c om) in which the mail server is running (mailserver.dom ain.com), but then we couldn't log on to the SSL part of the web site where anonymous access not was allowed. It was not possible to access the site, neither with a Active Directory user nor a local user on global.

Maybe the problem is that the web server not have a Fully Qualified Domain Name when it's just named "global". Even though IIS accept it as a FQDN.

On the other hand are the "Delivery Status notification mail" sent from postmaster@glob al without problems. When I check the source I can see that the mail is delivered from global via the mailserver.

Our idea now is to set up the web server as a domain controller with a real registered domain name, active directory and dns.

Maybe this can help? Any suggestions?

Thanks

/Lage
Jun 15 '07 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

7
1273
by: grandeandy | last post by:
I have been racking my brain out trying to get this to work... (I am new to javascript)... Below is what I am trying to accomplish. I want to have the areas with +txt+ to have the user defined variable inserted. I can't seem to get it to work. <html><head>
0
1367
by: Andrew Hoi | last post by:
Hi, I had created a user control that will open a "FileOpenDialog" (let say FileXUpload.dll) to accept user to select file. This control use in a asp/html like below : <OBJECT id="FileXUpload1" name="FileXUpload1" classid="FileXUpload.dll#FileXUploads.UploadPanel" width=500 height=500 VIEWASTEXT></OBJECT> However, after user click ok button to return, and i try to access the
0
1023
by: Mike Kingscott | last post by:
Meant to post in here as well... Hi there, I have a user control that brings back some links from a database based on a combination of querystring parms, so I'm using VaryByParm to differentiate between the pages. The code is like so: <%@ OutputCache Duration="3600" VaryByParm="scid;cid" %>
1
1008
by: Vannela | last post by:
I want to create some 100 user controls and write the common methods for all these user controls ,is this possible? Also i want to refer this user control and their methods on the aspx.cs file is it possible (after placing this user control on the web form )? Please give me few code snippets of user controls which satisfy my problem
0
1047
by: VB Programmer | last post by:
I have a user control that has a drop down list. Initially it has no items. The items are loaded into the drop down list in the Page_Load event of the user control. Basically if MyDropDownList.Items.Count=0 (first time) I open up a database and populate the drop down list. The user control is on the top of several other pages. I put a break point on the Page Load of the user control and MyDropDownList.Items.Count is ALWAYS 0, even...
1
1056
by: PontiMax | last post by:
Hi I need some help for a very urgent problem: When loading my user controls dynamically via myUserControl = (MyUserControl) page.LoadControl("~/UserControls/MyUserControl.ascx"); I get the following error message from time to time: "Failed to map the path '/MyApplication/WebApp/UserControls/MyUserControl.ascx'".
8
1493
by: Prince Mathew | last post by:
Hi All, I have a requirement. I am throwing an exception from my user control I want to catch this in my container page. Is this possible? I don't want any event to be raised. PLEASE HELP ME.
0
2006
by: Tom | last post by:
I am having a really annoying issue with serialization and a .NET User Control I am writing. For example, let's say I have a couple of classes in my control - first class is like: Public Class User Private _UserName As String Private _UserCity As String <System.ComponentModel.CategoryAttribute("User Info")> _ Public Property UserName() As String Get
8
1286
by: Papa.Coen | last post by:
Right after I call a function in an external dll, some of my local variables, not used in the call (!!!) in any way, are 'null' right after the call. (Pseudo)code public static ... calc(...) StringBuilder sB = new StringBuilder("hello");
3
1687
by: jgentes | last post by:
I was using a front-end client (MySQL Administrator) and in the process of adding a new user, I deleted the 'root' privileges. I can still sign onto the 'root' account, but I cannot access any of the databases. This was the only login in the system that has full rights such as this. Is there some script I can do to give myself full privileges again?
0
7923
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
1
7974
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
6629
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
5719
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5395
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
3882
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2364
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1455
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
1192
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.