Re: Trying to build imap-uw to allow plaintext passwords

2003-02-20 Thread Tuc
>   I recall running into the LOGINDISABLED problem myself. While I
> don't recall for certain what I did to correct it, and unfortunately I
> did not make a note, I seem to think that creating a cert was the fix.
> 
THINK... THINK HARD ;)

Created the cert, didn't make a difference.

Tuc/TTSG Internet Services, Inc.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: Trying to build imap-uw to allow plaintext passwords

2003-02-20 Thread Mailing List Account

Sorry, I deleted the message that I'm replying to before I
thought of the following...

I recall running into the LOGINDISABLED problem myself. While I
don't recall for certain what I did to correct it, and unfortunately I
did not make a note, I seem to think that creating a cert was the fix.


Best Regards,

Brent


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: Trying to build imap-uw to allow plaintext passwords

2003-02-20 Thread Mark
- Original Message -
From: "Webmail System Manager" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, February 20, 2003 4:10 PM
Subject: Re: Trying to build imap-uw to allow plaintext passwords


> On Thu, 20 Feb 2003, Tuc wrote:
>
> > Been there, done that, been seriously frustrated, built from
> > source. EVERY time I compile, no matter what I do, it comes up with
> > "LOGINDISABLED" instead of AUTH=LOGIN

Odd. It did not do that for me. I'd give you mine, but it is compiled for
drac support. :)

> Is imap enabled in your inetd.conf file"

"LOGINDISABLED" is a message output by imap-uw when you connect to it (and
things have gone wrong, compile-wise). So, I take it he telnetted to it, or
ran it manually.

- Mark


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: Trying to build imap-uw to allow plaintext passwords

2003-02-20 Thread Tuc
> 
>   And, of course, without meaning or implying any insult at all,
> did you restart inetd?
> 
Actually, I ran the binary by hand from the command line before
even installing. I check for the banner. I then exit it with "b3 LOGOUT".

Tuc/TTSG Internet Services, Inc.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: Trying to build imap-uw to allow plaintext passwords

2003-02-20 Thread Webmail System Manager
On Thu, 20 Feb 2003, Tuc wrote:

>   Been there, done that, been seriously frustrated, built from source.
> EVERY time I compile, no matter what I do, it comes up with "LOGINDISABLED"
> instead of AUTH=LOGIN

Serious frustration I understand... we're just now migrating
from Linux to FreeBSD and, well, I've been bit a few times myself :-) This
may not be it but sometimes, particularly when having fought something
like this for a bit of time, we miss the simple things. Is imap enabled in
your inetd.conf file"

imap4 stream tcp nowait root /usr/local/libexec/imapd imapd
imaps stream ...

And, of course, without meaning or implying any insult at all,
did you restart inetd?

Best Regards,

Brent

Brent Sims, Customer Satisfaction Manager
WebOkay Internet Services, LLC
http://www.webokay.net/
Phone (719) 595-1427

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: Trying to build imap-uw to allow plaintext passwords

2003-02-20 Thread Tuc
>   You need to do this with both cclient and imap-uw:
> 
>   make WITH_SSL_AND_PLAINTEXT=yes
> 
Been there, done that, been seriously frustrated, built from source.
EVERY time I compile, no matter what I do, it comes up with "LOGINDISABLED"
instead of AUTH=LOGIN

Tuc/TTSG Internet Services, Inc.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: Trying to build imap-uw to allow plaintext passwords

2003-02-20 Thread Webmail System Manager
On Thu, 20 Feb 2003, Stefan Cars wrote:

> I have been trying to build the imap-uw port to allow plaintext passwords
> for a long time now... Trying with all different possibilities when
> compiling, even suspending the make before it actually compiles and going
> into work and doing the changes that is noted in the imap-uw source, but
> nothing works. Doing make with SSLTYPE=none is not working. Doing make
> with WITHOUT_SSL=yes doesn't work... Nothing work.. imapd will refuse to

Hi Stephan,

You need to do this with both cclient and imap-uw:

make WITH_SSL_AND_PLAINTEXT=yes

Best Regards,

Brent

Brent Sims, Customer Satisfaction Manager
WebOkay Internet Services, LLC
http://www.webokay.net/
Phone (719) 595-1427

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: Trying to build imap-uw to allow plaintext passwords

2003-02-20 Thread Mark
- Original Message -
From: "Stefan Cars" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, February 20, 2003 10:33 AM
Subject: Trying to build imap-uw to allow plaintext passwords

> I have been trying to build the imap-uw port to allow plaintext
> passwords for a long time now... Trying with all different
> possibilities when compiling, even suspending the make before it
> actually compiles and going into work and doing the changes
> that is noted in the imap-uw source, but nothing works.

It just so happens I very recently compiled a new imap-uw myself, as I
needed drac built in. :)

> Doing make with SSLTYPE=none is not working. Doing make
> with WITHOUT_SSL=yes doesn't work... Nothing work.. imapd will refuse to
> not use SSL.

Try it like I did:

make WITH_DRAC=1 WITH_SSL_AND_PLAINTEXT=1

Compile BOTH cclient and imap-uw with these parameters (well, "WITH_DRAC=1"
only if you need drac support, of course). First compile cclient with these
options, then umap-uw, and you'll have a shiny new imapd waiting for you to
login. :)

- Mark


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: Trying to build imap-uw to allow plaintext passwords

2003-02-20 Thread Antoine Jacoutot
On Thursday 20 February 2003 10:32, Stefan Cars wrote:
> Hi!
>
> I have been trying to build the imap-uw port to allow plaintext passwords
> for a long time now... Trying with all different possibilities when
> compiling, even suspending the make before it actually compiles and going
> into work and doing the changes that is noted in the imap-uw source, but
> nothing works. Doing make with SSLTYPE=none is not working. Doing make
> with WITHOUT_SSL=yes doesn't work... Nothing work.. imapd will refuse to
> not use SSL.  Of course I've tried to build the cclient separatley and
> done all the above things...  Of course it's possible to build it
> separatly from source, and I'm going for that now but I'm very interested
> in getting the port to work.

Hi,

Did you try:
make WITHOUT_SSL=yes install

Antoine

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message