[majordomo] default values new lists

Status
Not open for further replies.

decramy

New member
Joined
Oct 18, 2007
Messages
4
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.

Code:
cd /etc/virtual; for i in `find .|grep majordomo|egrep '.config$'`; do perl -i -pe"s|^maxlength           =.*$|maxlength           =   1024000000|" $i; done
 
Status
Not open for further replies.
Back
Top