• 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

Bugs

littlefrog

Regular Pleskian
Two things

When assigning a domain to an exclusive ip address that has already been assigned to a different domain it displays error message but still assigns it to the IP.

Under "Tools & Settings" > "IP Addresses" if you view the IP address it shows both domains there.

1) When assigning a domain to an exclusive IP that it show available IPs or atleast show in quotes (or something) how many domains already assigned to that IP

2) When viewing list of IP Addresses in "Tools & Settings" > "IP Addresses" it would be nice if the list could include 2 more columns:
a) Default Domain Assigned
b) Certificate Name Assigned

Note: My list of bugs moved to http://forum.parallels.com/showthread.php?t=107319
 
Last edited:
I can say that:

2. Fixed already. Fix will be included to next Plesk update.
3. # /usr/local/psa/admin/bin/mailmng --help | grep resp
(--set-autoresponder | --reset-autoresponder) --domain-name=<domain_name> --mailname=<mail_name>
enables/disables autoresponder for mailname
 
Another Bug

Running:
/usr/local/psa/admin/sbin/mchk --with-spam

Kills the magicSpam module... as in no longer filtering email with MagicSpam
Note: This is on Postfix as mail server - Never tried Qmail.

Troubleshooting Performed:
1) Disabled and then Re-Enabled in MagicSpam module
2) Uninstalled and Reinstalled Module in the manage modules page.

Fixed (after reinstalling module):
1) Logged into SSH
2) # postfix flush
3) # postfix reload

UPDATE:
I was able to track it down to a setting in Postfix...

Oddly my belief is that if the mailbox size is set to large postfix
crashes in a way that when it immediately restarts it does so in safe
mode without magic spam on.

So when I reduced the size of my max mailbox size it restarted the
service without crashing and then kept filtering through MagicSpam.

This is on Red Hat ES5
File I had to change settings in was /etc/postfix/main.cf I changed
message_size_limit = 52428800

and added
message_size_limit = 52428800

and Postfix seemed to be stable with magic spam.

Currently I have a trouble ticket in with MagicSpam but wanted to post the update here.
Its most likely their add-on crashing if default email size is set to high.
 
Last edited:
According to Plesk Release Notes there is no any mentions about MagicSpam support.
 
ADDED TO THE FISRT POST AS #4

Another one:

When executing an API call such as
/usr/local/psa/bin/domalias

with a PHP script the connection to the web server gets killed and script terminated so never finished executing and user left with a blank screen.
 
Last edited:
ADDED TO THE FIRST POST AS #5

And another:

When using the Parallels Plesk Panel 10 API RPC 1.6.3.0

Even when copying the code right out of the manual
<?xml version="1.0" encoding="UTF-8"?>
<packet version="1.6.3.0">
<site-alias>
<create>
<site-id>12</site-id>
<name>myalias.com</name>
</create>
</site-alias>
</packet>

With only replacing the site-id with a id of a parent domain i want to add an alias to and changing the name to a domain alias i want to add...

The request submits.
And just sits there - never returning a response (similar to CLI)

However something odd starts to happen.

All domains that are on the same IP as the one i just added the alias to are now being redirected to the default domain on the ip.

This is probably a DNS issue.

I would like to think creating a Domain Alias is a simple function of Plesk which has worked perfectly for years on older versions... ( I have only use CLI up until now)

As of right now CLI doesn't work and API RPC doesn't work.... so my custom made control panel is down right now for all my customers.

Please advise.
 
Last edited:
3. # /usr/local/psa/admin/bin/mailmng --help | grep resp
(--set-autoresponder | --reset-autoresponder) --domain-name=<domain_name> --mailname=<mail_name>
enables/disables autoresponder for mailname

this still doesn't allow for "DELETE"
So I would still consider this a bug.
 
Back
Top