Clifford Gonsalves: > Hello, > > We are planning to deploy a Postfix SMTP gateway which will sit behind our > SPAM Firewall, how can I configure the Postfix SMTP gateway to delivery all > incoming emails from the SPAM Firewall to 2 backend mail server (both > active-active).
Postfix will deliver one email message in one SMTP transaction to one SMTP server. It is up to you to replicate messages between servers. For example, Dovecot implements message store replication. Wietse