Kai Krakow:
> BTW: In this context, what's the best approach to put mailboxes on a
> separate machine? Let the LDA drop mails into NFS mounts, or let postfix
> transport the mails via transport_map into a machine which hosts the LDA
> (dovecot in our case)?
I recommend Dovecot via LMTP, but NFS would work, too, assuming one
file per message. I can't say which approach would handle the most
load.
When I started work on Postfix, my dream configuration for
inbound mail handling was:
Internet -> N x Postfix server -> M x Mailbox server
With N and M scaling up as needed.
Wietse