Leandro Bertolami ha scritto:
Hi,

I'm looking for a solution to a big problem. I am developing a custom MTA,
with the requirement of sending multiple emails from different IP's (on the
same server) simultaneously.
This means that I will have a server with entire C class IP addresses (e.g.:
65.70.100.0 to 65.70.100.255) to use for a mailing list. But the mails will
be partitioned in groups and each group will be delivered from a different
IP.
So, my question is: is it possible to have multiple SMTP servers on a single
mail server, and have each of these SMTP servers mapped to one of the
available IPs on that server? This way I can send mail from all of the
available IPs on my server at the same time.

Yes, you can use a single JAMES instance using 250 RemoteDelivery (a bit extreme but it should work).

You define a different outgoing spool for each RemoteDelivery and then define a different <bind> configuration for each RemoteDelivery.

Stefano

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to