On Fri, Jan 22, 2010 at 02:13:17PM +0100, Ralf Hildebrandt wrote: > > Is there something I can do to avoid these rejections (other than the > > obvious -- get dba...@example2.com to fix his address book)? > > Hm, you could try and alias " soli...@example.com" to > "soli...@example.com" > > But how???
The lookup keys and RHS values for virtual(5) are in rfc822 format. A PCRE table can take care of this: /^" soliver"@example\.com$/ soli...@example.com This said, far better to just reject this, and let the sender correct their address list. -- Viktor. Disclaimer: off-list followups get on-list replies or get ignored. Please do not ignore the "Reply-To" header. To unsubscribe from the postfix-users list, visit http://www.postfix.org/lists.html or click the link below: <mailto:majord...@postfix.org?body=unsubscribe%20postfix-users> If my response solves your problem, the best way to thank me is to not send an "it worked, thanks" follow-up. If you must respond, please put "It worked, thanks" in the "Subject" so I can delete these quickly.