From: aa on
Hi all,
I don't know if dispatcher is the exact word to express this concept but I
need that a postfix server doen't send the mail directly but it can pass
this mail to send to one of a series of postfix series that are the actual
senders of the mail..this server are parts of my network, I have just
installed them...

Other mail server can do this, only they need to receive the list of
addresses of the mail servers but I use postfix so I'd like to do this using
it....

Is there some keyword to configure this behaviour in postfix?

thanks everybody!
From: Joshua Kordani on
On 3/3/2010 8:51 AM, aa wrote:
> Hi all,
> I don't know if dispatcher is the exact word to express this concept but
> I need that a postfix server doen't send the mail directly but it can
> pass this mail to send to one of a series of postfix series that are the
> actual senders of the mail..this server are parts of my network, I have
> just installed them...
>
> Other mail server can do this, only they need to receive the list of
> addresses of the mail servers but I use postfix so I'd like to do this
> using it....
>
> Is there some keyword to configure this behaviour in postfix?
>
> thanks everybody!


I believe the term you're looking for is "How to configure postfix as a
relay" Google that.

Josh

From: Ansgar Wiechers on
On 2010-03-03 aa wrote:
> I don't know if dispatcher is the exact word to express this concept
> but I need that a postfix server doen't send the mail directly but it
> can pass this mail to send to one of a series of postfix series that
> are the actual senders of the mail..this server are parts of my
> network, I have just installed them...
>
> Other mail server can do this, only they need to receive the list of
> addresses of the mail servers but I use postfix so I'd like to do this
> using it....
>
> Is there some keyword to configure this behaviour in postfix?

Round-Robin-DNS might help. What actual problem are you trying to solve?

Regards
Ansgar Wiechers
--
"Abstractions save us time working, but they don't save us time learning."
--Joel Spolsky

From: Ansgar Wiechers on
On 2010-03-05 aa wrote:
> I'd like to distribute the workload of the server among other postfix
> servers (a kind of round robin without using DNS)....
>
> In the past, I used the keyword relayhost in my configurations in
> order to charge another mail server to send my mail..I imagine a
> keyword similar to "relay" that allow to specify a list of mail server
> addresses and not only one....

Use DNS. Seriously.

And please keep your mails on-list, so others can benefit from the
discussion as well.

Regards
Ansgar Wiechers
--
"Abstractions save us time working, but they don't save us time learning."
--Joel Spolsky