Archive for April, 2008
Saturday, April 19th, 2008
login as root (ssh)
cd /var/spool/exim/input
for file in *
do
rm -fv $file
done
Posted in Exim | No Comments »
Saturday, April 19th, 2008
After logging into cPanel for all users, all skins, the following error appears directly under the "Please update your contact information here" line:
[an error occurred while processing this directive]
make sure /etc/wwwacct.conf is chmod 644
Posted in cPanel | No Comments »
Saturday, April 19th, 2008
1. You must complete a server installation of one of the supported operating systems listed on cpanel.net main page. (Install suplimentary wget and lynx)
2. You must have a server with the following minimum specifications:
At least a Pentium 3 500 MHz processor
At least a 10 GB hard drive
At least 256 MB ...
Posted in cPanel | No Comments »
Saturday, April 19th, 2008
To block all emails sent from a specific domain:
-go to WHM/Service Configuration/Exim Configuration Editor and switch to Advanced mode
-at begin acl form put:
if $header_from: contains "@domain_name.com"
then
fail text "What message do you want."
seen finish
endif
Posted in Exim | 1 Comment »
Saturday, April 19th, 2008
When a client want to get email from other server you need to change MX (change from WHM/Edit a DNS Zone not from cPanel)
1. In DNS Zone do that:
domain.com. 14400 IN MX 0 any.domain.com.
2. Add new entry
any.domain.com. 14400 IN A 123.123.123.123
Change last figure of Serial Number and click Save. Restart ...
Posted in Exim | 1 Comment »