Koozali.org: home of the SME Server
Obsolete Releases => SME 7.x Contribs => Topic started by: darmasanthi on July 12, 2011, 01:40:53 PM
-
Dear All,
I found this error messages:
[root@server~]# fetchmail -?
-bash: fetchmail: command not found
this is the version of fetchmail:
[root@server ~]# yum info installed smeserver-fetchmail
Loading "installonlyn" plugin
Loading "fastestmirror" plugin
Loading "smeserver" plugin
Loading "protect-packages" plugin
Installed Packages
Name : smeserver-fetchmail
Arch : noarch
Version: 1.3.6
Release: 21.el4.sme
Size : 453 k
Repo : installed
Summary: sme module to generate fetchmail poll
Description:
sme server enhancement to make fetchmail more useable
regards,
darmasanthi
-
this is the version of fetchmail:
[root@server ~]# yum info installed smeserver-fetchmail
No, that is the version of smeserver-fetchmail installed. It appears you do not have fetchmail installed.
rpm -q fetchmail
will verify.
yum install fetchmail
will correct the problem.
However, you still have a mystery as to how 'fetchmail' came to be not installed - did you perhaps do:
rpm -e fetchmail
at some stage?
You should also report a bug against smeserver-fetchmail. It should have 'Requires: fetchmail' in its rpm spec file.