Ok... Summary so far
OS: SuSe Linux 7.0 Kernel 2.2.18smp
Distr vpopmail 4.9.10
Installs fine, config line is
./configure --enable-roaming-users=y --enable-relay-clear-minutes=20 --enabl
e-clear-passwd=n --enable-tcprules-prog=/usr/local/bin/tcprules --enable-cle
ar-passwd=y --enable-auth-logging=y --enable-mysql=y
Everything functions normally, except for adding in a new domain. New
domains cause the program to seg fault
vpopmail@www:~/bin > ./vadddomain test.com
Please enter password for postmaster:
enter password again:
Segmentation fault
However, mysql conversion worked, and as far as I can tell users are able to
authenticate with the existing domain.
Distr: vpopmail 4.10.24
Compile and install works normally Config line
./configure --enable-roaming-users=y --enable-relay-clear-minutes=20 --enabl
e-clear-passwd=n --enable-tcprules-prog=/usr/local/bin/tcprules --enable-cle
ar-passwd=y --enable-auth-logging=y --enable-mysql=y
mysql conversion of existing domain does not appear to work, and therefore
users cannot authenticate. (did not try it without mysql) Addition of new
domains causes a seg fault
vpopmail@www:~/bin > ./vadddomain test.com
Please enter password for postmaster:
enter password again:
Segmentation fault
Attempted deletion of old domains causes error: cannot chdir to
vpopmail/domains/domain dir
Allow relay of pop-auth users does not work in either case... Error
returned is that "domain is not in my rcpthosts"
I will report what happens re: the mailing list creation as soon as I verify
I have all installed for that