|
From: Nicolas C. <nc...@nc...> - 2003-07-29 12:00:20
|
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 =3D {
'mail/cclient' =3D> '-DWITH_SSL_AND_PLAINTEXT',
'mail/imap-uw' =3D> '-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.
--=20
Nicolas Cartron
nc...@nc...
> 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
>>(jo...@sq...)
>
> ---
> 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
>
--=20
Nicolas Cartron
nc...@nc...
|