• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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