On Wed, Feb 23, 2011 at 06:25:56PM +0100, Reindl Harald wrote:

> >> sender dependent relay hosts
> > 
> > What's wrong with "mydestination = '%s'"? Why are you using "like '%s'"?
> > Surely the destination domain is not a wildcard pattern, but is rather
> > a literal string.
> 
> Example:
> 
> %s = t...@domain.tld
> mydestination = t...@domain.tld

No, except with regexp tables, postfix always folds lookup keys to
lower case.

> where mydestination='%s' will fail because it is case-sensitive
> where mydestination like '%s' does the same an is case-in-sensitive

This is not correct.

-- 
        Viktor.

Reply via email to