On 13-nov-2006, at 22:15, Tom Allison wrote:

I'm trying to move things slowly into dbmail from where I am today (a different IMAP server).

Is there some way that I can configure postfix to do both a LMTP delivery ( to another box for testing) and a local procmail delivery (current)?

Something like this should work:

/etc/postfix/main.cf:
        recipient_bcc_maps = hash:/etc/postfix/recipient_bcc
        transport_maps = hash:/etc/postfix/transport

/etc/postfix/recipient_bcc:
        [EMAIL PROTECTED]       [EMAIL PROTECTED]

/etc/postfix/transport:
        newserver.com           lmtp:[your.other.box]:24

postmap /etc/postfix/recipient_bcc && postmap /etc/postfix/transport && postfix reload

Leander



Reply via email to