• The new Python extension is now available. It allows customers to deploy and manage WSGI-based Python applications on their websites directly from Plesk.
  • Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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