Larry Nedry wrote: > I need two instances listening on different IP addresses. Using > --listen-address will cause both instances to use the same IP address(es) > which defeats my reason for using QPSMTPD_CONFIG. And config/IP isn't > useful because it is ignored by forkserver.
Two different run files, one with --listen-address 1.2.3.4 and the other with --listen-address 5.6.7.8. Each run file has the appropriate QPSMTPD_CONFIG set. John