|
Home > Archive > IIS and SMTP > June 2004 > IIS SMTP Relay authentication
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 |
IIS SMTP Relay authentication
|
|
| Jorge Aguiar 2004-06-26, 10:16 am |
| Hi !
I've set up my IIS SMTP server to allow relaying to authenticated users.
It's working OK, but I'd like a finer control of which users are allowed to
relay.
Is there some way to prevent some (but not all) authenticated remote users
to relay, e.g. using a Windows or AD group ?
Thanks a lot !
Jorge
| |
| Jeff Cochran 2004-06-26, 10:16 am |
| On Wed, 23 Jun 2004 15:26:26 +0100, "Jorge Aguiar" <jaguiar@labmed.pt>
wrote:
>I've set up my IIS SMTP server to allow relaying to authenticated users.
>It's working OK, but I'd like a finer control of which users are allowed to
>relay.
>Is there some way to prevent some (but not all) authenticated remote users
>to relay, e.g. using a Windows or AD group ?
Separate virtual servers is likely the method you'll need to use.
Depending on OS version of course.
Jeff
| |
| Jorge Aguiar 2004-06-26, 10:16 am |
| I'm afraid I've lost you there. Exactly how would I use separate virtual
servers for that purpose ?
I'm using Windows Server 2003 Standard.
My SMTP server is directly connected to the Internet. I have mobile users
that use serveral ISP's on their notebooks to send and receive e-mail.
They're not computer savvy people, so it's quite difficult to have them
change their SMTP server address in Outlook each time they switch ISPs.
So I set up my server to allow relay from authenticated users.
The problem is: some of the user accounts used in the local network *must*
have blank or easy-to-guess passwords (shame !!). So, all a potential
spammer has to do is to guess a valid username.
I'd like to be able to only allow SMTP relay from users that really needed
(the mobile ones). Strong passwords are enforced for those users.
Any hints ?
Thanks a lot !
Jorge
"Jeff Cochran" <jeff.nospam@zina.com> wrote in message
news:40eec9e9.1186455022@msnews.microsoft.com...
> On Wed, 23 Jun 2004 15:26:26 +0100, "Jorge Aguiar" <jaguiar@labmed.pt>
> wrote:
>
to[vbcol=seagreen]
users[vbcol=seagreen]
>
> Separate virtual servers is likely the method you'll need to use.
> Depending on OS version of course.
>
> Jeff
| |
| Jeff Cochran 2004-06-26, 10:16 am |
| On Wed, 23 Jun 2004 20:08:11 +0100, "Jorge Aguiar" <jaguiar@labmed.pt>
wrote:
>I'm afraid I've lost you there. Exactly how would I use separate virtual
>servers for that purpose ?
>I'm using Windows Server 2003 Standard.
>My SMTP server is directly connected to the Internet. I have mobile users
>that use serveral ISP's on their notebooks to send and receive e-mail.
>They're not computer savvy people, so it's quite difficult to have them
>change their SMTP server address in Outlook each time they switch ISPs.
>So I set up my server to allow relay from authenticated users.
>The problem is: some of the user accounts used in the local network *must*
>have blank or easy-to-guess passwords (shame !!). So, all a potential
>spammer has to do is to guess a valid username.
>I'd like to be able to only allow SMTP relay from users that really needed
>(the mobile ones). Strong passwords are enforced for those users.
>
>Any hints ?
Okay. Use separate virtual SMTP servers. Set relay restrictions
tighter for the internal client SMTP and allow authenticated users to
relay for the external server. Point internal clients at the internal
SMTP and external clients at the external SMTP.
While I'd work on the *must* part of the blank passwords, you could
also switch to VPN's for the mobile users and assign them an IP range
you can control.
Jeff
>Thanks a lot !
>Jorge
>
>
>"Jeff Cochran" <jeff.nospam@zina.com> wrote in message
>news:40eec9e9.1186455022@msnews.microsoft.com...
>to
>users
>
| |
| Ralf Ziller 2004-06-27, 7:48 am |
|
"Jorge Aguiar" <jaguiar@labmed.pt> schrieb im Newsbeitrag
news:%2342Gy1SWEHA.3120@TK2MSFTNGP12.phx.gbl...
> Hi !
>
> I've set up my IIS SMTP server to allow relaying to authenticated users.
> It's working OK, but I'd like a finer control of which users are allowed
to
> relay.
> Is there some way to prevent some (but not all) authenticated remote users
> to relay, e.g. using a Windows or AD group ?
You could use a Protocol Event sink which drops the session if one of a list
of unsecure users authenticates.
|
|
|
|
|