courier-imap-2.2.1 install problem -- HELP!

"Bottero Joseph J TSgt 446 MSS/SCB" <[email protected]> Tue, 17 Feb 2004 11:25:06 -0600
Newsgroups gmane.mail.vqadmin
Message-ID <455A03B5EE44BA48BD4A0CBEEF82203A01311F13@amcw2ms818.amc.ds.af.mil>
courier-imap-2.2.1 install problem 

 

Trying to install courier-imap-2.2.1, but can't seem the get it to
install imapd.dist, imapd-ssl.dist, or mkimapdcert...

 

I did not use the RPM, as it didn't seem to get me what I needed either.
This is the process I used:

 

tar jxvf courier-imap-2.2.1.tar.bz2

cd courier-imap-2.2.1

./configure --prefix=/usr/local --exec-prefix=/usr/local
--with-authvchkpw --without-authldap --disable-root-check --with-ssl
--with-redhat

make

make install-strip

make install-configure

 

This should put (at least) imapd.dist and imapd-ssl.dist in
/usr/local/etc/, and mkimapdcert should go into /usr/local/sbin/. But
not in my case:

 

Code:

[root@localhost etc]# cp imapd.dist imapd 

cp: cannot stat `imapd.dist': No such file or directory 

[root@localhost etc]# cp imapd-ssl.dist imapd-ssl 

cp: cannot stat `imapd-ssl.dist': No such file or directory 

[root@localhost etc]# /usr/local/sbin/mkimapdcert 

-bash: /usr/local/sbin/mkimapdcert: No such file or directory 

 

Now, imapd.dist, imapd-ssl.dist, and mkimapdcert all exist in the
untared courier-imap-2.2.1 dir, but I suppose they can't just be copied
into the dirs that I need them in?

 

 

Any ideas?