PDA

View Full Version : [majordomo] default values new lists



decramy
06-10-2008, 02:21 AM
Hello,

Is it possible to change the default values for new lists somewhere?
When I create a mailinglist, the default value for maxlength stands on 40000. This could be to short for customers.

I already did this one for all existing mailinglists, but the new ones will be created with 40000.


cd /etc/virtual; for i in `find .|grep majordomo|egrep '.config$'`; do perl -i -pe"s|^maxlength =.*$|maxlength = 1024000000|" $i; done

decramy
06-10-2008, 02:22 AM
woops, wrong forum...