PDA

View Full Version : FC2 - I selected imap but it's not there!


jimwillsher
1st July 2004, 11:04 AM
Hi all,

I'm currently running RH9 but I'm looking at Fedora.

I've installed FC2 as a new install. I chose imap, sendmail etc, but I can't login to squirrelmail:

Error connecting to IMAP server: localhost.
111 : Connection refused

Running "rpm -qa | grep -i imap" returns no results.

What have I done wrong? :confused:

Many thanks,


Jim

mike
1st July 2004, 11:59 AM
Hi all,

I'm currently running RH9 but I'm looking at Fedora.

I've installed FC2 as a new install. I chose imap, sendmail etc, but I can't login to squirrelmail:

Error connecting to IMAP server: localhost.
111 : Connection refused

Running "rpm -qa | grep -i imap" returns no results.


You can do a yum search imap to see what imap package can be install. you will also need turn on imap with xinetd.

Mike

jeru
1st July 2004, 06:15 PM

/sbin/service dovecot start

jimwillsher
1st July 2004, 07:07 PM
Thanks guys, I'll try this tonight when I get home.

Dovecot, of course. That's so obvious ;)



Jim

PS Could somebody tell me how to start dovecot automatically via xinet? I'm very new to Fedora (like, a couple of hours !)

jimwillsher
2nd July 2004, 04:56 AM
[root@arachnid root]# /sbin/service dovecot start
dovecot: unrecognized service

Now what do I do? I definitely installed it!


Jim

deuch
2nd July 2004, 05:09 AM
can you see in /etc/inet.d/ a file called dovecot or imap or squirrelmail or something like this ???

deuch

jimwillsher
2nd July 2004, 09:26 AM
He hangs his head in shame, and confesses to mysteriously unticking the box during install....

dovecot now running... :o


Sorry guys, I'm a numpty. But thanks for all your help, I needed it!


Jim

cclo123
2nd July 2004, 09:27 PM
In RH9, FC1, imap is the imap/pop3 package.
In FC2, dovecot is the impa/pop3 protocol package. Download dovecot package and install it. Edit the file "/etc/dovecot.conf" to select which protocols you want.

C-Bass
4th November 2004, 06:03 AM
In RH9, FC1, imap is the imap/pop3 package.
In FC2, dovecot is the impa/pop3 protocol package. Download dovecot package and install it. Edit the file "/etc/dovecot.conf" to select which protocols you want.


I'm confused as to whether or not you are supposed to uncomment the lines or not??

Says so in plain english that you're not, but how is this supposed to work when they're commented out????

jeru
4th November 2004, 10:14 AM
You'll see something like protocols imap imaps

Just add pop and pops to the end of the imap and imaps in the same fasion