• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be 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.

-passwd_type crypt nolonger works

S

SymbioteK

Guest
hi im trying to migrate a server to plesk 8
i have written a script to create all of the accounts using the passwords from the old server

unfortunatly -passwd_type crypt
doesn`t seam to work ???

i am using

/usr/local/psa/bin/mail.sh -c <Mailname>@<Domain> -passwd '<Encrypted_Pass>' -passwd_type plain -cp_access true -mailbox true

The script will return

Can't create mailname:
Wrong syntax for option's '-passwd_type' parameter
 
I am getting the exact same error. What was "-passwd_type" changed to? Can I just leave it out or do I use another parameter?
 
I am getting the exact same error. What was "-passwd_type" changed to? Can I just leave it out or do I use another parameter?
 
its changed to encrypted

-passwd_type <plain|encrypted> specifies the type of mailbox
password, ignored if no password
specified

took me a while to work it out :mad:
 
I'm sorry, after I posted I realized that my error is actually quite different. I don't get a syntax error, mine is actually a non-existent option. Here's what is says:

Cannot create domain: Unrecognizeable option: '-passwd_type'

Apparently they have taken it out in release 8.
 
Back
Top