RE: [Dbmail] CAP domain results in "no such user" mail bounce

2004-03-05 Thread Rod K
TED] Behalf > Of Curtis Maurand > Sent: Thursday, March 04, 2004 10:17 PM > To: dbmail@dbmail.org > Subject: RE: [Dbmail] CAP domain results in "no such user" mail bounce > > > > I'm not taking anything personally. I think that this is a good > and important di

RE: [Dbmail] CAP domain results in "no such user" mail bounce

2004-03-05 Thread John Hansen
Well,. This test was done on mysql 3.23.49, so dono :) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ilja Booij Sent: Friday, March 05, 2004 7:56 PM To: dbmail@dbmail.org Subject: Re: [Dbmail] CAP domain results in "no such user" mail bounc

Re: [Dbmail] CAP domain results in "no such user" mail bounce

2004-03-05 Thread Ilja Booij
[mailto:[EMAIL PROTECTED] On Behalf Of Ilja Booij Sent: Thursday, March 04, 2004 10:11 PM To: dbmail@dbmail.org Subject: Re: [Dbmail] CAP domain results in "no such user" mail bounce Hi John Hansen wrote: Ok,... In mysql you only need an index on column. It does not need an index on

RE: [Dbmail] CAP domain results in "no such user" mail bounce

2004-03-05 Thread Curtis Maurand
never espoused those solutions since they have > the same problems as yours does regarding the points I'm trying to address. > > > > > -Original Message- > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf > > Of Curtis Maurand > > Sent: Thu

RE: [Dbmail] CAP domain results in "no such user" mail bounce

2004-03-05 Thread John Hansen
; John > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On > Behalf Of Ilja Booij > Sent: Thursday, March 04, 2004 1:32 AM > To: dbmail@dbmail.org > Subject: Re: [Dbmail] CAP domain results in "no such user" mail bounce > > Just

RE: [Dbmail] CAP domain results in "no such user" mail bounce

2004-03-04 Thread Rod K
True. But totally irrelevent to the discussion. Making MySQL > treat domain > > names as case-sensitive doesn't help when domain names are > case-insensitive. > > > > > -Original Message- > > > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED

RE: [Dbmail] CAP domain results in "no such user" mail bounce

2004-03-04 Thread Curtis Maurand
Thursday, March 04, 2004 9:40 AM > > To: dbmail@dbmail.org > > Subject: RE: [Dbmail] CAP domain results in "no such user" mail bounce > > > > > > > > if you want MySQL to be case sensitive: > > > > create table tablename ( > > name

RE: [Dbmail] CAP domain results in "no such user" mail bounce

2004-03-04 Thread Rod K
March 04, 2004 9:40 AM > To: dbmail@dbmail.org > Subject: RE: [Dbmail] CAP domain results in "no such user" mail bounce > > > > if you want MySQL to be case sensitive: > > create table tablename ( > name varchar(120) binary, > ..., > ); > > C

RE: [Dbmail] CAP domain results in "no such user" mail bounce

2004-03-04 Thread Curtis Maurand
e the > insert/update came from. > > > -Original Message- > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf > > Of Ilja Booij > > Sent: Wednesday, March 03, 2004 9:58 AM > > To: dbmail@dbmail.org > > Subject: Re: [Dbmail] CAP domain results in &quo

Re: [Dbmail] CAP domain results in "no such user" mail bounce

2004-03-04 Thread Ilja Booij
o: dbmail@dbmail.org Subject: Re: [Dbmail] CAP domain results in "no such user" mail bounce Just when I was ready to commit the changes, I found out that MySQL cannot have an index like: INDEX (lower(alias)), because it cannot have expressions in an index.. So, the whole plan is a no-

RE: [Dbmail] CAP domain results in "no such user" mail bounce

2004-03-04 Thread Rod K
gt; To: dbmail@dbmail.org > Subject: Re: [Dbmail] CAP domain results in "no such user" mail bounce > > > The solution I can think of now is the following: > > make sure all aliases (or at least their domain part) go into the > database in lowercase. Whenever we check

RE: [Dbmail] CAP domain results in "no such user" mail bounce

2004-03-03 Thread John Hansen
work,. But dono how to do that in mysql. Regards, John -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ilja Booij Sent: Thursday, March 04, 2004 1:32 AM To: dbmail@dbmail.org Subject: Re: [Dbmail] CAP domain results in "no such user" mail bounce

RE: [Dbmail] CAP domain results in "no such user" mail bounce

2004-03-03 Thread John Hansen
gt;>> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On >>> Behalf Of Ilja Booij >>> Sent: Wednesday, March 03, 2004 11:30 PM >>> To: dbmail@dbmail.org >>> Subject: Re: [Dbmail] CAP domain results in "no such user" mail >>> bounce >

RE: [Dbmail] CAP domain results in "no such user" mail bounce

2004-03-03 Thread John Hansen
That cast method is not valid in postgresql however -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Magnus Sundberg Sent: Thursday, March 04, 2004 12:17 AM To: dbmail@dbmail.org Subject: Re: [Dbmail] CAP domain results in "no such user" mail bo

Re: [Dbmail] CAP domain results in "no such user" mail bounce

2004-03-03 Thread David Young
so work with characters other than A-Z? > > > > Ilja > > > > > >>> > >>> -Original Message----- > >>> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf > >>> Of Ilja Booij > >>> Sent: Wednesday, March 0

RE: [Dbmail] CAP domain results in "no such user" mail bounce

2004-03-03 Thread Blake Mitchell
An option could be added to dbmail-maintenance to fix any uppercase aliases. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ilja Booij Sent: Wednesday, March 03, 2004 6:58 AM To: dbmail@dbmail.org Subject: Re: [Dbmail] CAP domain results in "no such

Re: [Dbmail] CAP domain results in "no such user" mail bounce

2004-03-03 Thread Matthew T. O'Connor
On Wednesday 03 March 2004 09:32 am, Ilja Booij wrote: > Just when I was ready to commit the changes, I found out that MySQL > cannot have an index like: > > INDEX (lower(alias)), because it cannot have expressions in an index.. > > So, the whole plan is a no-go. Unless we can come up with some oth

Re: [Dbmail] CAP domain results in "no such user" mail bounce

2004-03-03 Thread Matthew T. O'Connor
On Wednesday 03 March 2004 09:57 am, Ilja Booij wrote: > The solution I can think of now is the following: > > make sure all aliases (or at least their domain part) go into the > database in lowercase. Whenever we check a domain alias, we first > convert the domain string to lowercase. We can then

Re: [Dbmail] CAP domain results in "no such user" mail bounce

2004-03-03 Thread Ilja Booij
Subject: Re: [Dbmail] CAP domain results in "no such user" mail bounce well, after some more reading, I guess it's a bit different: IMAP RFC3501 takes no position on case sensitivity in mailbox names. So, we can support either case sensitive or case insensitive mailbox names. Currently

Re: [Dbmail] CAP domain results in "no such user" mail bounce

2004-03-03 Thread Curtis Maurand
x27;ism, you should put code in the software to do the > >>comparison, not in the SQL, mysql is not case sensitive,. So on mysql > >>dbmail would not conform to the RFC in this case. > >> > >>... John > >> > >>-Original Message- &g

Re: [Dbmail] CAP domain results in "no such user" mail bounce

2004-03-03 Thread Ilja Booij
Behalf Of Ilja Booij Sent: Wednesday, March 03, 2004 11:30 PM To: dbmail@dbmail.org Subject: Re: [Dbmail] CAP domain results in "no such user" mail bounce well, after some more reading, I guess it's a bit different: IMAP RFC3501 takes no position on case sensitivity in mailbox na

Re: [Dbmail] CAP domain results in "no such user" mail bounce

2004-03-03 Thread Ilja Booij
ick. ... John -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ilja Booij Sent: Wednesday, March 03, 2004 8:47 PM To: dbmail@dbmail.org Subject: Re: [Dbmail] CAP domain results in "no such user" mail bounce We can't use ILIKE, as it

Re: [Dbmail] CAP domain results in "no such user" mail bounce

2004-03-03 Thread Magnus Sundberg
Ilja Booij wrote: well, after some more reading, I guess it's a bit different: IMAP RFC3501 takes no position on case sensitivity in mailbox names. So, we can support either case sensitive or case insensitive mailbox names. Currently, mailboxes are case sensitive when using PostgreSQL, and cas

RE: [Dbmail] CAP domain results in "no such user" mail bounce

2004-03-03 Thread Curtis Maurand
> > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf > Of Ilja Booij > Sent: Wednesday, March 03, 2004 10:05 PM > To: dbmail@dbmail.org > Subject: Re: [Dbmail] CAP domain results in "no such user" mail bounce > > In DBMail

RE: [Dbmail] CAP domain results in "no such user" mail bounce

2004-03-03 Thread Curtis Maurand
("value%") > > should do the trick. > > ... John > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf > Of Ilja Booij > Sent: Wednesday, March 03, 2004 8:47 PM > To: dbmail@dbmail.org > Subject: Re: [Dbmail] CAP domain

Re: [Dbmail] CAP domain results in "no such user" mail bounce

2004-03-03 Thread Ilja Booij
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ilja Booij Sent: Wednesday, March 03, 2004 11:30 PM To: dbmail@dbmail.org Subject: Re: [Dbmail] CAP domain results in "no such user" mail bounce well, after some more reading, I guess it's a bit different

RE: [Dbmail] CAP domain results in "no such user" mail bounce

2004-03-03 Thread John Hansen
Ilja Booij Sent: Wednesday, March 03, 2004 11:30 PM To: dbmail@dbmail.org Subject: Re: [Dbmail] CAP domain results in "no such user" mail bounce well, after some more reading, I guess it's a bit different: IMAP RFC3501 takes no position on case sensitivity in mailbox names. So,

Re: [Dbmail] CAP domain results in "no such user" mail bounce

2004-03-03 Thread Ilja Booij
e- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ilja Booij Sent: Wednesday, March 03, 2004 8:47 PM To: dbmail@dbmail.org Subject: Re: [Dbmail] CAP domain results in "no such user" mail bounce We can't use ILIKE, as it's not supported by MySQL. It'

RE: [Dbmail] CAP domain results in "no such user" mail bounce

2004-03-03 Thread John Hansen
Behalf Of Ilja Booij Sent: Wednesday, March 03, 2004 10:05 PM To: dbmail@dbmail.org Subject: Re: [Dbmail] CAP domain results in "no such user" mail bounce In DBMail 1.2.3 the queries were all defined in the backend driver. In DBMail 2.0, the backend driver has become much smaller a

Re: [Dbmail] CAP domain results in "no such user" mail bounce

2004-03-03 Thread Ilja Booij
CTED] On Behalf Of Ilja Booij Sent: Wednesday, March 03, 2004 8:47 PM To: dbmail@dbmail.org Subject: Re: [Dbmail] CAP domain results in "no such user" mail bounce We can't use ILIKE, as it's not supported by MySQL. It's also not a part of SQL92, is it? I'll look for a wa

RE: [Dbmail] CAP domain results in "no such user" mail bounce

2004-03-03 Thread John Hansen
] On Behalf Of Ilja Booij Sent: Wednesday, March 03, 2004 8:47 PM To: dbmail@dbmail.org Subject: Re: [Dbmail] CAP domain results in "no such user" mail bounce We can't use ILIKE, as it's not supported by MySQL. It's also not a part of SQL92, is it? I'll look for a way around

Re: [Dbmail] CAP domain results in "no such user" mail bounce

2004-03-03 Thread Ilja Booij
ubject: [Dbmail] CAP domain results in "no such user" mail bounce I noticed that when dbmail checks for a delivery point, if the domain name does not match one listed in the aliases table case for case, it will bounced the mail with "so such user". Has this comparison always been

RE: [Dbmail] CAP domain results in "no such user" mail bounce

2004-02-24 Thread John Hansen
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David Sent: Tuesday, February 24, 2004 9:47 AM To: dbmail@dbmail.org Subject: [Dbmail] CAP domain results in "no such user" mail bounce I noticed that when dbmail checks for a delivery point, if the domain name does not match one lis

[Dbmail] CAP domain results in "no such user" mail bounce

2004-02-23 Thread David
I noticed that when dbmail checks for a delivery point, if the domain name does not match one listed in the aliases table case for case, it will bounced the mail with "so such user". Has this comparison always been case sensitive? For example, if [EMAIL PROTECTED] is in the aliases table and then