Re: cyrus imapd, lmtp, postfix and case sensitivity in domain names

2015-02-12 Thread Viktor Dukhovni
On Fri, Feb 13, 2015 at 09:33:52AM +1100, Carl Brewer wrote: > Feb 13 08:36:33 postfix/lmtp[8436]: CBA4A1B3D4A3: > to=, > relay=rollcage3.bl.echidna.id.au[/var/imap/socket/lmtp], delay=0, > delays=0/0/0/0, dsn=2.1.5, status=deliverable (250 2.1.5 ok) As a work-around: The Postfix lmtp(8) delive

Re: cyrus imapd, lmtp, postfix and case sensitivity in domain names

2015-02-12 Thread Carl Brewer
On 13/02/2015 10:01 AM, Noel Jones wrote: You need to fix this in cyrus. I don't use cyrus, but surely this is some sort of configuration issue. Older versions of postfix could do a gross hack where a wildcard regexp would lowercase the input. This is probably what you've found on the web. Thi

Re: cyrus imapd, lmtp, postfix and case sensitivity in domain names

2015-02-12 Thread LuKreme
On 12 Feb 2015, at 15:33 , Carl Brewer wrote: > > Last question! (I hope ...) > > I also posted this on the cyrus mailing list but more aimed at a proper fix. > I have a problem with cyrus lmtp delivery and case sensitive domain names(!). > > This gets through : u...@domain.foo > This does not

Re: cyrus imapd, lmtp, postfix and case sensitivity in domain names

2015-02-12 Thread Noel Jones
On 2/12/2015 4:33 PM, Carl Brewer wrote: > Last question! (I hope ...) > > I also posted this on the cyrus mailing list but more aimed at a > proper fix. I have a problem with cyrus lmtp delivery and case > sensitive domain names(!). > > This gets through : u...@domain.foo > This does not : u...@

cyrus imapd, lmtp, postfix and case sensitivity in domain names

2015-02-12 Thread Carl Brewer
Last question! (I hope ...) I also posted this on the cyrus mailing list but more aimed at a proper fix. I have a problem with cyrus lmtp delivery and case sensitive domain names(!). This gets through : u...@domain.foo This does not : u...@domain.foo with lmtp_downcase_rcpt: 1 set in imapd.c