Changes between Version 7 and Version 8 of Add/Remove mail lists


Ignore:
Timestamp:
01/08/08 13:13:25 (18 years ago)
Author:
secrest@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Add/Remove mail lists

    v7 v8  
    3636}}}
    3737
    38 Note the invocation of `/usr/local/sbin/mailmanrepair`.  This is used to tell `postfix` that the new addresses that should be handled by postfix.
     38Note the invocation of `/usr/local/sbin/mailmanrepair`.  This is used to tell `postfix` that the new addresses that should be handled by postfix.
     39
     40== Resetting the Password for a Mail List ==
     41
     42To reset a list's admin password to a random value:
     43{{{
     44/usr/lib/mailman/bin/change_pw -l listname
     45}}}
     46To reset a list's admin password to a specific value:
     47{{{
     48/usr/lib/mailman/bin/change_pw -l listname -p newpassword
     49}}}
     50The new password will automatically be emailed to the list administrator.