[email protected] wrote on 2025-07-22 11:11:

we would really like to use both lists.luc.edu and listservnew.luc.edu. Is that 
possible?

It is possible, and since it's impossible to get 100% of users to update all future mail to the new list, it's desirable.


Is the old server still handling mail for your domain in any capacity? Depending on how mail is routed would determine where the following stuff would go.


On the server's postfix settings, in a canonical mapping file (aka $your_file_name), something like this (from my new server):


## talk mailing list
[email protected]                     [email protected]
## [email protected]              [email protected]
[email protected]             [email protected]
[email protected]             [email protected]
[email protected]                [email protected]
[email protected]               [email protected]
[email protected]               [email protected]
[email protected]             [email protected]
[email protected]           [email protected]
[email protected]         [email protected]


Be sure to add entries for each list migrated from old to new list.

And be sure to run `postmap $your_file_name` after creating this file.




In /etc/postfix/main.cf, need to include a reference to $your_file_name something like this:

## BC_RON: redirect mail to, say, [email protected] to
## [email protected]:
##
## Invoke the mm2 line when decommissioning Mailman v2 on old server:
recipient_canonical_maps = hash:/etc/postfix/recipient_canonical.map,
        hash:/etc/mailman3/mm2_to_mm3_gtalug.org_to_lists.gtalug.org.map



I found I also had to configure "Acceptable aliases" in "Message Acceptance" in each list's Settings for it to not reject mail to old address with "Implicit destination" errors.




All that should get you pointed in the right direction...

_______________________________________________
Mailman-users mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://lists.mailman3.org/mailman3/lists/mailman-users.mailman3.org/
Archived at: 
https://lists.mailman3.org/archives/list/[email protected]/message/ZVWYP5MX3EHOS6GTUSWH6I5OE7JJGPNG/

This message sent to [email protected]

Reply via email to