On 6/10/05, Niblett, David A <[EMAIL PROTECTED]> wrote:
> Why don't you just forward the non-alias account and leave all the
> aliases where they are.  Example:
> 
> [EMAIL PROTECTED] <- user's real Email account.
> [EMAIL PROTECTED] <- alias to [EMAIL PROTECTED]
> [EMAIL PROTECTED] <- alias to [EMAIL PROTECTED]
> [EMAIL PROTECTED] <- alias to a.com (sure it's insane).
> 
> Now in dbmail_aliases
> INSERT INTO dbmail_aliases (alias, deliver_to)
> VALUES ('[EMAIL PROTECTED]', '[EMAIL PROTECTED]');
> 
> Now all Email that goes to [EMAIL PROTECTED] will be forwarded
> to [EMAIL PROTECTED]  The aliases do their thing, and the actual
> delivery to the user mailbox does the forward.
> 
> Of course now I'm going to have to go verify that this works, but
> I swear I tested it once and it worked.
> 
> --
> David
> 

That's exactly what I am trying to do.  It doesn't work for me.

I send a mail to [EMAIL PROTECTED]

abuse is an alias for the postmaster user account.
I have a forward on the postmaster account going to [EMAIL PROTECTED]

E-mail sent to [EMAIL PROTECTED] will never reach [EMAIL PROTECTED]
If I send a message to [EMAIL PROTECTED], then it will get to [EMAIL PROTECTED]

Reply via email to