imap-uw-2006j_2,1, cclient-2006g_1,1 PAM problems?

2007-10-01 Thread Matt Dawson
Is anyone else having problems with PAM authentication on these ports? I've 
had to roll back to the 2004g_1,1 versions of both. 

Information is a bit thin; all I can tell you is that they both seem to 
compile correctly and TLS works fine. Only when the client comes to 
authenticate is there a problem. With a known good auth pair, the server 
returns BAD LOGIN. The server also no longer supports LOGIN, only accepting 
clear text. Rolling back cures this immediately with no change 
in /etc/pam.d/pop3.

Any suggestions?
-- 
Matt Dawson.

[EMAIL PROTECTED]
MTD15-RIPE OpenNIC M_D9
MD51-6BONE
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: imap-uw-2006j_2,1, cclient-2006g_1,1 PAM problems?

2007-10-01 Thread Lee Dilkie
I had to roll back as well.

Best I could tell was that the credentials presented to pam were the
userid and userid (instead of password), at least that's what the logs
looked like to me.

-lee


Matt Dawson wrote:
 Is anyone else having problems with PAM authentication on these ports? I've 
 had to roll back to the 2004g_1,1 versions of both. 

 Information is a bit thin; all I can tell you is that they both seem to 
 compile correctly and TLS works fine. Only when the client comes to 
 authenticate is there a problem. With a known good auth pair, the server 
 returns BAD LOGIN. The server also no longer supports LOGIN, only accepting 
 clear text. Rolling back cures this immediately with no change 
 in /etc/pam.d/pop3.

 Any suggestions?
   
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: imap-uw-2006j_2,1, cclient-2006g_1,1 PAM problems?

2007-10-01 Thread Matt Dawson
On Monday 01 Oct 2007, you wrote:
 I had to roll back as well.

 Best I could tell was that the credentials presented to pam were the
 userid and userid (instead of password), at least that's what the logs
 looked like to me.

 -lee

I forgot to mention that I tried a telnet session  to the POP3 server. user 
user gets  +OK username accepted, password please but pass password 
results in -ERR bad login.

Something else I failed to mention is that both cclient and imap-uw were 
compiled with WITH_SSL_AND_PLAINTEXT, which may have a bearing on the issue.

/var/log/auth.log does show user and auth pairs matching, although this 
happens when I deliberately pass bad information to the working server. It 
also fails to account for LOGIN authentication methods failing.

I rather think that there is something PAM related, although I'm just guessing 
here and can't really test my theory on a production server. The server does 
not validate usernames immediately (it accepts an invalid username with 
a +OK username accepted, password please on the working version), so 
perhaps acceptance of a valid username is a red herring.
-- 
Matt Dawson.

[EMAIL PROTECTED]
MTD15-RIPE OpenNIC M_D9
MD51-6BONE
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: imap-uw-2006j_2,1, cclient-2006g_1,1 PAM problems?

2007-10-01 Thread Manfred Antar
At 07:16 AM 10/1/2007, Lee Dilkie wrote:
I had to roll back as well.

Best I could tell was that the credentials presented to pam were the
userid and userid (instead of password), at least that's what the logs
looked like to me.

-lee


Matt Dawson wrote:
 Is anyone else having problems with PAM authentication on these ports? I've 
 had to roll back to the 2004g_1,1 versions of both. 

 Information is a bit thin; all I can tell you is that they both seem to 
 compile correctly and TLS works fine. Only when the client comes to 
 authenticate is there a problem. With a known good auth pair, the server 
 returns BAD LOGIN. The server also no longer supports LOGIN, only accepting 
 clear text. Rolling back cures this immediately with no change 
 in /etc/pam.d/pop3.

 Any suggestions?
   
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]

Me TOO , Didn't work,rollback works fine
Manfred

==
||  [EMAIL PROTECTED]   ||
||  Ph. (415) 681-6235  ||
== 

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: imap-uw-2006j_2,1, cclient-2006g_1,1 PAM problems?

2007-10-01 Thread Edwin Groothuis
On Mon, Oct 01, 2007 at 01:31:06PM +0100, Matt Dawson wrote:
 Is anyone else having problems with PAM authentication on these ports? I've 
 had to roll back to the 2004g_1,1 versions of both. 

Let me go through it. I saw a commit to it yesterday but that might
have resolved it.

Edwin

-- 
Edwin Groothuis  |Personal website: http://www.mavetju.org
[EMAIL PROTECTED]|  Weblog: http://www.mavetju.org/weblog/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: imap-uw-2006j_2,1, cclient-2006g_1,1 PAM problems?

2007-10-01 Thread Edwin Groothuis
On Tue, Oct 02, 2007 at 07:19:44AM +1000, Edwin Groothuis wrote:
 On Mon, Oct 01, 2007 at 01:31:06PM +0100, Matt Dawson wrote:
  Is anyone else having problems with PAM authentication on these ports? I've 
  had to roll back to the 2004g_1,1 versions of both. 
 
 Let me go through it. I saw a commit to it yesterday but that might
 have resolved it.

I rechecked my own webmail sites and they still work (as they did
last saturday), so I'm going to install imap-uw and see if I can
reproduce it.

Edwin
-- 
Edwin Groothuis  |Personal website: http://www.mavetju.org
[EMAIL PROTECTED]|  Weblog: http://www.mavetju.org/weblog/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: imap-uw-2006j_2,1, cclient-2006g_1,1 PAM problems?

2007-10-01 Thread Matt Dawson
On Tuesday 02 Oct 2007, you wrote:

 I rechecked my own webmail sites and they still work (as they did
 last saturday), so I'm going to install imap-uw and see if I can
 reproduce it.

Hi Ediwn,
Looks like marcus@'s commit at 16:04 today fixed the issue. It now 
works 
fine. Thank you for looking into this for us.
-- 
Matt Dawson.

[EMAIL PROTECTED]
MTD15-RIPE OpenNIC M_D9
MD51-6BONE
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: imap-uw-2006j_2,1, cclient-2006g_1,1 PAM problems?

2007-10-01 Thread Edwin Groothuis
On Tue, Oct 02, 2007 at 12:17:50AM +0100, Matt Dawson wrote:
 On Tuesday 02 Oct 2007, you wrote:
 
  I rechecked my own webmail sites and they still work (as they did
  last saturday), so I'm going to install imap-uw and see if I can
  reproduce it.
 
 Looks like marcus@'s commit at 16:04 today fixed the issue. It now works 
 fine. Thank you for looking into this for us.

Coolies. I've undone the extra patches to mail/syncmail and mail/prayer
too now that the linkage.c file is back in the game.

Edwin
-- 
Edwin Groothuis  |Personal website: http://www.mavetju.org
[EMAIL PROTECTED]|  Weblog: http://www.mavetju.org/weblog/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]