phpgroupware-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-users] Re: Email authentication problem 0.9.16RC3


From: Who Knows
Subject: [Phpgroupware-users] Re: Email authentication problem 0.9.16RC3
Date: Fri, 05 Mar 2004 19:14:41 -0600
User-agent: Mozilla Thunderbird 0.5 (X11/20040208)

Miguel Koren O'Brien de Lacy wrote:
Dave;

I submitted bug # 7926 with the same text and I added to it that I used to have this working on RedHat 7.3 with version 0.9.14.005 (I believe it was 005 but could have been slightly lower). Thanks a lot for the help.

I used this patch to get it working for my rh8.0 with courier IMAP

--- class.auth_mail.inc.php.orig        2004-03-05 19:09:36.000000000 -0600
+++ class.auth_mail.inc.php     2004-03-05 19:07:36.000000000 -0600
@@ -68,7 +68,7 @@
                        else
                        {
                                /* assume imap */
- $mailauth = imap_open('{'.$GLOBALS['phpgw_info']['server']['mail_server'] + $mailauth = imap_open('{'.$GLOBALS['phpgw_info']['server']['mail_server'].'/imap/notls'

.':'.$GLOBALS['phpgw_info']['server']['mail_port'].'}INBOX', $username , $passwd);
                        }






reply via email to

[Prev in Thread] Current Thread [Next in Thread]