Re: [Cooker] imap / pop3 & pam problems

2001-03-09 Thread Stefan van der Eijk

Chmouel Boudjnah wrote:
> 
> Stefan van der Eijk <[EMAIL PROTECTED]> writes:
> 
> > > I've been experiencing some imap / pop3 problems on my alpha over the
> > > last 1.5 weeks.
> > >
> > > I'm not sure if it's a imap problem, or that it's something elese
> > > (glibc, pam, xinetd?).
> > [EMAIL PROTECTED] just updated his pam to the latest
> > (pam-0.74-1mdk) and he's
> > experiencing the same issue with pop3 as I am...
> >
> > So... imap doesn't work with pam-0.74-1mdk
> 
> should work on a cooker actually with the last imap-2000 package...

Well... it doesn't on my box and on Alexander's x86 box...

[stefan@alpha stefan]$ telnet localhost 110
Trying 127.0.0.1...
Connected to localhost.localdomain.
Escape character is '^]'.
+OK POP3 localhost.localdomain v2000.69mdk server ready
USER stefan
+OK User name accepted, password please
PASS **
-ERR Bad login
quit
+OK Sayonara
Connection closed by foreign host.
[stefan@alpha stefan]$ rpm -qa | grep pam
pam-0.74-1mdk
pam-devel-0.74-1mdk
[stefan@alpha stefan]$ rpm -qa | grep imap
imap-2000-4mdk
imap-devel-2000-4mdk
[stefan@alpha stefan]$

Did you test this with the latest pam & imap?

Stefan




Re: [Cooker] imap / pop3 & pam problems

2001-03-07 Thread Chmouel Boudjnah

Stefan van der Eijk <[EMAIL PROTECTED]> writes:

> > I've been experiencing some imap / pop3 problems on my alpha over the
> > last 1.5 weeks.
> > 
> > I'm not sure if it's a imap problem, or that it's something elese
> > (glibc, pam, xinetd?).
> [EMAIL PROTECTED] just updated his pam to the latest
> (pam-0.74-1mdk) and he's
> experiencing the same issue with pop3 as I am...
> 
> So... imap doesn't work with pam-0.74-1mdk

should work on a cooker actually with the last imap-2000 package...

-- 
MandrakeSoft Inc http://www.chmouel.org
  --Chmouel




Re: [Cooker] imap / pop3 & pam problems

2001-03-04 Thread Lison

I replaced /etc/pam.d/imap with a file containing


authrequiredpam_unix.so
account requiredpam_unix.so
passwordrequiredpam_deny.so
session requiredpam_unix.so

that isn't very secure but made it work



Stefan van der Eijk wrote:
> 
> > I've been experiencing some imap / pop3 problems on my alpha over the
> > last 1.5 weeks.
> >
> > I'm not sure if it's a imap problem, or that it's something elese
> > (glibc, pam, xinetd?).
> [EMAIL PROTECTED] just updated his pam to the latest
> (pam-0.74-1mdk) and he's
> experiencing the same issue with pop3 as I am...
> 
> So... imap doesn't work with pam-0.74-1mdk
> 
> Stefan




Re: [Cooker] imap / pop3 & pam problems

2001-03-04 Thread Stefan van der Eijk

> I've been experiencing some imap / pop3 problems on my alpha over the
> last 1.5 weeks.
> 
> I'm not sure if it's a imap problem, or that it's something elese
> (glibc, pam, xinetd?).
[EMAIL PROTECTED] just updated his pam to the latest
(pam-0.74-1mdk) and he's
experiencing the same issue with pop3 as I am...

So... imap doesn't work with pam-0.74-1mdk

Stefan