Re: Apache mod_ssl how to?

2003-03-20 Thread Webmail System Manager
On Thu, 20 Mar 2003, Andreas [iso-8859-1] Widerøe Andersen wrote:

 Hi,
 I recently installed the apache-13-modssl port on my FreeBSD 4.8 RC system.
 I'm trying to set up a https virtual host without luck.

Assuming a self-signed certificate is suitable for your needs at this
point, Go back to the apache-13-modssl port and do a 'make certificate'
(without the quotes). That'll create a self-signed certificate which will
let you set up a https virtual host and get a handle on things.

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 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 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