Hi Igor,Let's first see what the demand for this feature will be, and then consider the possibility of its implementation from a security point of view. There is no such automatic webmail login yet.
Hi Igore, That would be nice as i think to add new features that will make admin life easier without the need for a lot of votes, I believe you already do! you always do enhancements and provide new features as you compete with other markets and so on.@linuxman1 I understand you and the scenario you are used to in the cPanel. But, unfortunately, we cannot implement features for which there is very little demand. In this case, we simply won't have enough resources. If your usual scenario is supported by a lot of users, we will definitely consider it for implementation
Hi peter, Hi Igor,@linuxman1 Indeed, has no one heard about GDPR in your country?
As you know from time to time on any hosting server you will find an ongoing SPAM going out and if you will not stop it quickly the ip address of the server may get black listed, so I wish Plesk will add those enhancements like Cpanel did so we can work quickly and stop the ongoing SPAM. Cpanel will let me read the email and headers which in queue so I find out quickly what email account compromised and used to send SPAM out so I can stop it quickly before a server may get black listed RPL.
# find ./* -mtime -2
egrep -r -i --include=\*.php 'base64_decode|edoced_46esab|passthru|shell_exec|exec\(' --exclude-dir={system,\/*/logs,\/*/bin,\/*/dev,\/*/etc,\/*/lib,\/*/lib64,\/*/sbin,\/*/usr,\/*/var,\/*/tmp} /var/www/vhosts
> Let's please stick with your initial reason you mentioned why you want to have this feature:Let's please stick with your initial reason you mentioned why you want to have this feature:
Regarding spam you can easily determine the source of spam by other means. For example:
- Look into /var/log/maillog (mail.log) to see from which user account spam is submitted.
- Look into the email headers in Tools & Settings > Mail Server Settings > Mail Queue, then click on any mail subject to see the header of that mail.
- Look into the website structure on /var/www/vhosts/<subscription domain>/<document root> to see files or modifications that do not belong into that website, e.g. by executing a command like
to find files younger 2 days orCode:# find ./* -mtime -2
to find encoded files or files that want to run operating system commands (hackers frequently encode portions of their malware) and check whether the use of encoding or other special commands is legit.Code:egrep -r -i --include=\*.php 'base64_decode|edoced_46esab|passthru|shell_exec|exec\(' --exclude-dir={system,\/*/logs,\/*/bin,\/*/dev,\/*/etc,\/*/lib,\/*/lib64,\/*/sbin,\/*/usr,\/*/var,\/*/tmp} /var/www/vhosts
Now, your scenario for corporate use of mailboxes: If there is any urgency for a business to access an employees mailbox (e.g. the employ called in sick, died, is on vacation but the super important contract that the company needs is in his/her mail etc.) an administrator can always reset the mailbox password to gain access to that mailbox. It's a matter of seconds, actually only two mouse clicks from where you'd access webmail. Why should software developers spend many hours of work for a function that is not really needed, because there are other easy ways to achieve the goal, and that, if at all, is only rarely needed. Sure, we as admins all want a "God" mode, because it makes life even easier than what it already is. But is the wish for this God mode to access user's mailboxes really so urgent? How often does it occur that a company needs to access an employee's mailbox? And why in that case can't they simply set a new password on it and log in?
It would not be the right of a technical admin to view other people's emails anyway. If at all that would be the right of a supervisor. From my point of view, I'd rather say that in cPanel they went a bit too far to enable tech staff to check into user's mailboxes. If such a function was provided, it should be combined with an automatic notification to the user that the mailbox was accessed by a tech admin. Please feel free to repost the request on the user voice website. If it gets many votes, the feature will probably be included in a future update. Also look into the top twenty of user voice requests. There seem to be many other features that other users feel are more urgent to complete.
That may be because this is a user-to-user forum. Some Plesk staff randomly checks in, but in general, users (like me) are responding to stuff if they find the time and if they have something to say.BTW I asked on these forums for more important issues which I had with Plesk and nobody helped whatever I asked
That is a decision on your own discretion. Sometimes trying to "save" money is more costly than going for the real deal. Look at it differently: The regular price for the full product including full support is X. You have made the decision that you do not want to pay X, so you are getting the product for X-n. However this also means you are getting a product that has been diminished by n.it's hard for me to open tickets with Plesk support because I always have and I recommend to my clients to have Plesk licenses from resellers as I do to save some money,
> Anyway, your questions on the forum are welcome, even if sometimes there might noone be around to answer them for various reasons. A lot of > other users are doing their best, but sometimes others and me just don't have the time or don't have a solution.That may be because this is a user-to-user forum. Some Plesk staff randomly checks in, but in general, users (like me) are responding to stuff if they find the time and if they have something to say.
That is a decision on your own discretion. Sometimes trying to "save" money is more costly than going for the real deal. Look at it differently: The regular price for the full product including full support is X. You have made the decision that you do not want to pay X, so you are getting the product for X-n. However this also means you are getting a product that has been diminished by n.
From personal experience I can only highly recommend to have a Plesk support contract. For reseller licenses it is only around 10 bucks a month, and their staff is freaking awesome when it comes to solving issues. It's just one necessary business expense if you run a Plesk server. You probably own a car? Compare this like "I'm gonna fix everything on my car on my own." against "I fix some basic things on my own, but for the complicated stuff I'll drive to the repair service." You would not fix everything on your car on your own, would you?
Anyway, your questions on the forum are welcome, even if sometimes there might noone be around to answer them for various reasons. A lot of other users are doing their best, but sometimes others and me just don't have the time or don't have a solution.