Building vpopmail 4.10.19 on Solaris 7:

./configure --enable-roaming-users=y --enable-ip-alias-domains=y \
--enable-passwd=y --enable-mysql=y --enable-incdir=/var/lib/mysql/include/my
sql \
--enable-libdir=/var/lib/mysql/lib/mysql --enable-valias=y --enable-mysql-re
plication=n \
--enable-file-locking=y --enable-qmail-ext=y

After running ./configure with the above options, the final lines of output
from ./configure are:

creating config.h
           vpopmail 4.10.19
            Current settings
---------------------------------------

vpopmail directory = /var/qmail/vpopmail
               uid = 7797
               gid = 2109
          ip alias = OFF --enable-ip-alias-domains=n (default)
address extentions = ON  --enable-qmail-ext=y
     roaming users = ON  --enable-roaming-users=y
    tcpserver file = /var/qmail/vpopmail/etc/tcp.smtp
    open_smtp file = /var/qmail/vpopmail/etc/open-smtp
        user quota = OFF --enable-hardquota=n default
       auth module = mysql --enable-mysql=y
 mysql replication = OFF --enable-mysql-replication=n default
table optimization = many domains --enable-many-domains=y default
  system passwords = ON  --enable-passwd=y default
      file locking = ON  --enable-file-locking=y default
         file sync = ON  --enable-file-sync=y default
      auth logging = OFF --enable-auth-logging=n default
mysql clear passwd = OFF --enable-clear-passwd=n default
 valias processing = ON  --enable-valias=y
        pop syslog = show only failure attempts
                     --enable-logging=e default
    default domain =  --enable-default-domain=
          auth inc = -I/var/lib/mysql/include/mysql
          auth lib = -L/var/lib/mysql/lib/mysql -lmysqlclient -lz

You'll notice that it says ip alias is off.  But I
have --enable-ip-alias-domains=y in my ./configure line.  Is this a bug with
./configure, and if so, does anybody have a fix?  I don't know enough about
how configure scripts work to track it down myself :(


Dave W


Reply via email to