• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

migration from 9.2.2 to 10.3.1: missed all mlists

maumar

New Pleskian
Hello
we have migrated from 9.2.2 to 10.3.1; all went well, a part from mailinglits: none was migrated and, even worst, no error in the logs: is this a known bug?
How can I export mlists by old server and import them on the new one?
 
found
http://kb.odin.com/en/1644

however with this:

Code:
/opt/psa/bin/maillist -h

Usage: maillist command [options]
    Available commands:
    --create or -c     <maillist>      Create mailing list
    --update or -u     <maillist>      Update mailing list properties
    --remove or -r     <maillist>      Delete mailing list
    --update-service   <domain>        Updates mailing list service for
                                       domain
    --info or -i       <maillist>      List subscribers
    --on               <domain>        Enables mailing list service for
                                       domain
    --off              <domain>        Disables mailing list service for
                                       domain
    --help or -h                       Displays this help page

    Available options:
    -domain            <domain_name>   Domain name (required)
    -passwd            <password>      Set mailing list administrator's
                                       password [see the note below for
                                       details]
    -passwd_type   <plain|encrypted>   Set mailing list administrator's
                                       password type. If passwd_type is equal
                                       encrypted, passwd should be encrypted
                                       by sha1 algorithm. [see the note below
                                       for details]
    -email             <email>         Set mailing lists administrator's
                                       email (may be specified only with a
                                       'create' command)
    -notify            <true|false>    Notify mailing list administrator
                                       about mailing list creation (default:
                                       true, may be specified only with a
                                       'create' command)
    -status <enabled|disabled|admin,domadm,parent,client,expired>
                                       Sets status for mailing lists or
                                       mailing list service
    -members <add|del>:<email1>,..,<emailN>
                                       Adds/deletes email addresses to/from
                                       mailing list

you can't import xml file produced by export.py
how can i do that?
 
Last edited:
Back
Top