On Sun, 20 Mar 2005 05:47:03 -0800, John McLagan
[quoted text, click to view] <JohnMcLagan@discussions.microsoft.com> wrote:
>I have a W2k3 server that has several public ip addresses.
>I want to -
>
>A - Have each separate domain identify itself as mail.domain.com
That's actually more of a DNS issue, but sure.
[quoted text, click to view] >B - Allow each domain to have the postmaster@domain.com account
Each POP domain can have all the accounts you want.
[quoted text, click to view] >C - Have ndr's list postmaster@domain.com
That's a function of the SMTP server. In the properties for the
virtual server, set the account you wish NDR's sent to.
[quoted text, click to view] >D - Allow pop3 access to all domains.
Sure. That's what POP domains are for.
[quoted text, click to view] >I know how to setup separate smtp virtual servers to accomplish A & C.
>But I can't figure out how to allow pop3 access to these additional smtp
>virtual servers. And when you setup postmaster@domaina.com, I don't
>think it will still allow me to setup postmaster@domainb.com because it
>still depends on a windows account.
I'm not sure what the problem is here. Your DNS defines the domains,
the MX records for the domain define the server IP, and the POP
mailbox is a fully qualified account name, so as long as the domain is
differnet you can have as many "postmaster" accounts as you wish. You
do need to be using AD for this to work, standard Windows accounts
don't understand multiple domains.
[quoted text, click to view] >Can smtp/pop3 within iis handle what I am trying to do?
I don't see why not.
[quoted text, click to view] >Or should I be looking at a third party solution?
Third party solutions have advantages, which may be important to you.
I wouldn't rule them out if they make your life easier. Might look at
Mercury mail, a free mail server.