|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
Subject: Postfix converting ${EXTENSION} to lower case!
From: Danny Howard (danny
tellme.com)Date: Fri Feb 04 2000 - 16:36:22 CST
- Next message: Kirk Eide: "Solaris 7, db-2.7.7 and LDAP?"
- Previous message: Oswaldo E. Aguirre M. (REACCIUN): "Re: an intersting feature ... exists?"
- Next in thread: Wietse Venema: "Re: Postfix converting ${EXTENSION} to lower case!"
- Reply: Wietse Venema: "Re: Postfix converting ${EXTENSION} to lower case!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I'm sending deliveries to Cyrus' deliver command, but delivering to
mailboxes with caps don't work. I can't find anything about
case-sensitivity in main.cf, or at
http://postfix.affinity.net/rewrite.html ...
The alias:
shared: "|/usr/bin/awk 'NR>1 { print }' | /usr/local/cyrus/bin/deliver -m shared.${EXTENSION}"
The test:
echo test | mail shared+jobs.test
imap.tellme.com
echo test | mail shared+jobs.Test
imap.tellme.com
The result:
Feb 4 14:23:50 cronic postfix/local[13827]: 4217811D86: to=<shared+jobs.test
cronic.tellme.com>, relay=local, delay=0, status=sent ("|/usr/bin/awk 'NR>1 { print }' | /usr/local/cyrus/bin/deliver -m shared.${EXTENSION}")
Feb 4 14:25:06 cronic postfix/local[13827]: 0833611D86: to=<shared+jobs.Test
cronic.tellme.com>, relay=local, delay=0, status=bounced (user unknown. Command output: shared.jobs.test: Mailbox does not exist _ )
In the first case, the message shows up on the Cyrus server under
shared.jobs.test. In the second case, the message does not make it to
shared.jobs.Test.
Is there something in Postfix which would be converting the delivery
address to lowercase?
sudo /usr/local/cyrus/bin/deliver -m shared.jobs.Test
Password:
From: dannyman
tellme.com
To: shared+jobs+Test
imap.tellme.com
Subject: test
test message
^D
Ohhh, that works like a charm. So, yes, Postfix is playing with me.
Anyone else run in to this, knows a config / patch / worksround I should
be after?
Thanks!
-danny
- Next message: Kirk Eide: "Solaris 7, db-2.7.7 and LDAP?"
- Previous message: Oswaldo E. Aguirre M. (REACCIUN): "Re: an intersting feature ... exists?"
- Next in thread: Wietse Venema: "Re: Postfix converting ${EXTENSION} to lower case!"
- Reply: Wietse Venema: "Re: Postfix converting ${EXTENSION} to lower case!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]