Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Using WU-IMAP with SSL and xinetd on 10.3' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Using WU-IMAP with SSL and xinetd on 10.3
Authored by: cilly on Dec 02, '03 10:17:40AM

You can make this work in 10.3 by editing the file "Makefile" in the source:

Change the password type to

PASSWDTYPE=pam

befor you type make osx.

You need to create a symlink befor you type make osx, too:

cd /usr/include/

sudo ln -s pam security

Now you need to setup pam authentication for imap, simply type:

sudo cp /etc/pam.d/ftpd /etc/pam.d/imap

and if you want to use pop3, too:

sudo cp /etc/pam.d/ftpd /etc/pam.d/pop3

Now, you can type:

make osx SSLTYPE=unix SSLDIR=/usr SSLCERTS=/System/Library/OpenSSL/certs

and continue with the original article.

---
cilly @ http://www.cilly.dyndns.org/

[ Reply to This | # ]