PDA

View Full Version : Which IMAP tools


d3m0nic
1st February 2006, 18:25
Looking a the Perfect Setup - Fedora Core 4 - Page 4 (http://www.howtoforge.com/perfect_setup_fedora_core_4_p4) at Postfix With SMTP-AUTH And TLS i can see i need to get package imap. I'm using yum for installation and this is the result:

[root@server ~]# yum list cyrus* postfix* *imap*
Setting up repositories
update 100% |=========================| 951 B 00:00
base 100% |=========================| 1.1 kB 00:00
addons 100% |=========================| 951 B 00:00
extras 100% |=========================| 1.1 kB 00:00
Reading repository metadata in from local files
Installed Packages
cyrus-imapd.i386 2.2.12-3.RHEL4.1 installed
cyrus-imapd-devel.i386 2.2.12-3.RHEL4.1 installed
cyrus-imapd-murder.i386 2.2.12-3.RHEL4.1 installed
cyrus-imapd-nntp.i386 2.2.12-3.RHEL4.1 installed
cyrus-imapd-utils.i386 2.2.12-3.RHEL4.1 installed
cyrus-sasl.i386 2.1.19-5.EL4 installed
cyrus-sasl-devel.i386 2.1.19-5.EL4 installed
cyrus-sasl-gssapi.i386 2.1.19-5.EL4 installed
cyrus-sasl-md5.i386 2.1.19-5.EL4 installed
cyrus-sasl-ntlm.i386 2.1.19-5.EL4 installed
cyrus-sasl-plain.i386 2.1.19-5.EL4 installed
cyrus-sasl-sql.i386 2.1.19-5.EL4 installed
php-imap.i386 4.3.9-3.9 installed
postfix.i386 2:2.1.5-4.2.RHEL4 installed
Available Packages
perl-Mail-IMAPClient.noarch 2.2.9-1.rf extras
postfix-pflogsumm.i386 2:2.1.5-4.2.RHEL4 base
[root@server ~]#


Is it already installed or not... is this enough or do i have to get the imap pack serperate and where can i "wget" it? ;)

Thanks

falko
1st February 2006, 20:57
You have cyrus-imap installed which is different from imap. Are you on Fedora Core 4 or RedHat Enterprise Linux 4?

d3m0nic
2nd February 2006, 10:29
You have cyrus-imap installed which is different from imap. Are you on Fedora Core 4 or RedHat Enterprise Linux 4?

CentOS 4.2 ...is that going to be a problem?

falko
2nd February 2006, 12:29
I don't know if imap is available for CentOS; if I were you I'd install dovecot instead:
yum install dovecot

d3m0nic
2nd February 2006, 17:58
Thanks for the advice