Hi!

I was just trying to build the RPM's with "rpm -ta...."  (On Mandrake 8.1)
and it came to 99.9% procent of the job an then almost at the last step I
always got:

RPM build errors:
File not found: /var/tmp/courier-imap-install/etc/pam.d/imap
File not found: /var/tmp/courier-imap-install/etc/pam.d/pop3

Very strange since both files should be copied from the sources....

I then manually copied them over to the directories just a second before
they were checked and it worked.

Another thing is that I have build it on Mandrake and not Redhat and so i
had to change the courier-imap.spec line from:

%define courier_release %(release="`rpm -q --queryformat='.%{VERSION}'
redhat-release 2>/dev/null`" ; echo "$release")

to:

%define courier_release %(release="`rpm -q --queryformat='.%{VERSION}'
mandrake-release 2>/dev/null`" ; echo "$release")

Could that somehow be solved so both will work?

And another thing is that imapd-ssl hooked to port 585 instead to 993! It
was due to following lines in /etc/services:

imap4-ssl     585/tcp    IMAP4+SSL (use 993 instead)
imap4-ssl     585/udp    IMAP4+SSL (use 993 instead)

I then removed them and it hooked to 993 as it should! Using lines:

imaps           993/tcp    imap4 protocol over TLS/SSL
imaps           993/udp    imap4 protocol over TLS/SSL

Should I inform Mandrake team to remove the 585 port descriptions? Or can
you fix that?

Regards,
Alen


_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to