If I may ask, out of curiosity. Why imap-uw and not something else that
supports maildir format instead of mbox? For instance, courier-imap or
dovecot are far better options.
Well, I don't normally work with Imap, so I was experimenting to
find out which client would work best for me.
Steven Lake wrote:
>> You're forgetting to assign values to your variables.
>>
>>
>> # make -E WITHOUT_SSL=yes
>>
>> or
>>
>> # make -E WITH_SSL_AND_PLAINTEXT=yes
>
> Ok, tried that and I got this at compile time:
>
> [EMAIL PROTECTED] imap-uw]# make -E WITH_SSL_AND_PLAINTEXT=yes
> ===
You're forgetting to assign values to your variables.
# make -E WITHOUT_SSL=yes
or
# make -E WITH_SSL_AND_PLAINTEXT=yes
Ok, tried that and I got this at compile time:
[EMAIL PROTECTED] imap-uw]# make -E WITH_SSL_AND_PLAINTEXT=yes
===> Vulnerability check disabled, database not f
Steven Lake wrote:
> Looking for some help in this rather baffling issue. I'm trying to get a new
> mail server setup with webmail capabilities (via squirrelmail) and I'm
> hitting a little snag. Squirrelmail says that the imap server won't accept
> plain text passwords, yet I compiled from sou
Looking for some help in this rather baffling issue. I'm trying to get a new
mail server setup with webmail capabilities (via squirrelmail) and I'm hitting
a little snag. Squirrelmail says that the imap server won't accept plain text
passwords, yet I compiled from source for plaintext using "ma