| Sign In/My Account | View Cart |
| Article: |
Setting up a Site Server with Jaguar | |
| Subject: | Panther = IMAP Broken | |
| Date: | 2003-10-27 10:20:54 | |
| From: | cian | |
|
Response to: Panther = IMAP Broken
|
||
|
I think 10.3 has PAM (Plugable Authenticator Module) so I am going to try compiling like so: make osx PASSWDTYPE=pam SSLTYPE=unix --or-- make osx PASSWDTYPE=pmb SSLTYPE=unix
|
||
Showing messages 1 through 4 of 4.
Get:
ftp://ftp.cac.washington.edu/mail/imap-2003.DEV.tar.Z
Compile with (OpenSSL must have been installed):
make oxp
(without SSL support: make oxp SSLTYPE=none)
Also, you need "imap" in /etc/pam.d/, so;
cd /etc/pam.d
sudo cp login imap