Mark Constable writes:

On Wed, 12 May 2010 11:35:29 am Sam Varshavchik wrote:
> What's the format for adding additional IPs to this setting?
> esmtpd  ADDRESS=127.0.0.1

Not ADDRESS, but PORT. It's a bit strange, but it's for legacy compatibility reasons. You would specify:

PORT=127.0.0.1.25,127.0.0.2.25

Thanks Sam, would it correct to assume it could be like this?...

PORT=127.0.0.1.25,127.0.0.1.465,127.0.0.1.587,127.0.0.2.25,127.0.0.2.465,127.0.0.2.587

... for all 3 services on 2 separate IPs?

Port 465 is ESMTP over SSL. That would go into the esmtpd-ssl configuration file.

I asked this many many moons ago but just to clarify, is there
any way I could have distinct config files for these extra IP/ports.

In other words, be able to run multiple virtual email servers?

You just need to have a different startup script. Take the existing esmtpd and esmtpd-ssl and modify them to read a different configuration file.

You must change PIDFILE in any additional configuration file.


Attachment: pgp6u40JX8oic.pgp
Description: PGP signature

------------------------------------------------------------------------------

_______________________________________________
courier-users mailing list
[email protected]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to