Networking Forums

Networking Forums > Computer Networking > Windows Networking > Hooking POP3 Service of Windows Server 2003

Reply
Thread Tools Display Modes

Hooking POP3 Service of Windows Server 2003

 
 
Shashank Welankar
Guest
Posts: n/a

 
      02-12-2004, 08:21 AM
Hi,
This port may look like an Unusual post in this Newsgroup .... but sorry I
don't know which is the best place to put this.

I have a requirement, in which we have to send email messages to a POP3
server. This is a Windows Server 2003 computer, running the POP3 service.
This will reject mails, if the receipant's name is Invalid. We have
requirements in which we have to look for a specific receipant's name in the
incoming POP3 mails and protect these mails from rejecting by Windows Server
2003.

Do we have any such API or Any other way, by which we can hook (or better do
anything that can tell POP3 service to not to Reject specific messages with
Invalid receipant Names). The limitation is that, We can't create a username
with the receipant name.

Thanks ....

-Vipul Pathak ;


 
Reply With Quote
 
 
 
 
Kristofer Gafvert
Guest
Posts: n/a

 
      02-12-2004, 08:59 AM
Are you sure that it is the POP3 server that is rejecting the emails? I
would say that it is the SMTP server, because that is the one receiving
emails. All the POP3 server do is 'pop' the emails out to the clients.

The SMTP service has an excellent API. Just look up SMTP in the MSDN
documentation, and you will find alot of information.

--
Regards,
Kristofer Gafvert - IIS MVP
Reply to newsgroup only. Remove NEWS if you must reply by email, but please
do not.
www.ilopia.com - FAQ and Tutorials for Windows Server 2003


"Shashank Welankar" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi,
> This port may look like an Unusual post in this Newsgroup .... but sorry I
> don't know which is the best place to put this.
>
> I have a requirement, in which we have to send email messages to a POP3
> server. This is a Windows Server 2003 computer, running the POP3 service.
> This will reject mails, if the receipant's name is Invalid. We have
> requirements in which we have to look for a specific receipant's name in

the
> incoming POP3 mails and protect these mails from rejecting by Windows

Server
> 2003.
>
> Do we have any such API or Any other way, by which we can hook (or better

do
> anything that can tell POP3 service to not to Reject specific messages

with
> Invalid receipant Names). The limitation is that, We can't create a

username
> with the receipant name.
>
> Thanks ....
>
> -Vipul Pathak ;
>
>



 
Reply With Quote
 
Shashank Welankar
Guest
Posts: n/a

 
      02-12-2004, 11:09 AM
Thank you for the Reply.

The Basic question from myself is that:
Can we stop rejection of mail (that was intended for such a user, which
does not exist at the Server) ?
If yes, how ?

Thanks Again.
-Vipul Pathak ;



"Kristofer Gafvert" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Are you sure that it is the POP3 server that is rejecting the emails? I
> would say that it is the SMTP server, because that is the one receiving
> emails. All the POP3 server do is 'pop' the emails out to the clients.
>
> The SMTP service has an excellent API. Just look up SMTP in the MSDN
> documentation, and you will find alot of information.
>
> --
> Regards,
> Kristofer Gafvert - IIS MVP
> Reply to newsgroup only. Remove NEWS if you must reply by email, but

please
> do not.
> www.ilopia.com - FAQ and Tutorials for Windows Server 2003
>
>
> "Shashank Welankar" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > Hi,
> > This port may look like an Unusual post in this Newsgroup .... but sorry

I
> > don't know which is the best place to put this.
> >
> > I have a requirement, in which we have to send email messages to a POP3
> > server. This is a Windows Server 2003 computer, running the POP3

service.
> > This will reject mails, if the receipant's name is Invalid. We have
> > requirements in which we have to look for a specific receipant's name in

> the
> > incoming POP3 mails and protect these mails from rejecting by Windows

> Server
> > 2003.
> >
> > Do we have any such API or Any other way, by which we can hook (or

better
> do
> > anything that can tell POP3 service to not to Reject specific messages

> with
> > Invalid receipant Names). The limitation is that, We can't create a

> username
> > with the receipant name.
> >
> > Thanks ....
> >
> > -Vipul Pathak ;
> >
> >

>
>



 
Reply With Quote
 
Kristofer Gafvert
Guest
Posts: n/a

 
      02-12-2004, 03:58 PM
Hello,

Alex Feinman wrote a "catch-all" script, that collected everything that was
_not_ sent to a valid recipient. You can find it here:
http://isorecorder.alexfeinman.com/catchall.htm

That maybe helps you do what you want to do?
(I'm sorry, SMTP scripting is not really my area of expertise)

--
Regards,
Kristofer Gafvert - IIS MVP
Reply to newsgroup only. Remove NEWS if you must reply by email, but please
do not.
www.ilopia.com - FAQ and Tutorials for Windows Server 2003


"Shashank Welankar" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Thank you for the Reply.
>
> The Basic question from myself is that:
> Can we stop rejection of mail (that was intended for such a user, which
> does not exist at the Server) ?
> If yes, how ?
>
> Thanks Again.
> -Vipul Pathak ;
>
>
>
> "Kristofer Gafvert" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > Are you sure that it is the POP3 server that is rejecting the emails? I
> > would say that it is the SMTP server, because that is the one receiving
> > emails. All the POP3 server do is 'pop' the emails out to the clients.
> >
> > The SMTP service has an excellent API. Just look up SMTP in the MSDN
> > documentation, and you will find alot of information.
> >
> > --
> > Regards,
> > Kristofer Gafvert - IIS MVP
> > Reply to newsgroup only. Remove NEWS if you must reply by email, but

> please
> > do not.
> > www.ilopia.com - FAQ and Tutorials for Windows Server 2003
> >
> >
> > "Shashank Welankar" <(E-Mail Removed)> wrote in message
> > news:(E-Mail Removed)...
> > > Hi,
> > > This port may look like an Unusual post in this Newsgroup .... but

sorry
> I
> > > don't know which is the best place to put this.
> > >
> > > I have a requirement, in which we have to send email messages to a

POP3
> > > server. This is a Windows Server 2003 computer, running the POP3

> service.
> > > This will reject mails, if the receipant's name is Invalid. We have
> > > requirements in which we have to look for a specific receipant's name

in
> > the
> > > incoming POP3 mails and protect these mails from rejecting by Windows

> > Server
> > > 2003.
> > >
> > > Do we have any such API or Any other way, by which we can hook (or

> better
> > do
> > > anything that can tell POP3 service to not to Reject specific messages

> > with
> > > Invalid receipant Names). The limitation is that, We can't create a

> > username
> > > with the receipant name.
> > >
> > > Thanks ....
> > >
> > > -Vipul Pathak ;
> > >
> > >

> >
> >

>
>



 
Reply With Quote
 
Shashank Welankar
Guest
Posts: n/a

 
      02-13-2004, 06:05 AM
Thanks a Lot .... :-)

- Vipul Pathak ;




"Kristofer Gafvert" <(E-Mail Removed)> wrote in message
news:%23BF$(E-Mail Removed)...
> Hello,
>
> Alex Feinman wrote a "catch-all" script, that collected everything that

was
> _not_ sent to a valid recipient. You can find it here:
> http://isorecorder.alexfeinman.com/catchall.htm
>
> That maybe helps you do what you want to do?
> (I'm sorry, SMTP scripting is not really my area of expertise)
>
> --
> Regards,
> Kristofer Gafvert - IIS MVP
> Reply to newsgroup only. Remove NEWS if you must reply by email, but

please
> do not.
> www.ilopia.com - FAQ and Tutorials for Windows Server 2003
>
>
> "Shashank Welankar" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > Thank you for the Reply.
> >
> > The Basic question from myself is that:
> > Can we stop rejection of mail (that was intended for such a user,

which
> > does not exist at the Server) ?
> > If yes, how ?
> >
> > Thanks Again.
> > -Vipul Pathak ;
> >
> >
> >
> > "Kristofer Gafvert" <(E-Mail Removed)> wrote in message
> > news:(E-Mail Removed)...
> > > Are you sure that it is the POP3 server that is rejecting the emails?

I
> > > would say that it is the SMTP server, because that is the one

receiving
> > > emails. All the POP3 server do is 'pop' the emails out to the clients.
> > >
> > > The SMTP service has an excellent API. Just look up SMTP in the MSDN
> > > documentation, and you will find alot of information.
> > >
> > > --
> > > Regards,
> > > Kristofer Gafvert - IIS MVP
> > > Reply to newsgroup only. Remove NEWS if you must reply by email, but

> > please
> > > do not.
> > > www.ilopia.com - FAQ and Tutorials for Windows Server 2003
> > >
> > >
> > > "Shashank Welankar" <(E-Mail Removed)> wrote in message
> > > news:(E-Mail Removed)...
> > > > Hi,
> > > > This port may look like an Unusual post in this Newsgroup .... but

> sorry
> > I
> > > > don't know which is the best place to put this.
> > > >
> > > > I have a requirement, in which we have to send email messages to a

> POP3
> > > > server. This is a Windows Server 2003 computer, running the POP3

> > service.
> > > > This will reject mails, if the receipant's name is Invalid. We have
> > > > requirements in which we have to look for a specific receipant's

name
> in
> > > the
> > > > incoming POP3 mails and protect these mails from rejecting by

Windows
> > > Server
> > > > 2003.
> > > >
> > > > Do we have any such API or Any other way, by which we can hook (or

> > better
> > > do
> > > > anything that can tell POP3 service to not to Reject specific

messages
> > > with
> > > > Invalid receipant Names). The limitation is that, We can't create a
> > > username
> > > > with the receipant name.
> > > >
> > > > Thanks ....
> > > >
> > > > -Vipul Pathak ;
> > > >
> > > >
> > >
> > >

> >
> >

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
TCP/IP Stack Improvements in Windows Server 2003 and Windows Server 2003 Service Pack 1 Deepak Bansal [MS] Windows Networking 0 06-14-2005 01:14 AM
Webcast on TCP/IP Stack Improvements in Windows Server 2003 and Windows Server 2003 Service Pack 1 Deepak Bansal [MS] Windows Networking 0 06-13-2005 11:55 PM
Removing SPA from POP3 service of Windows 2003 Server Mike Schinkel Windows Networking 3 04-17-2005 04:10 AM
How to install TCP/IP Print server service in Windows 2003 server =?Utf-8?B?RE1J?= Windows Networking 1 11-08-2004 07:38 PM
Pop3 Server in Windows 2003 plagooms Windows Networking 1 04-18-2004 02:59 PM



1 2 3 4 5 6 7 8 9 10 11