phpgroupware-users
[Top][All Lists]
Advanced

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

[Phpgroupware-users] Re: [AngleMail] tls


From: Dave Hall
Subject: [Phpgroupware-users] Re: [AngleMail] tls
Date: Tue, 02 Aug 2005 23:22:32 +1000

On Tue, 2005-08-02 at 15:11 +0200, Denis wrote:
> i've see that the last versione available on cvs
> is the same that i've installed in my debian sarge....
> so, what is the problem of cvs?
> 

Try changing the lines which read:

else
{
        /* assume imap */
        $mailauth =
imap_open('{'.$GLOBALS['phpgw_info']['server']['mail_server']
        .':'.$GLOBALS['phpgw_info']['server']['mail_port'].'}INBOX',
$username , $passwd);
}

to read:

else
{
        /* assume imap */
        $mailauth =
imap_open('{'.$GLOBALS['phpgw_info']['server']['mail_server'] . '/notls'
        .':'.$GLOBALS['phpgw_info']['server']['mail_port'].'}INBOX',
$username , $passwd);
}

CCing to phpgw-users and moving discussion there, subscribe if you want
to participate.

Cheers

Dave
-- 
Dave Hall (aka skwashd)
API Coordinator
phpGroupWare
-------------------------------------------------------------------------
Do you think if Bill Gates got laid in high school, do you think there'd 
be a Microsoft?  Of course not.
Underwear Goes Inside The Pants by Lazy Boy





reply via email to

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