> I'm very new to IIS mail services. I have set up my POP3 server to use
> an encrypted password file, because I'm hosting multiple domains and I
> don't want to create a Windows user for each mailbox.
Simply put, if you don't want to have a Windows user that corresponds
to each mailbox, then you cannot used SMTP AUTH, which integrates only
with external SAM/AD and not with the POP3 service user database.
Thus your only choice would be to configure relay-allowed IPs in the
Access-Relay section.
--Sandy
------------------------------------
Sanford Whiteman, Chief Technologist
Broadleaf Systems, a division of
Cypress Integrated Systems, Inc.
------------------------------------
Rich C - 09 Oct 2008 07:38 GMT
>> I'm very new to IIS mail services. I have set up my POP3 server to use
>> an encrypted password file, because I'm hosting multiple domains and I
[quoted text clipped - 8 lines]
>
> --Sandy
Thanks for your reply. I'm now using hmailserver. Problem solved.
Rich C.