| 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. |
| | 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. |
| | 39 | |
| | 40 | == Resetting the Password for a Mail List == |
| | 41 | |
| | 42 | To reset a list's admin password to a random value: |
| | 43 | {{{ |
| | 44 | /usr/lib/mailman/bin/change_pw -l listname |
| | 45 | }}} |
| | 46 | To reset a list's admin password to a specific value: |
| | 47 | {{{ |
| | 48 | /usr/lib/mailman/bin/change_pw -l listname -p newpassword |
| | 49 | }}} |
| | 50 | The new password will automatically be emailed to the list administrator. |