Matthias Teege wrote: > /mail/lib/rewrite looks like this: > > ... > \l!(.*) alias \1 > \lmteege\.de!(.*) alias \1 > \l\.mteege\.de!(.*) alias \1 > ... > # queue all mail for delivery > ([^!]*)!(.*) | "/mail/lib/qmail '\s' 'net!\1'" "'\2'" > > I can recieve mail for [EMAIL PROTECTED] but not for [EMAIL PROTECTED] >
My rewrite looks similar, but subtly different: # your local names \l!(.*) alias \1 \l\.tombob\.com!(.*) alias \1 tombob\.com!(.*) alias \1 ... # queue all mail for delivery ([^!]*)!(.*) | "/mail/lib/qmail '\s' 'tcp!\1'" "'\1!\2'" If I remember correctly (it's been over five years), I explicitly added the "tombob\.com!(.*)" pattern. Also, the qmail invocation in my rewrite has a bang (not sure what the significance of that is). Robby -- [EMAIL PROTECTED]
