• 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!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.

Plesk Feature Requests

Next to webalizer and awstats add modlogan ..
or just replace webalizer cause it sucks ;)
 
According to modlogan.org, it's no longer being maintained; and according to sf.net, the last release was January of '02. What would be the point of that?

adam
 
What's with ranting about Webalizer? There's nothing wrong with Webalizer... it's stable and collects all the stats most people would ever need. On that note... it collects the exact same stats as AWStats, accept the stupid resolution and Flash version, etc, which requires you to install JavaScript on your site ...

I personally dislike AWStats... it has a stupid ugly interface (programmer trying to be designer. At least Webalizer knows it's ugly), it's written in Perl and has historical security vulnerabilities...

~Matt Simpson
 
So far, I'm very new with Plesk, but the features I'd like to add to the list are:

- move mail storage under the domain's directory (where htdocs, subdomains, etc). This would put just about everything in the same location.

- built-in ability to have tagged spam moved to a different folder.
 
Db access upgrades

I want to second Cranky's suggestion of a need for more than one Db to be accessible to a single Db user through Plesk control panel.

For those like me who can't wait for that:

i found a workaround to the issue through the command line (SSH window) in Virtuozzo. Here's the skinny:

through plesk, create "database_a" and username "user1"

create "database_b" and no users

in SSH window:

mysql -uadmin -p

\\ login to mysql with user "admin@localhost"
\\ will prompt for password

enter password

\\ once logged into mysql:

use database_b;

\\ the following will grant select priveleges
\\ on all tables in database_b to user1

GRANT SELECT ON database_b.*
TO user1@localhost;

\\ now user1 will have select privileges to
\\ database_a AND database_b.
\\ (priveleges to db_a were granted in
\\ plesk.)


\\ replace SELECT with ALL to grant all
\\ privileges, or INSERT, UPDATE, etc,
\\ depending upon what priveleges you wish
\\ to grant.
 
Re: non-resolving email rejection

I would also like to see the ability to set mail preferences along with domain templates:
e.g. Standard user box, standard aliases for that box, (abuse, admin, info, postmaster, users choice)

ALSO, just in case anyone missed it on Cranky's list (thanks Cranky)
AWSTATS!!!!

aaabyss
 
Back
Top