From owner-freebsd-questions@FreeBSD.ORG Fri Jun 13 14:08:33 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 003DC37B401 for ; Fri, 13 Jun 2003 14:08:32 -0700 (PDT) Received: from smtp.prodigy.net.mx (dfproxy03.prodigy.net.mx [148.235.168.59]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1899743F75 for ; Fri, 13 Jun 2003 14:08:32 -0700 (PDT) (envelope-from ibac@prodigy.net.mx) Received: from pc1 (du-200-67-41-134.prodigy.net.mx [200.67.41.134]) sims.4.0.2001.07.26.11.50.p9) with SMTP id <0HGF000QIUMKL2@SMTP.Prodigy.Net.mx>; Fri, 13 Jun 2003 16:06:24 -0500 (CDT) Date: Fri, 13 Jun 2003 16:09:06 -0500 From: Alfonso Romero To: K Anderson , G D McKee Message-id: <001f01c331f0$06c52000$0100a8c0@ibacsoft.dynu.com> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 X-Mailer: Microsoft Outlook Express 5.50.4522.1200 Content-type: text/plain; charset="iso-8859-1" Content-transfer-encoding: 7bit X-Priority: 3 X-MSMail-priority: Normal References: <3EEA128B.5020503@attbi.com> <01fc01c331db$e74f7950$c700a8c0@p2000> cc: freebsd-questions Subject: Re: imap X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jun 2003 21:08:33 -0000 Yep, like G D says, you have to deinstall imap-uw and cclient, and then compile first cclient, then imap-uw with the WITHOUT_SSL=yes option. It took me a week to find out this was the problem! Regards, Alfonso Romero ----- Original Message ----- From: "G D McKee" To: "K Anderson" ; "Brian Henning" Cc: Sent: Friday, June 13, 2003 1:45 PM Subject: Re: imap > Hi > > You have to make deinstall imap-uw and cclient and build the two ports with > the same options. I did the following: > > cd /usr/ports/mail/cclient > make deinstall install clean WITH_SSL_AND_PLAINTEXT=yes > /usr/ports/mail/imap-uw > make deinstall install clean WITH_SSL_AND_PLAINTEXT=yes > > > The flag at the end can also be WITHOUT_SSL=yes if you don't want ssl full > stop!! > > Gordon > ----- Original Message ----- > From: "K Anderson" > To: "Brian Henning" > Cc: > Sent: Friday, June 13, 2003 7:06 PM > Subject: Re: imap > > > > > > > > Brian Henning wrote: > > > Greetings: > > > working on setting up an imap server for freebsd. > > > > > > I am trying to use this port: > > > imap-uw > > > i did a make with -DWITHOUT_SSL > > > > > > i then edited my /etc/inetd.conf by adding the line. > > > imap4 stream tcp nowait root /usr/local/libexec/imapd imapd > > > killall -HUP inetd to restart all my inetd services. > > > i tested to see if the server is up by trying > > > telnet 143 > > > everything is good except when i try to login > > > > > > i try to login as a regular user of the system and i get auth errors. > > > do i have to set up accounts inorder to use the imap server? > > > any thoughts? > > > > > > thanks, > > > brian > > > _______________________________________________ > > > freebsd-questions@freebsd.org mailing list > > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > > > > > > > Woa, easy on the send button. :) > > > > Now don't quote me on this, but I think by default imap-uw doesn't allow > > plain-text logins like you are trying. However, there is a configuration > > setting, or actually several, that you have to do. > > > > I would suggest going to the imap-uw website and reading their FAQ and > > the documentation. > > > > HTH > > > > _______________________________________________ > > freebsd-questions@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > > > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >