On Fri, Mar 22, 2024 at 4:50 PM Pascal Léval <pascalleval@yahoo.fr> wrote:
hello ! working on Mailman 3.3.3 / Debian 11.9 I don't understand these 2 errors :
- mailman2&3 running, I've created a new MM3 list, and try to send a message, I get this error email : Sorry, we were unable to deliver your message to the following address.
<maliste@listes.leval.info> <maliste@listes.leval.info>: 550: 5.1.1 <maliste@listes.leval.info> <maliste@listes.leval.info>: Recipient address rejected: User unknown in relay recipient table
- trying to import a list from MM2 to MM3, I get this error on CLI : mailman import21 formule@listes.leval.info /var/lib/mailman/lists/formule/config.pck Usage: mailman import21 [OPTIONS] LISTSPEC PICKLE_FILE Try 'mailman import21 -h' for help.
Error: No such list: formule@listes.leval.info
First, you must create the list in MM3 because the list MUST exist before any operations can be done on it.
mailman create formule@listes.leval.info
# Create the list in MM3
mailman import21 formule@listes.leval.info /var/lib/mailman/lists/formule/config.pck # Import the list config and members
mailman-web hyperkitty_import -l formule@listes.leval.info /path/to/archives/private/formule.mbox/formule.mbox # import archives
mailman-web update_index_one_list formule@listes.leval.info
#update list index
-- Best regards, Odhiambo WASHINGTON, Nairobi,KE +254 7 3200 0004/+254 7 2274 3223 In an Internet failure case, the #1 suspect is a constant: DNS. "Oh, the cruft.", egrep -v '^$|^.*#' ¯\_(ツ)_/¯ :-) [How to ask smart questions: http://www.catb.org/~esr/faqs/smart-questions.html]