Re: Problems setting up and properly compiling imap-uw.

2006-07-30 Thread Steven Lake
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.

Re: Problems setting up and properly compiling imap-uw.

2006-07-30 Thread Mikhail Goriachev
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 > ===

Re: Problems setting up and properly compiling imap-uw.

2006-07-30 Thread Steven Lake
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

Re: Problems setting up and properly compiling imap-uw.

2006-07-30 Thread Mikhail Goriachev
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

Problems setting up and properly compiling imap-uw.

2006-07-30 Thread Steven Lake
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