![]() |
||
The Crucial Blog - Archive May 22, 2009
How to install Sendmail on a new server?yum install sendmail If you are getting the following error in /var/log/maillog while sending an email 1) Make sure that 127.0.0.1 is listed in /etc/mail/access and /etc/hosts. 2) In the file /etc/mail/sendmail.mc comment out the line below by prepending it with ‘dnl”,like dnl DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA’) 3 Rebuild sendmail.cf m4 /etc/mail/sendmail.mc > /etc/mail/sendmail.cf 4)Restart sendmail service sendmail restart While rebuilding, some times we may encounter the following error: >> yum install sendmail-cf After that repeat, step 3 and 4. Now try to send mail using “mail -v” and it should work fine. Thanks Gopi for this article! Tags: linux, mail, server-administrationNo Comments Filed under: Uncategorized by — aaron @ 12:44 am February 18, 2008
Problems Logging into Horde – cPanelWhen you are having problems logging into Horde on cPanel, and just keep getting the same login page over and over again. This is usually due to the horde_sessionhandler table being corrupt in the Horde database. You can usually fix the issues with logging into Horde by doing one of the following steps: 1. In MySQL try: repair table horde_sessionhandler; If this does not fix the issue, try the following: 2. In MySQL delete, and recreate the horde_sessionhandler table as follows: drop table horde_sessionhandler; CREATE TABLE horde_sessionhandler (session_id VARCHAR(32) NOT NULL, session_lastmodified INT NOT NULL, session_data LONGBLOB,PRIMARY KEY (session_id)) ENGINE = InnoDB; GRANT SELECT, INSERT, UPDATE, DELETE ON horde_sessionhandler TO horde@localhost; FLUSH PRIVILEGES; Hope this helps! Tags: cpanel, horde, mailNo Comments Filed under: Uncategorized by — aaron @ 10:08 pm |
Tag Cloud
firewall
cisco
ruby-on-rails
mail
lxadmin
XenServer
vds
hypervm
windows 2008 server
system administration
security
cpanel
webmin
centos5
xen
raid
joomla
gentoo
centos
php
wordpress
yum
lxlabs
fantastico
linux
microsoft
apache
exchange
windows
vmware
vps
virtualization
networking
ubuntu
storage
debian
control panels
virtual dedicated servers
windows server
subversion
ssh
server-administration
esxi
servers
fedora
|
|
Quick Links: Debian Dedicated Servers, Direct Deposit Hosting, Unmetered Dedicated Servers, Virtual Dedicated Servers, Windows Server Management, High Traffic Web Hosting - Load Balanced Clusters, Windows 2008 Server Virtual Dedicated Servers
© Copyright 2003-2008
Crucial Paradigm
ABN 97 125 618 662