Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

SMTP Logging

 
   Web Hosting and Web Master Forums (Home) -> IIS RSS
Next:  iis 5.0 in xp or 2k question  
Author Message
anonymous91

External


Since: Oct 15, 2003
Posts: 7



(Msg. 1) Posted: Wed Feb 18, 2004 10:06 am
Post subject: SMTP Logging
Archived from groups: microsoft>public>inetserver>iis (more info?)

I am troubleshooting a mail issue. I cant seem to find any
articles or How To's on reading iis smtp log files.If
anyone could point me to a few good liks that would be
great!
Thanks!

 >> Stay informed about: SMTP Logging 
Back to top
Login to vote
user1424

External


Since: Feb 18, 2004
Posts: 3



(Msg. 2) Posted: Wed Feb 18, 2004 5:01 pm
Post subject: SMTP Logging [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Sorry, I don't have a link for you. You might want to
look at the Event Viewer. It can tell quite a bit if
you're dealing with connectivity or relay issues.

-Chris

 >-----Original Message-----
 >I am troubleshooting a mail issue. I cant seem to find
any
 >articles or How To's on reading iis smtp log files.If
 >anyone could point me to a few good liks that would be
 >great!
 >Thanks!
 >.
 ><!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: SMTP Logging 
Back to top
Login to vote
anonymous1547

External


Since: Mar 29, 2004
Posts: 2



(Msg. 3) Posted: Mon Mar 29, 2004 3:51 pm
Post subject: RE: SMTP Logging [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Check your current logging settings by:
right clicking the SMTP server and slecting properties
make sure enable logging is checkied and remeber the directory the log is saved to
click the properties of the log and then the extended properties

After getting an error open and look at the log.

I wrote a batch program that hunts for return status start with a 5 or 4 and are not = 421

where (substring([cs-uri-query], 1,1) = '4'
or substring([cs-uri-query], 1,1) = '5')
and [cs-uri-query] like '%@%'
and [cs-uri-query] not like '%421%'

Check out http://www.faqs.org/rfcs/rfc1893.html for error code descriptions.

Also some servers at the major ISPs do not send failure codes, since doing so may give information back to SPAMMERs. Some do send mail back to the errors-to, reply-to, or from addresses.

HTH

-Andy
 >> Stay informed about: SMTP Logging 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
SQL LOGGING----PLEASE HELP - I have a number of machines running Windows 2003 Enterprise with IIS 6.0.... I have a SEPERATE Windows 2003 with SQL 2000 SP3a running on it. I have a SINGLE database to gather the logging information from all of the IIS 6.0 machines, configured with..

logging - I have Outlook Web Access 2003 on a Windows 2003 Server. I have all the advanced options to log everything on the IIS side of OWA. This is not logging everything like it did in previous versions of Exchange. I am mainly looking to log external IP..

Logging on to IIS (FTP) - Hello, What I to do is setup an FTP site. I want users to have anonymous access to download things. Then I want to have other users able to login using a username and password and be able to download and upload. Now I have created the directories an...

Logging - I am having a problem with ActiveState Perl 5.8. Using Perls warn function, nothing is output to any of the sites logs, the w3svc or http error logs. Also, no script compile or runtime errors are written to any logs. I have run the same scripts under...

Logging PATH_INFO? - I'm reviewing the IIS 4.0 logs our server is generating from our ColdFusion application, and I do not see any PATH_INFO information being stored there. The log type is the W3C Extended log, and although there is a checkbox that generates cs-uri-query..
   Web Hosting and Web Master Forums (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]