Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Apr 2003 13:55:41 -0600 (CST)
From:      Eduardo Viruena Silva <mrspock@esfm.ipn.mx>
To:        freebsd-questions@freebsd.org
Subject:   imap-uw / pam.d
Message-ID:  <20030403125952.I13222@Gina.esfm.ipn.mx>

next in thread | raw e-mail | index | archive | help

Hello guys!

I'm trying to make kmail work with imapd in FreeBSD-5.0RELEASESp7

1. I compiled imap-uw

	cd /usr/ports/mail/imap-uw
	make WITH_SSL_AND_PLAINTEXT=yes install clean

2. I included the following lines in my inetd.conf file:

pop3    stream  tcp  nowait  root  /usr/local/libexec/ipop3d  ipop3d
imap    stream  tcp  nowait  root  /usr/local/libexec/imapd   imapd
pop3s   stream  tcp  nowait  root  /usr/local/libexec/ipop3d  ipop3d
imaps   stream  tcp  nowait  root  /usr/local/libexec/imapd   imapd

and uncommnted the line:

shell   stream  tcp  nowait  root  /usr/libexec/rshd          rshd

then I restarted inetd:

	killall -HUP inetd


3. In the "old" days of FreeBSD 4.7, /etc/pam.conf should include:
and the new package says that THIS lines must be included in /etc/pam.conf

imap    auth    required        pam_unix.so
imap    account required        pam_unix.so      try_first_pass
imap    session required        pam_deny.so

Now, FreeBSD 5.0 now uses /etc/pam.d/imap to configure the last lines
so, I wrote:

auth    required        pam_unix.so
account required        pam_unix.so      try_first_pass
session required        pam_deny.so

in my /etc/pam.d/imap  file.


Now, pine complains saying:

Server disables LOGIN, no recognized SASL authenticator

what is the meaning of this?

What is the correct configuration I must set in
/etc/pam.d/imap  and /etc/pam.d/pop3  ???

Thanks in advance.

	Eduardo





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030403125952.I13222>