Re: MJ config change on the fly
Jason L Tibbitts III <[email protected]> 06 Nov 2006 16:12:54 -0600
| Newsgroups | gmane.mail.majordomo.majordomo2.devel |
|---|---|
| Message-ID | <[email protected]> |
>>>>> "NT" == Nelson2, Tim <[email protected]> writes: NT> I'd like to update MJ2 to automatically add the alias entries NT> (currently doing them manually). Just do "make siteconfig" from the source directory. You could edit SITE/config.pl and manually add 'maintain_config' => 1 to the 'mta_options' hash, but that's only recommended if you understand enough Perl syntax as that's a raw Perl data structure. - J<