Re: Case sensitive oddity when mail delivered.

2009-05-28 Thread postfix
At 10:14 PM 5/28/2009, Sahil Tandon wrote: Odd. I cannot reproduce that problem here, also using dovecot as virtual_transport. Just to be sure, you are passing at least the 'hu' flags to pipe(8) for dovecot's LDA, right? These two flags ensure case-folding, which local(8) does by default. I

Re: Case sensitive oddity when mail delivered.

2009-05-28 Thread Sahil Tandon
On Thu, 28 May 2009, Rick wrote: > Following up on my previous posts, I'm still experiencing this issue of > sometimes email being delivered as upper case (which ends up in the file > system as upper case). I appreciate the guidance I've received, but I hate > putting fixes in place without unders

Re: Case sensitive oddity when mail delivered.

2009-05-28 Thread Rick
Following up on my previous posts, I'm still experiencing this issue of sometimes email being delivered as upper case (which ends up in the file system as upper case). I appreciate the guidance I've received, but I hate putting fixes in place without understanding what's broken. Empirical testing

Re: Case sensitive oddity when mail delivered.

2009-04-30 Thread Darren Pilgrim
post...@corwyn.net wrote: if I have an account us...@example.com it works just fine. However, when mail is sent to us...@example.com it also delivers, but ends up creating a new file structure so I end up with: /var/spool/mail/example.com/user1 (with lower case mail in it) and /var/spool/mail

Re: Case sensitive oddity when mail delivered.

2009-04-30 Thread postfix
At 09:54 PM 4/30/2009, Sahil Tandon wrote: Note the different flags= specified in your pipe(8) to deliver in master.cf when you inspect the file on your preprod and prod servers. Thank you Sahil. I went and rechecked those, yet the two lines match. (and pass a diff check just in case my eyes d

Re: Case sensitive oddity when mail delivered.

2009-04-30 Thread Sahil Tandon
On Thu, 30 Apr 2009, post...@corwyn.net wrote: > Everything is good in the preprod environment. BUT in the prod > environment if I have an account us...@example.com it works just fine. > However, when mail is sent to us...@example.com it also delivers, but > ends up creating a new file structu

Re: Case sensitive oddity when mail delivered.

2009-04-30 Thread Victor Duchovni
On Thu, Apr 30, 2009 at 07:21:59PM -0400, post...@corwyn.net wrote: > which is decidedly not good. I know that postfix doesn't actually have > anything to do with the actual delivery of the mail -- it just hands off to > deliver. If deliver is invoked via pipe(8), it would be prudent and produc

Re: Case sensitive oddity when mail delivered.

2009-04-30 Thread postfix
At 07:39 PM 4/30/2009, Wietse Venema wrote: post...@corwyn.net: > case (or not as the case may be) somewhere I can't find. I've gotten > suggestions on how to change dovecot's deliver to lc everything but I > want to know what's wrong with my config before I try to fix it You forgot to include

Re: Case sensitive oddity when mail delivered.

2009-04-30 Thread Wietse Venema
post...@corwyn.net: > case (or not as the case may be) somewhere I can't find. I've gotten > suggestions on how to change dovecot's deliver to lc everything but I > want to know what's wrong with my config before I try to fix it You forgot to include your configuration. Wietse

Case sensitive oddity when mail delivered.

2009-04-30 Thread postfix
Currently running Postfix2.3.3/Dovecot1.1.8 with mysql storing the user data and delivering to folders as determined by dovecot using dovecot's "deliver" as defined in postfix's master.cf. I have a preproduction and a production environment. Everything is good in the preprod environment. B