On 16-Apr-2009, at 21:24, Jeff Grossman wrote:
Is there a way for me to not have Postfix change the case?

I had a similar issue where postfix (well, or something) was NOT changing the case on some virtual users $USER portion. I solved it with the following in the procmailrc file:

:0D
* USER ?? [A-Z]
{
   USER=`echo $USER | tr "[:upper:]" "[:lower:]"`
   LOG="Translated $USER to lowercase$NL"

   :0fw
   | formail -I"X-com.example-lc: Translated $USER to lowercase$NL"

}

That should get started.

--
To read makes our speaking English good.

Reply via email to