|
Home > Archive > IIS and SMTP > November 2005 > Alias and distribution question
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 |
Alias and distribution question
|
|
|
| I have a Windows 2003 server web edition. I want to setup aliases associated
with a domain so I can use them for sending email to various individuals or
groups whose actual email address or addresses are on other email servers or
domains.
In Unix, this is done via aliasing and setting up a .procmailrc and in the
file you setup aliases for the domain and associate them to the actual email
addresses in other domains.
How can you do this in Windows? Do you need an Exchange server, or can you
do it within the web server by using the SMTP and POP3 services? How?
Much appreciated.
| |
| jbongran 2005-11-09, 5:52 pm |
| Allen wrote:
> I have a Windows 2003 server web edition. I want to setup aliases
> associated with a domain so I can use them for sending email to
> various individuals or groups whose actual email address or addresses
> are on other email servers or domains.
> In Unix, this is done via aliasing and setting up a .procmailrc and
> in the file you setup aliases for the domain and associate them to
> the actual email addresses in other domains.
> How can you do this in Windows? Do you need an Exchange server, or
> can you do it within the web server by using the SMTP and POP3
> services? How?
> Much appreciated.
Look for eventsink.
You could script the requested feature by capturing the onsmtparrival (of my
memory) event...
|
|
|
|
|