Test wrote:
Is it possible to have postfix deliver mail to 2 mda's at the same time ?

please explain your problem more clearly. postfix can deliver via:
- smtp
- lmtp
- pipe (exec a command)

it can deliver to as many smtp/lmtp servers and as many MDAs as you want.


ie. 1 imap server on box 1 and another imapserver on box 2 ?


postfix doesn't deliver to imap.

postfix can deliver to a remote smtp or lmtp server; or can deliver to a command that does whatever you want. but in general, you don't use commands to deliver to remote servers: you use smtp or lmtp.

Reply via email to