PDA

View Full Version : Fedora IMAP problem


jrnichol
24th September 2005, 22:34
Hi,

I'm using the Fedora Core 4 Perfect setup guide and have run into a snag.

The problem is in the Postfix With SMTP-AUTH And TLS section.

When running the: apt-get install cyrus-sasl cyrus-sasl-devel....etc

I receive the error:
E: Couldn't find package imap

Any thoughts?

Thanks,
j

jrnichol
25th September 2005, 03:24
I just wanted to add that I have tried:

apt-cache search imap
apt-cache search imapd
apt-cache search imap server

and the only imap server that was listed was dovecot.

There were applications/services that implement imap listed as well.

Am I missing something totally obvious?

Thanks for the help.
J

till
25th September 2005, 12:49
I just wanted to add that I have tried:

apt-cache search imap
apt-cache search imapd
apt-cache search imap server

and the only imap server that was listed was dovecot.

There were applications/services that implement imap listed as well.

Am I missing something totally obvious?

Thanks for the help.
J

Please check your /etc/apt/sources list if these repositories are in this file:

rpm http://ayo.freshrpms.net fedora/linux/4/i386 core updates freshrpms
rpm http://ayo.freshrpms.net fedora/linux/4/i386 tupdates
rpm http://ayo.freshrpms.net fedora/linux/1/i386 core updates freshrpms

Then run:

apt-get update

to update the apt database.

falko
25th September 2005, 20:02
Yes, you must have the line
rpm http://ayo.freshrpms.net fedora/linux/1/i386 core updates freshrpms in /etc/apt/sources.list! This is not an error in the tutorial!

jrnichol
26th September 2005, 00:38
Yes, you must have the line
rpm http://ayo.freshrpms.net fedora/linux/1/i386 core updates freshrpms in /etc/apt/sources.list! This is not an error in the tutorial!

till and falko,

Thanks for the replies, that did it. I had a typo in my sources.list file. I was missing something totally obvious!! My bad.

falko - I wasn't implying that there was an error in the tutorial, I'm sorry if you took it that way. Thanks for the great howto.

J.

falko
26th September 2005, 12:00
falko - I wasn't implying that there was an error in the tutorial, I'm sorry if you took it that way. Thanks for the great howto.

I didn't take it that way! :) It's just that many people wonder why they should use a repository for Fedora 1 in a tutorial for Fedora 4 - they think it's a bug and leave that line out. :(