On 1/8/04 12:36 AM, "Brian Blood" <[EMAIL PROTECTED]> wrote:
> After much brain gnashing, I decided that I was not going to be able to have > Postfix do the aliasing/forwarding because from what I can tell you can't > have an address(alias) that forwards AND has local delivery. Perhaps I'm > missing something, I don't know. OK, I think I figured out how to do this with Postfix aliases: There are 2 alias records for: [EMAIL PROTECTED] alias deliver_to ------------------------------------- [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] 3423 one record to send a copy of the email sent to [EMAIL PROTECTED] to their local ISP account and then other record which corresponds to their userid in the users table. Postfix should expand the recipient addresses, deliver the first out through smtp and then send the other copy of the message through dbmail-smtp with 3423 as the recipient address. Question: will dbmail accept user id's for recipients and deliver them properly? Do I need to use a different switch for dbmail in the master.cf line? I'd be really stoked if this worked as it would solve the bad from address in forwards problem. Thanks Brian