Networking Forums  

Go Back   Networking Forums > Networking Newsgroups > Windows Server Networking

Hooking POP3 Service of Windows Server 2003

Reply
 
Thread Tools Display Modes
  #1  
Old 02-12-2004, 09:21 AM
Default Hooking POP3 Service of Windows Server 2003



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 ;




Shashank Welankar
Reply With Quote
  #2  
Old 02-12-2004, 09:59 AM
Kristofer Gafvert
Guest
 
Posts: n/a
Default Re: Hooking POP3 Service of Windows Server 2003

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
  #3  
Old 02-12-2004, 12:09 PM
Shashank Welankar
Guest
 
Posts: n/a
Default Re: Hooking POP3 Service of Windows Server 2003

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
  #4  
Old 02-12-2004, 04:58 PM
Kristofer Gafvert
Guest
 
Posts: n/a
Default Re: Hooking POP3 Service of Windows Server 2003

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
  #5  
Old 02-13-2004, 07:05 AM
Shashank Welankar
Guest
 
Posts: n/a
Default Re: Hooking POP3 Service of Windows Server 2003

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

Tags
2003, hooking, pop3, server, service, windows

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
Forum Jump


All times are GMT. The time now is 12:23 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.