> Is anyone running multiple VM SMTP servers to address problems with > mail agents getting timeouts because VM SMTP is busy?
I have in the past. You can run multiple servers listening on the same port by specifying multiple PORT statements in the TCPIP profile for port 25 with different userids. > I was planning on adding one more SMTP server listening at the same port. > Is there a way to dedicate one server to incoming mail and another for > outgoing? Not from the IP side. If your mail were arriving via the spool (eg, the way it was done back in the CMS days), then you could do so, but not via TCP. Just a caveat though: if you do run multiple SMTPs, you will start seeing messages arrive in somewhat random order (see this list for an example), where you often see replies before the original message.
