View Single Post
  #3 (permalink)  
Old 12-26-2007, 09:08 PM
mmorse mmorse is offline
Zimbra Consultant
 
Posts: 5,814
Default

Correct it shouldn't be running:
chkconfig sendmail off
service sendmail stop (or /etc/init.d/sendmail stop)
zmcontrol stop
zmcontrol start
(and sendmail starts up here?)

You could test a yum remove sendmail (Though I always thought fetchmail is dependent on that for a few things which might be why the quick start guides just mention disabling not uninstalling - Or it might have been that for some platforms a 'remove sendmail' uninstalls fetchmail, while a 'install fetchmail' only grabs the necessary sendmail stuff or something.)
Thought you're on CentOS4, from the Centos 5 Install Guide:
Quote:
11. Next remove sendmail by running yum remove sendmail.
12. Next install some required files by running the following command:
yum install openssl097a compat-libstdc++-296 compat-libstdc++-33.
yum install compat-db (to Get Spell Server to Start)
13. Edit the /etc/sudoers and comment out “defaults requiretty” (put # in front of it).
14. Edit the /etc/sysconfig/i18n and delete the line LANG=”en_US.UTF-8”.
15. Reboot the system.
16. Then run yum install fetchmail.
(The unicode stuff mentioned above is in CentOS - UTF-8 - unicode start - Zimbra :: Wiki)
A 'which sendmail' as the zimbra user typically returns "/opt/zimbra/postfix-2.4.3.3z/sbin/sendmail"
reckless2k2's thread is: centos4 upgrade to 5.0 errors
__________________
-Mike Morse (MCode151)

ZCS-to-ZCS Migrations & Moves | Admin Tools & Tidbits » ZimbraBlog.com | ZimbraCommunity.com

Last edited by mmorse : 12-27-2007 at 01:21 AM. Reason: link to RHEL4 builds install issue XS Scalar::Util .bashrc PERLLIB & PERL5LIB env stuff
Reply With Quote