Plesk commands.

Reconfiguring a domain
/usr/local/psa/admin/sbin/websrvmng –reconfigure-vhost –vhost-name=domain.com
/usr/local/psa/admin/sbin/statistics –calculate-one –domain-name=yourdomain.comCommands for removing mail queue on plesk
==================================
Run this :
#qmailctl stop
#find /var/qmail/queue/mess -type f -exec rm {} \;
#find /var/qmail/queue/info -type f -exec rm {} \;
#find /var/qmail/queue/local -type f -exec rm {} \;
#find /var/qmail/queue/intd -type f -exec rm {} \;
#find /var/qmail/queue/todo -type f -exec rm {} \;
#find /var/qmail/queue/remote -type f -exec rm {} \;
#qmailctl start
qmailctl stop
find /var/qmail/queue/mess -type f -exec rm {} \;
find /var/qmail/queue/info -type f -exec rm {} \;
find /var/qmail/queue/local -type f -exec rm {} …

Read On »

plesk qmail issues.

mail client software: 553
If POP3 authorization is enabled in Plesk, then you may authorize with POP3 (simply check for new mail) to the server first, then you will be able to send mail within “POP3 lock time” that is set at Server > Mail page in Plesk CP.
If you get the bounce message with such error when send mail to a domain hosted on the Plesk server, then make sure that the Mail service for this domain is enabled and …

Read On »

Finding Spam on a qmailserver on Plesk

http://kb.swsoft.com/article_0_766_en.html
The server is overloaded with SPAM. There are many messages in queue. Mail is delivered slowly
RESOLUTION
First of all make sure that all domains have ‘Mail to nonexistent user’ set to ‘Reject’ but not to bounce. This can be changed for all domains using “Group Operations” on the “Domains” page in Plesk CP. ‘Reject mail to nonexistent user’ feature is available since Plesk 7.5.3.
Also, make sure that there are no untrusted IPs and networks in white list.
Check how many messages there …

Read On »

Plesk tips and fixes.

How can I repair my admin account if the password is lost?
==============================================================================
SYMPTOMS
If you see one of the following error messages:
1. Unable to connect to database
2. login.php3: Unable to connect to database: Permission denied
3. ERROR 1045: Access denied for user: ‘admin@localhost’ (Using password: YES)
Then we can offer you the following options to solve this issue. The example below is for RedHat-like operations systems (RedHat, CentOS, FedoraCore), for other operation systems paths to mysql binaries may differ.
RESOLUTION
1. Please try to restart Plesk …

Read On »

 Page 2 of 2 « 1  2