|
Home > Archive > IIS and SMTP > October 2005 > SMTP tar pit feature of Win 2003 SP1
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
SMTP tar pit feature of Win 2003 SP1
|
|
|
| Has anyone used this new feature?
http://support.microsoft.com/defaul...kb;en-us;842851
I have a few IIS SMTP servers that I would like to use it on, but I don't
know how to configure it on an IIS SMTP server. The article discusses the
recipient filtering tab of Exchange's SMTP virtual server. This does not
exist in IIS SMTP.
Paul
| |
| Jeff Cochran 2005-10-12, 6:15 pm |
| On Tue, 11 Oct 2005 16:33:05 -0500, <Paul> wrote:
>Has anyone used this new feature?
>http://support.microsoft.com/defaul...kb;en-us;842851
>I have a few IIS SMTP servers that I would like to use it on, but I don't
>know how to configure it on an IIS SMTP server. The article discusses the
>recipient filtering tab of Exchange's SMTP virtual server. This does not
>exist in IIS SMTP.
Recipient filtering is an Exchange option, not in the SMTP delivered
with Windows.
Jeff
| |
| Johan Karl Larsen 2005-10-12, 6:15 pm |
| <Paul> wrote in message news:OzeJGtqzFHA.904@tk2msftngp13.phx.gbl...
> Has anyone used this new feature?
> http://support.microsoft.com/defaul...kb;en-us;842851
> I have a few IIS SMTP servers that I would like to use it on, but I don't
> know how to configure it on an IIS SMTP server. The article discusses the
> recipient filtering tab of Exchange's SMTP virtual server. This does not
> exist in IIS SMTP.
>
> Paul
Yes, I have used "tar pit" on a non-Exchange Win2003sp1 machine. Have to
edit the registry in order to get it to work.
Have a look at:
http://support.microsoft.com/kb/842851
--
Johan
-------------------------------------------------
Johan Karl Larsen http://www.itlarsen.net
Skype callto://johankarl Asker/Norway
| |
|
| >"Johan Karl Larsen" <blablanoacc@itlarsen.net> wrote in message
>news:eA1isdwzFHA.3256@TK2MSFTNGP09.phx.gbl...
> <Paul> wrote in message news:OzeJGtqzFHA.904@tk2msftngp13.phx.gbl...
>
> Yes, I have used "tar pit" on a non-Exchange Win2003sp1 machine. Have to
> edit the registry in order to get it to work.
> Have a look at:
> http://support.microsoft.com/kb/842851
>
> --
> Johan
>
> -------------------------------------------------
> Johan Karl Larsen http://www.itlarsen.net
> Skype callto://johankarl Asker/Norway
>
>
Ok, I thought I could turn it on. But how do you use it, without the
recipient filtering options in Exchange? Is there somewhere I can manually
create a recipient list? Do you perform LDAP lookups?
Thanks,
Paul
| |
| Johan Karl Larsen 2005-10-12, 6:15 pm |
| >
> Ok, I thought I could turn it on. But how do you use it, without the
> recipient filtering options in Exchange? Is there somewhere I can
> manually create a recipient list? Do you perform LDAP lookups?
> Thanks,
> Paul
I wrote a Protocol Event Sink that filter on RCPT command.
Getting list of users can be done by issuing "winpop list <domain>" and pipe
it to a file.
I do not use LDAP. Don't think pop3 accounts gets stored in AD when you use
"Encrypted Password File" auth like I do.
--
Johan
|
|
|
|
|