To update the mailbox usage statistics for a cPanel account simply run the following replacing "<USERNAME>" with the cpanel username.
/scripts/generate_maildirsize
33147 views
To view a count of the messages in qmail
/var/qmail/bin/qmail-qstat
To view more details on the messages in the queue
/var/qmail/bin/qmail-qread
To view the
5795 views
In versions newer than H-Sphere 2.5 Patch 1 you can increase the logging level by editing the "/var/qmail/control/options" file. Simply
7601 views
After unsuspending sites sometimes the /dev/ directory in the virtual sites directory is missing.
----- The following addresses had permanent fatal
7809 views
To resolve the problem "invalid maildirsize file"
Login to your cPanel server using SSH and run
/scripts/generate_maildirsize <username>
You will need to
9364 views
To temporarily block inbound mail to a mail server by blocking access to port 25 on the server use the
6070 views
To test AUTH LOGIN
Prepare the username and password by encoding them as follows:
$ perl -MMIME::Base64 -e 'print encode_base64("user\@domain");'dXNlckBkb21haW4=
$ perl -MMIME::Base64
8398 views
To disable greylisting (graylisting) you will need to login as an admin and follow these simple steps.
Expand “Domains” and click
6299 views
Updating /etc/mail/access file the milter processes can generate “open error hash … Permission denied” errors.
When the files are automatically updated
6900 views