Re: Convert all envelope ids to lowercase

2013-11-07 Thread Benny Pedersen
Ram skrev den 2013-11-07 08:06: Is there a simple way I can configure postfix to convert all Envelope From and To addresses to lowercase, before delivery hmp, is there another underlaying problem you like postfix to solve ? unix accounts with mixed case ?, virtual users with mixed case ? if i

Re: Convert all envelope ids to lowercase

2013-11-07 Thread li...@rhsoft.net
Am 07.11.2013 11:32, schrieb Ansgar Wiechers: > On 2013-11-07 Ram wrote: >> Is there a simple way I can configure postfix to convert all Envelope >> From and To addresses to lowercase, before delivery >> >> I believe postfix internally converts all ids to-lowercase while >> doing hash map lookups

Re: Convert all envelope ids to lowercase

2013-11-07 Thread Ansgar Wiechers
On 2013-11-07 Ram wrote: > Is there a simple way I can configure postfix to convert all Envelope > From and To addresses to lowercase, before delivery > > I believe postfix internally converts all ids to-lowercase while > doing hash map lookups > I need this because that will save all unnecessary

Convert all envelope ids to lowercase

2013-11-06 Thread Ram
Is there a simple way I can configure postfix to convert all Envelope From and To addresses to lowercase, before delivery I believe postfix internally converts all ids to-lowercase while doing hash map lookups I need this because that will save all unnecessary tolower() function calls in all r