On 1/12/06, Sandeep Agarwal <[EMAIL PROTECTED]> wrote: > hi all, > > i am using postgres as the db for vpopmail. i am trying to upgrade > from 5.4.9 to 5.4.13 but when i run the configure script i get this > error > "valias is only supported in the MySQL authentication module" > my configure options are > ./configure --disable-roaming-users --enable-logging=p > --disable-ip-alias-domains --disable-passwd --enable-clear-passwd > --disable-domainquotas --enable-auth-module=pgsql > --disable-many-domains --enable-auth-logging --enable-sql-logging > --enable-valias > > valias used to work perfectly fine in 5.4.9, why valias is not > supported with pgsql in 5.4.13 and REDME.pgsql does not provides any > information for that.
Release-notes for 5.4.13 says this Tom Collins - configure.in: fix checks to limit enable-valias to MySQL only. but why postgres support is pulled out ?? thanks Sandeep