Mailing list creation with QMailAdmin fails
Submitted by Bram Schoenmakers on 7 December, 2007 - 14:19.
Installing QMailAdmin from FreeBSD ports also installed the ezmlm-idx package. QMailAdmin worked quite good except when creating mailing lists. It showed an error like No mailing lists found (translated from Dutch) after submitting a request to create a mailing list.
Luckily, the httpd error logs had the following lines in it.
[Fri Dec 07 11:22:26 2007] [error] [client 12.34.56.78] ezmlm-make: fatal: /usr/local/bin/ezmlmrc does not exist
It appeared that /usr/local/etc/ezmlm/ezmlmrc.sample was not renamed to /usr/local/etc/ezmlmrc. I missed any documentation on the existence of this file, but after renaming it to the right name, mailing list creation just worked fine. Don't worry about the fact that httpd-error.log mentions the bin directory, having it in etc/ezmlm is enough.