Plesk 9.2.1 for Linux Acronis module bug

You would never believe it,  a bug in the Plesk control panel.  When trying to backup via the Acronis module in Plesk it backs up about 100MB of data and then stops… however, if you run a full backup from the command line like:

> trueimagecmd –create –partition:1-3 –progress:on –filename:/mnt/backup/root.full.01.06.2009.tib

it works fine.

Turns out it’s a bug in Plesk 9.0, which, is meant to be fixed after Plesk 9.2.  The fix can be found at:

Wouldn’t things be boring if they didn’t keep us on our toes like this.

Plesk 9.2 for Linux greylisting

Parallels released Plesk 9.2 with greylisting support in it, however, it appears that they didn’t implement it in the control panel and setting it up must be done via the command line.

ie:

/usr/local/psa/bin/grey_listing –help | less

Usage: grey_listing command [options]

Available commands:
–update-mailname or -um <mail@domain>
updates the grey listing
configuration for existing mail user
–update-domain or -ud  <domain>   updates the grey listing configuration
for existing domain
–update-server or -u              updates the grey listing server-wide
settings
–info-mailname or -im <mail@domain>
retrieves grey listing settings for
given mailname
–info-domain or -id   <domain>    retrieves grey listing settings for
given domain
–info-server or -i                retrieves server wide grey listing
settings
–help or -h                       displays this help page
Available options:
-status            <on|off>        enable/disable grey listing. Used with
–update-domain or with
–update-server command
-personal-conf     <true|false>    allows or prohibits personal grey
listing configuration for users. Used
only with –update-server command.
-grey-interval     <number>        updates grey interval value (in
minutes). Used only with
–update-server command
-expire-interval   <number>        updates expire interval value (in
minutes). Used only with
–update-server command
-penalty-interval  <number>        updates penalty interval value (in
minutes). Used only with
–update-server command
-penalty-status    <true|false>    enable/disable penalties for server.
Used only with –update-server command
-blacklist <add|del>:<pattern1[,pattern2]>;…
adds, deletes e-mail(s) pattern of
black list shared with spamassassin.
Used with –update-mailname or with
–update-server command
-whitelist <add|del>:<pattern1[,pattern2]>;…
adds, deletes e-mail(s) pattern of
white list shared with spamassassin.
Used with –update-mailname or with
–update-server command
-domains-whitelist <add|del>:<pattern1[,pattern2]>;…
adds, deletes domains pattern of
white list. Used only with
–update-server command
-domains-blacklist <add|del>:<pattern1[,pattern2]>;…
adds, deletes domains pattern of
black list. Used only with
–update-server command

URL: