[quoted text, click to view] >Does anyone know of a POP3 only server software that will integrate with
>IIS6 SMTP?
I don't know of any others that are as deeply tied to the drop
directory structure and such, but any lightweight POP3/SMTP server
will integrate with IIS6 SMTP simply by pointing to the third-party's
SMTP as a smarthost on an alternate port. Just be aware that every
incoming SMTP connection thus creates a second loopback connection to
the other MTA, using both additional TCP/IP sockets and disk I/O --
though this should only matter under load, and you've implied that
this is a light-load situation.
In fact, unless your application has legacy code that only works with
IIS SMTP, you might do well to move completely to using the other
SMTP/POP3 platform. I don't think there are any free- or low-cost
Windows-based MTAs that can perform quite at the level of IIS SMTP,
which makes a pretty mean MTA capable of pushing millions of messages
per day. But if you don't need that level of capacity, the question
is just which third-party to invest the time to learn. We've rolled
out Mercury/32, MailEnable, and SmarterMail, to name three. I think
any of these should do fine, keep your budget low, and are stable and
enough to host a few hundred to a few thousand POP3-only accounts
easily.