On 16 Nov 2000 00:16:19 +1100, Brett Randall wrote:

> No, qmail does not transform the envelope address. Create a
> ~user/.qmail (or ~alias/.qmail-user) with:
> 
> | forward "$LOCAL"@otherhost.foo.com
> 
> As long as the other host received mail for otherhost.foo.com, all
> will be fine (I know, I'm doing it...)

I found that I needed to modify the alias line slightly, to remove the
local user name that is prefixed to the address:

| forward "${LOCAL#*-}"@otherhost.foo.com

That way, [EMAIL PROTECTED] will get sent as
[EMAIL PROTECTED] instead of
[EMAIL PROTECTED]

-- 
Mark Sidell
Chief Programmer
Forte Agent

Reply via email to