Koozali.org: home of the SME Server

Obsolete Releases => SME 7.x Contribs => Topic started by: input on June 30, 2011, 06:01:30 PM

Title: instal fetchmail
Post by: input on June 30, 2011, 06:01:30 PM
hello,

I tried to install fetchmail with this link:http://wiki.contribs.org/Fetchmail but I get an error while installing.
Is there another way to install fetchmail in SMEServer ?

Thanks
Title: Re: instal fetchmail
Post by: Stefano on June 30, 2011, 06:19:56 PM
what error?

please, be verbose, tank you.. no one here has a crystal ball :-)
Title: Re: instal fetchmail
Post by: input on June 30, 2011, 06:31:01 PM
what error?

please, be verbose, tank you.. no one here has a crystal ball :-)
cannot find a valid baseurl for repo:smecontribs
Title: Re: instal fetchmail
Post by: chris burnat on July 01, 2011, 12:54:55 AM
Moving to Contribs section of the forum as requested.
Title: Re: instal fetchmail
Post by: input on July 06, 2011, 01:28:20 PM
Moving to Contribs section of the forum as requested.
Can someone please tell me how to install fetchmail.
The link yum --enablerepo=smecontribs install smeserver-fetchmail is not working.

Thanks
Title: Re: instal fetchmail
Post by: Fumetto on July 06, 2011, 02:03:45 PM
Try
Code: [Select]
yum clean all
yum update
yum update --enablerepo=smecontribs
yum --enablerepo=smecontribs install smeserver-fetchmail
If error occur report on tread
Title: Re: instal fetchmail
Post by: stephdl on July 06, 2011, 07:32:05 PM
Can someone please tell me how to install fetchmail.
The link yum --enablerepo=smecontribs install smeserver-fetchmail is not working.

Thanks

What is your smeserver version, because if you try to install contribs on a sme8, there are no contribs for the moment in the repo.
You need to install by another way
Title: Re: instal fetchmail
Post by: input on July 10, 2011, 05:21:39 PM
Try
Code: [Select]
yum clean all
yum update
yum update --enablerepo=smecontribs
yum --enablerepo=smecontribs install smeserver-fetchmail
If error occur report on tread
When I boot SMEServer I do not see if fetchmail is up.
How can I check if fetchmail is up and running.

Thanks





























Title: Re: instal fetchmail
Post by: input on July 19, 2011, 03:28:29 PM
When I boot SMEServer I do not see if fetchmail is up.
How can I check if fetchmail is up and running.

Thanks
I still can not receive email
How can I test fetchmail

Thanks
Title: Re: instal fetchmail
Post by: cactus on July 19, 2011, 06:14:10 PM
What is your smeserver version, because if you try to install contribs on a sme8, there are no contribs for the moment in the repo.
You need to install by another way
Input, please start by answering questions asked instead of repeating your question. What SME Server version are you running?
Title: Re: instal fetchmail
Post by: input on July 19, 2011, 08:27:21 PM
Input, please start by answering questions asked instead of repeating your question. What SME Server version are you running?
I think I am running 7.3 version.
Title: Re: instal fetchmail
Post by: Stefano on July 19, 2011, 08:36:33 PM
you.... think?
please, open server-manager and read the version in the bottom-left corner of the main page..
Title: Re: instal fetchmail
Post by: input on July 20, 2011, 10:29:28 AM
you.... think?
please, open server-manager and read the version in the bottom-left corner of the main page..
In the bottum left corner of the main page is SME Server 7.5.1
Title: Re: instal fetchmail
Post by: cactus on July 21, 2011, 07:27:04 AM
Did you already test that your server can connect to the internet by running the connection test from the admin console?

http://wiki.contribs.org/SME_Server:Documentation:Administration_Manual:Chapter6#Option_3:_Test_internet_access

If so, where you able to connect to the internet or not? If you did not test it then please do so.
Title: Re: instal fetchmail
Post by: input on July 21, 2011, 11:22:41 AM
Did you already test that your server can connect to the internet by running the connection test from the admin console?

http://wiki.contribs.org/SME_Server:Documentation:Administration_Manual:Chapter6#Option_3:_Test_internet_access

If so, where you able to connect to the internet or not? If you did not test it then please do so.

The internet test was successful.
Title: Re: instal fetchmail
Post by: cactus on July 21, 2011, 04:56:25 PM
The internet test was successful.
Good, then please show us the configuration of your smecontribs repository, please show us the output of:
Code: [Select]
db yum_repositories show smecontribs
Title: Re: instal fetchmail
Post by: input on July 21, 2011, 08:14:13 PM
Good, then please show us the configuration of your smecontribs repository, please show us the output of:
Code: [Select]
db yum_repositories show smecontribs
I use virtualbox with SMEServer and I do not now how to past  yum_repositories show smecontribs[ in the terminal from virtualbox.
Title: Re: instal fetchmail
Post by: cactus on July 21, 2011, 08:15:35 PM
I use virtualbox with SMEServer and I do not now how to past  yum_repositories show smecontribs[ in the terminal from virtualbox.
Sigh... really? How about just typing it in there verbatim!?
Title: Re: instal fetchmail
Post by: input on July 21, 2011, 08:40:34 PM
Sigh... really? How about just typing it in there verbatim!?
smecontribs=repository
EnableGroups=yes
GPGCheck=yes
Mirrorlist=http://distro.ibiblio.org/pub/linux/distributions/smeserver/mirrorlist/smecontribs-7
Name=SME Server - contribs
Visible=no
status=disabled
Title: Re: instal fetchmail
Post by: cactus on July 21, 2011, 08:44:56 PM
That seems OK to me, now see what is installed, what is the output of:
Code: [Select]
rpm -qa | grep fetchmail
Title: Re: instal fetchmail
Post by: input on July 21, 2011, 09:02:06 PM
That seems OK to me, now see what is installed, what is the output of:
Code: [Select]
rpm -qa | grep fetchmail
what key is the horizontal indent?
Title: Re: instal fetchmail
Post by: input on July 21, 2011, 09:25:25 PM
what key is the horizontal indent?
In virtualbox terminal is no vertical indent. Do you have an another command for it ?
I looked with MC and fetchmail is installed.
Title: Re: instal fetchmail
Post by: CharlieBrady on July 22, 2011, 04:30:48 AM
In virtualbox terminal is no vertical indent.

That is called the 'pipe' symbol in linux, or 'vertical bar' in ASCII. If virtualbox does not allow you to type one of those, then it is useless for running linux.

Quote
I use virtualbox with SMEServer

Why?
Title: Re: instal fetchmail
Post by: cactus on July 22, 2011, 07:01:18 AM
what key is the horizontal indent?
Perhaps this might help: http://forums.virtualbox.org/viewtopic.php?p=44133#p46665
Title: Re: instal fetchmail
Post by: input on July 30, 2011, 11:06:12 AM
Perhaps this might help: http://forums.virtualbox.org/viewtopic.php?p=44133#p46665
rpm -qa | grep fetchmail:
fetchmail-6.2.5-6.0.1.el4_8.1
Title: Re: instal fetchmail
Post by: cactus on July 30, 2011, 08:06:10 PM
rpm -qa | grep fetchmail:
fetchmail-6.2.5-6.0.1.el4_8.1
Ok, so smeserver-fetchmail is not installed. You repository configuration seems correct. What happens when you do this:
Code: [Select]
yum clean all
yum install smeserver-fetchmail --enablerepo=smecontribs
Title: Re: instal fetchmail
Post by: input on July 30, 2011, 08:47:23 PM
Ok, so smeserver-fetchmail is not installed. You repository configuration seems correct. What happens when you do this:
Code: [Select]
yum clean all
yum install smeserver-fetchmail --enablerepo=smecontribs
Excluding Packages from Centos - os
Finished
Excluding Packages from Centos - updates
Finished
Parsing package install afguments
Nothing to do