Bryan Lee wrote :
> Hi,
>
> How do i recompile it to support normal login method?
>
> I'm using FreeBSD 4.8-STABLE and i just installed it via ports
> in /usr/ports/mail/imap-uw
> # make install

Hello,

You can add this in your /usr/local/etc/pkgtools.conf :
Look for the 'MAKE_ARGS' section and add the 2 lines relating to uw


 MAKE_ARGS = {
        'mail/cclient' => '-DWITH_SSL_AND_PLAINTEXT',
        'mail/imap-uw' => '-DWITH_SSL_AND_PLAINTEXT',
        }

With such a thing, later portupgrades will be done with the PLAINTEXT
option, otherwise you would have to recompile it and specify manually
that you want PLAINTEXT.

-- 
Nicolas Cartron
[EMAIL PROTECTED]


> Hmm.
>
>>Hello Bryan,
>>On Monday, July 28, 2003, Bryan Lee wrote...
>>
>>> This is what i got.
>>
>>> Escape character is '^]'.
>>> * OK [CAPABILITY IMAP4REV1 LOGIN-REFERRALS STARTTLS LOGINDISABLED]
>>                   ^^^^^^^^^                          ^^^^^^^^^^^^^
>>
>>As I suspected, your IMAP server is UW IMAP, and you do have
>>LOGINDISABLED. To fix it, you'll need to recompile UW-IMAP to support
>>the normal LOGIN method. PHP doesn't allow for us to support STARTTLS,
>>so that option isn't available for us.
>>
>>--
>>Jonathan Angliss
>>([EMAIL PROTECTED])
>
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.501 / Virus Database: 299 - Release Date: 7/14/2003
>



-- 
Nicolas Cartron
[EMAIL PROTECTED]


-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id)95
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to