Multiple domains on server sending from main IP - Help!

Multiple domains on server sending from main IP - Help!

am 27.12.2007 20:01:32 von michael_webs

Hello everyone,

I have a server with multiple domains on it. Each domain has it's own
dedicated IP. When any user sends an email from any domain, they all
appear to be sent from the main IP of the server BUT I need it to
appear to come from each domain's dedicated IP

Is there a way to install or configure sendmail to do that?
Do I need to run a separate instance of sendmail for each domain or is
there a smarter way?
If I do need to run multiple instances of send mail, can I do that for
50 or 60 domains on the server?


Thanks for any advice you can give me.
Michael

Re: Multiple domains on server sending from main IP - Help!

am 27.12.2007 21:45:46 von gtaylor

On 12/27/07 13:01, michael_webs wrote:
> I have a server with multiple domains on it. Each domain has it's own
> dedicated IP. When any user sends an email from any domain, they all
> appear to be sent from the main IP of the server BUT I need it to
> appear to come from each domain's dedicated IP

*nod*

> Is there a way to install or configure sendmail to do that? Do I
> need to run a separate instance of sendmail for each domain or is
> there a smarter way?

Look in to the DaemonPortOptions "b" Modifier to cause outgoing email to
be bound from the incoming interface.

Also look in to the ClientPortOptions "h" Modifier to cause the client
to use the name of the interface that it is bound to as it's HELO / EHLO
name.

> If I do need to run multiple instances of send mail, can I do that
> for 50 or 60 domains on the server?

I guess theoretically, if you don't mind managing that many different
queues and config files, yes you can, but try what I have suggested
above first.

> Thanks for any advice you can give me.



Grant. . . .