On Wed, 2002-05-29 at 14:49, Roland Schneider wrote: > The order listed few lines above is also bad and should be fixed... > > - # username, cryptpw, uid, gid, clearpw, home, maildir, quota, fullname > + # username, cryptpw, clearpw, gid, home, maildir, quota, fullname
you mean + # username, cryptpw, clearpw, uid, gid, home, maildir, quota, fullname ?? > MYSQL_SELECT_CLAUSE SELECT local,'',clear,7780,7780, \ > '/relay/home/$(local_part)','.',quota,name \ > FROM passwd WHERE local='$(local_part)' \ > AND (domain='$(local_part)' OR domain='$(domain)') You got 2 "numbers" in this sql, but only room for one in your "changed ordered list" which leads me to my question above. kind regards S�ren Vrist :) _______________________________________________________________ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
