Re: courier-authlib problems.

2007-10-10 Thread Tankko

 yea ran into a similar issue yesterday myself.  i had to make this
 modification in /usr/local/etc/courier-imap/imapd-ssl:

 TLS_PROTOCOL=SSL23

 believe old default value was:
 TLS_PROTOCOL=SSL3

 HTH
 -pete


Thanks!  This solved my problem as well!

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


Re: courier-authlib problems.

2007-10-09 Thread pete wright
On 10/8/07, Tankko [EMAIL PROTECTED] wrote:
 I upgraded one of my servers to courier-authlib-base-0.60.0 from .59
 and I am now getting the following errors in my mail log:

 Oct  8 18:21:47 myserver.net authdaemond: Shared object
 libauthvchkpw.so not found, required by authdaemond
 Oct  8 18:21:47 myserver.net authdaemond: Installing libauthpam
 Oct  8 18:21:47 myserver.net authdaemond: Installation complete: authpam
 Oct  8 18:21:47 myserver.net authdaemond: Installing libauthldap
 Oct  8 18:21:47 myserver.net authdaemond: Shared object
 libauthldap.so not found, required by authdaemond
 Oct  8 18:21:47 myserver.net authdaemond: Installing libauthmysql
 Oct  8 18:21:47 myserver.net authdaemond: Shared object
 libauthmysql.so not found, required by authdaemond
 Oct  8 18:21:47 myserver.net authdaemond: Installing libauthpgsql
 Oct  8 18:21:47 myserver.net authdaemond: Shared object
 libauthpgsql.so not found, required by authdaemond

 and

 Oct  8 18:11:33 myserver.net  imapd-ssl: couriertls: connect:
 error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version number
 Oct  8 18:12:07 myserver.net  imapd-ssl: couriertls: connect:
 error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version number

 Thunderbird (OSX) has doesn't seem to care, but the iphone is now
 unable to get email.  I am using SSL to get mail via imap.

 I have a 2nd server that has not been upgraded to .60 yet, and it
 works fine.  But...the upgraded server has:

 courier-authlib-base-0.60.0 =   up-to-date with port

 and the non-upgraded server has:

 courier-authlib-0.59.3 needs updating (port has 0.60.0)
 courier-authlib-base-0.59.3needs updating (port has 0.60.0)
 courier-authlib-vchkpw-0.59.3  needs updating (port has 0.60.0)

 I am assuming the upgraded server had these three ports as well before
 the upgrade, but I can not be 100% sure.  I always kept these 2 severs
 running the same versions of everything, so I assume they were.

 Anyone know how to fix this?


yea ran into a similar issue yesterday myself.  i had to make this
modification in /usr/local/etc/courier-imap/imapd-ssl:

TLS_PROTOCOL=SSL23

believe old default value was:
TLS_PROTOCOL=SSL3

HTH
-pete


-- 
~~o0OO0o~~
Pete Wright
www.nycbug.org
NYC's *BSD User Group
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: courier-authlib problems.

2007-10-09 Thread Vinny

Tankko wrote:

I upgraded one of my servers to courier-authlib-base-0.60.0 from .59
and I am now getting the following errors in my mail log:

Oct  8 18:21:47 myserver.net authdaemond: Shared object
libauthvchkpw.so not found, required by authdaemond
Oct  8 18:21:47 myserver.net authdaemond: Installing libauthpam
Oct  8 18:21:47 myserver.net authdaemond: Installation complete: authpam
Oct  8 18:21:47 myserver.net authdaemond: Installing libauthldap
Oct  8 18:21:47 myserver.net authdaemond: Shared object
libauthldap.so not found, required by authdaemond
Oct  8 18:21:47 myserver.net authdaemond: Installing libauthmysql
Oct  8 18:21:47 myserver.net authdaemond: Shared object
libauthmysql.so not found, required by authdaemond
Oct  8 18:21:47 myserver.net authdaemond: Installing libauthpgsql
Oct  8 18:21:47 myserver.net authdaemond: Shared object
libauthpgsql.so not found, required by authdaemond



I run courier-imap.

Each of the courier-authlib-* ports needs to be updated as
well.  I use courier-authlib and in /var/db/pkg I see:

zc{109}/var/db/pkg# ls -dla cour*
drwxr-xr-x  2 root  512 Apr 23 23:55 courier-authlib-base-0.58_1/
drwxr-xr-x  2 root  512 Feb 22  2006 courier-authlib-ldap-0.58_1/
drwxr-xr-x  2 root  512 Feb 22  2006 courier-authlib-mysql-0.58_1/
drwxr-xr-x  2 root  512 Feb 22  2006 courier-authlib-pgsql-0.58_1/
drwxr-xr-x  2 root  512 Feb 22  2006 courier-authlib-userdb-0.58_1/

I'm fairly certain they all need to be upgraded together and
share the same version.



and

Oct  8 18:11:33 myserver.net  imapd-ssl: couriertls: connect:
error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version number
Oct  8 18:12:07 myserver.net  imapd-ssl: couriertls: connect:
error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version number



Not sure about the SSL error but it may be related to mismatched
courier* components.


Vinny



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


RE: courier-authlib problems.

2007-10-08 Thread Terry Sposato
Tankko,

I am having these exact same problems with courier as well. I upgraded the
system a couple of days ago and courier-imap-pop3d-ssl works fine with
clients such as Outlook, but I get the same errors with Evolution as an
e-mail client. It works fine using pop3d without ssl so it is definitely
something screwed with the ssl part. Not exactly sure and haven't been able
to track it down.



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Tankko
Sent: Tuesday, 9 October 2007 11:31 AM
To: [EMAIL PROTECTED]
Subject: courier-authlib problems.

I upgraded one of my servers to courier-authlib-base-0.60.0 from .59
and I am now getting the following errors in my mail log:

Oct  8 18:21:47 myserver.net authdaemond: Shared object
libauthvchkpw.so not found, required by authdaemond
Oct  8 18:21:47 myserver.net authdaemond: Installing libauthpam
Oct  8 18:21:47 myserver.net authdaemond: Installation complete: authpam
Oct  8 18:21:47 myserver.net authdaemond: Installing libauthldap
Oct  8 18:21:47 myserver.net authdaemond: Shared object
libauthldap.so not found, required by authdaemond
Oct  8 18:21:47 myserver.net authdaemond: Installing libauthmysql
Oct  8 18:21:47 myserver.net authdaemond: Shared object
libauthmysql.so not found, required by authdaemond
Oct  8 18:21:47 myserver.net authdaemond: Installing libauthpgsql
Oct  8 18:21:47 myserver.net authdaemond: Shared object
libauthpgsql.so not found, required by authdaemond

and

Oct  8 18:11:33 myserver.net  imapd-ssl: couriertls: connect:
error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version number
Oct  8 18:12:07 myserver.net  imapd-ssl: couriertls: connect:
error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version number

Thunderbird (OSX) has doesn't seem to care, but the iphone is now
unable to get email.  I am using SSL to get mail via imap.

I have a 2nd server that has not been upgraded to .60 yet, and it
works fine.  But...the upgraded server has:

courier-authlib-base-0.60.0 =   up-to-date with port

and the non-upgraded server has:

courier-authlib-0.59.3 needs updating (port has 0.60.0)
courier-authlib-base-0.59.3needs updating (port has 0.60.0)
courier-authlib-vchkpw-0.59.3  needs updating (port has 0.60.0)

I am assuming the upgraded server had these three ports as well before
the upgrade, but I can not be 100% sure.  I always kept these 2 severs
running the same versions of everything, so I assume they were.

Anyone know how to fix this?

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

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