Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
Thank you in advance for your patience and understanding on the matter.
Hi,
I've searched around the board and can't seem to find an answer/issue tracked with this bug - and just wanna post the "work-around" solution to this problem -as I can reproduce it with every install I make with the Ubuntu 14.04.2 LTE x86 install I make.
Server installs fine, I upgrade...
But at least I had time to inspect the problem now. It seems that the Firewall module writes a **** ip6tables statement on certain network masks.
Ie. I had a deny rule for the mask: 193.105.210.0/24
This will make the module write the follwing in the firewall activation script...
A workaround to activate the deactivated subdomains:
You need access to the database on MySQL level (through phpMyAdmin, command-line or other tool):
In the psa database, you must run this SQL:
UPDATE psa.domains SET status = '0' WHERE domains.name = '<FQDN-of-your-sub-domain>'...
I can confirm - same happend here - subdomains disabled - I created a new subdomain manually to cope with this error - but now after the #8 microupdate - all the troubled subdomains from the #6 microupdate is now disabled once again...
Ubuntu 10.04.2 LTS / Plesk 10.4.4#8
Very strange behaviour in the way Plesk currently works... just tested a little bit more:
Going from shell acces: "/bin/bash (chrooted)" to "Forbidden" does not delete the chroot environment dirs mentioned before.
After manually deleting the dirs the following happens:
If going from...
Well, one way to do it - is by pairing up the information via the PSA database - a simple commandline throwing a statement to Mysql should do it:
/usr/bin/mysql -u admin -p`cat /etc/psa/.psa.shadow` -e "SELECT dom.name, bs.* FROM BackupsScheduled AS bs, domains AS dom WHERE bs.obj_id =...
Another thing that seems broken (or changed) : Before Plesk would only create the following dirs:
drwxr-xr-x 2 root root 4096 2011-08-06 01:34 bin
drwxr-xr-x 2 root root 4096 2011-08-06 01:34 dev
drwxr-xr-x 2 root root 4096 2011-08-06 01:34 etc
drwxr-xr-x...
Hi there.
I havent had time to follow the latest development of Plesk for that last months and just upgraded my Ubuntu 10.04 Plesk 10.2.x version to 10.3.1.
Almost without problems - except for the always recurring problems with custum handlers installed via mailmng to handle som custom...
No, Im so sorry - the two sentenses was switched around when I posted ... I just reedited my post.
If set to Closed - no one will be able to use your server to relay mails through SMTP (but a local application/PHP script/ webmail etc. running on the server might still send mail).
And...
In control panel under Settings -> Mail Server Settings -> Relaying - you have:
Relaying
(*) closed
( ) authorization is required:
[ ] POP3 before SMTP lock time Min
[ ] SMTP
If people with a mail account at your server needs to be able to relay through your server -...
Hi,
I just upgraded a clean installed Plesk 10.1.1 (with patchlevel 14) to Plesk 10.2.0 on a Ubuntu 10.04 64-bit server.
So far I discovered the following issues:
1) According to the Changelog file: "[+] (Only for Linux) Encrypted password in /etc/psa/.psa.shadow. The file .psa.shadow...
As far as I know - 4PSA does not support Plesk 10 ... and they have - unfortunately - no plans on when they will begin to support Plesk 10. At least when I checked a couple of weeks ago.
However the supporter I wrote with said that Spam Guardian should be possible to run with some...
Running:
apt-get install psa-hotfix3-9.2.3
at commandline after upgrade failed via Controlpanel upgrader on my Ubuntu 8.04 with Plesk 9.2.3 fixed the problem. Now webmail works again.
Thanks
--
Geert Lund, www.GLD.dk
I would guess it also could be /var/log/maillog or in /var/log/qmail/<something> - otherwise you can always send a mail to a known adress on the server and in /var/log/ just run a:
grep iEr "your\@emailadress\.com" *
Remember the \ before @ and any dots (.) in the adress. This will search...
The max setting on Plesk should be 1.000 for concurrencyremote. Bigger values will be capped to 1.000 - but you can check what setting is used by checking the qmail logfile - on Ubuntu thats in /var/log/mail.info - just check the log for the current string:
Nov 8 02:51:39 server qmail: xx.xx...
Hi,
You can get around this by changing the way the crontab runs for the DrWeb scheduled task - this is done by loggin in to Plesk as admin and then go:
Settings -> Scheduled Tasks -> drweb (just click on the name)
In this you just change the command of the DrWeb update task by...
Hi,
You should change the crontab of the DrWeb update to not mail you in the first place - this will remove all the spam you recieve at every DrWeb update.
Login to Plesk as Admin.
In the Settings -> Scheduled Tasks -> drweb (just click the link)
You change the Command of the cronjob...