Qmail linux mainames path /var/qmail/mailnames/domain/
Category Archives: Network
Getting a lot of notification from DrWeb.
Resolution It is possible to disable notifications from DrWeb. In order to do so, several corrections should be made in the Plesk database:
Installing mcrypt – what to do to work with php
After a lot of research, as I couldn’t find answers on forums and other places. I found on sourceforge.net they released some rpm packages to integrate mcrypt and mhash with php. First we need to install mcrypt and mhash as follows: 1) Install mcrypt & mhash yum install mcrypt* yum install mhash* answer y to …
Continue reading “Installing mcrypt – what to do to work with php”
How do I change maximum attachment size in Horde?
Resolution By default, PHP limits uploaded files size to 2 MB, and this limit applies to all PHP application including Webmail. Edit the following options in /etc/php.ini file on the Plesk server and set the values that match your needs, for example: upload_max_filesize = 32M post_max_size = 32M Restart Apache after the php.ini file modification. …
Continue reading “How do I change maximum attachment size in Horde?”
lots of relaylock & authpsa processes + mail failure
Since I updated to plesk 9.2 I have problems with receiving mail after a few hours. When i check my system for active processes using “top” I receive a ton of entries like: http://forum.parallels.com/showthread.php?t=92832
Debian or Ubuntu Linux runlevel configuration tool to start service
Task: Command line tool to manage services / Ubuntu runlevel update-rc.d automatically updates the System V style init script links /etc/rcrunlevel.d/NNname to scripts /etc/init.d/name. These are run by init when changing runlevels and are generally used to start and stop. For example turn on ssh service type the command: