Archives

setup custom mail filtering in plesk9 postfix

This arcticle desribes how we can implement custom mail filtering in a plesk9 server having postfix as the MTA. This can be used for mailfiltering tasks like moving over spam messages to a spam or .Spam folder at delivery time etc.This is only a single use that i have described here..but you can devise do [...]

Updating stats on plesk

 
Update Stats in Plesk
Monday, November 27th, 2006
command
===========================
/usr/local/psa/admin/sbin/statistics –calculate-one –domain-name=domain.com
===========================
 
To update webstats on Plesk use this command./usr/bin/webalizer -n domain name -o /home/httpd/vhosts/domain name/webstat/ /home/httpd/vhosts/domain name/logs/access_logalso note that in webalizer.conf which is in /etc/webalizer.conf this entry should be commented dns_cache.dbThe above command will update stats for only one domain but if you want to update stats for [...]

Recompiling apache and php on Plesk.

How to recompile Apache,PHP and IMAP with increased value of file descriptors larger than FD_SETSIZE (1024) on RedHat-like systems.
* Plesk for Linux/Unix
SYMPTOMS
RPM packages are compiled by vendors with too small (1024) number of file descriptors and it might cause the following messages to appear in /var/log/httpd/error_log:
Segmentation fault (11)
[warn] make_sock: problem listening on port 443, file [...]