From owner-freebsd-questions@FreeBSD.ORG Mon Oct 9 14:00:42 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 E1DEA16A58F for ; Mon, 9 Oct 2006 14:00:41 +0000 (UTC) (envelope-from freebsd.ph@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5DB1143D5E for ; Mon, 9 Oct 2006 14:00:11 +0000 (GMT) (envelope-from freebsd.ph@gmail.com) Received: by nz-out-0102.google.com with SMTP id 13so343855nzn for ; Mon, 09 Oct 2006 07:00:10 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=JBrodXXYpzFgO5zDaYzwDrp8N/Zh47tAFEDWbzybg62H3xXKJX7fpI7tLS+0gfsbAxSLSHMDgLJX1CpyJpto3jKLd1axfXTtu4rJHBuC01aq6rGszlzmIAYsUJ54WXQb8Kc1+m62EfvqnMJ82dvZ7dZBHDZfPk00Ok1jyq6vilE= Received: by 10.65.38.7 with SMTP id q7mr9608400qbj; Mon, 09 Oct 2006 07:00:10 -0700 (PDT) Received: by 10.65.100.3 with HTTP; Mon, 9 Oct 2006 07:00:10 -0700 (PDT) Message-ID: Date: Mon, 9 Oct 2006 22:00:10 +0800 From: "jan gestre" To: "Desmond Coughlan" In-Reply-To: <20061009062442.15940.qmail@web27501.mail.ukl.yahoo.com> MIME-Version: 1.0 References: <20061009062442.15940.qmail@web27501.mail.ukl.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: RE : Re: RE : Re: cheapskate webmail interface X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Oct 2006 14:00:42 -0000 On 10/9/06, Desmond Coughlan wrote: > > Yep, I've got that .. I tried logging in, and it took me directly to > htdocs/index.html. > > Is it because the db isn't configured properly ?. > > D. > were you able to install the roundcube database? did you configure db.inc.php? just follow this howto http://fak3r.com/?p=3D67 this is the same howto i've used. hth *jan gestre * a =E9crit : > > > > On 10/8/06, jan gestre wrote: > > > > > > > > On 10/6/06, Desmond Coughlan < coughlandesmond@yahoo.fr> wrote: > > > > > > > > > > > > you may want to try roundcube http://www.roundcube.net although it's > > > still on beta the interface's rocks, nothing you ever experienced bef= ore, > > > certainly cooler than squirrelmail with AJAX like interface. > > > > > > > > > Interesting... OK, I've got roundcube installed, the tables are > > > created, postgreSQL is running, apache is recompiled for PhP4 (which = is > > > installed also) ... oh, and I've installed IMAP4. > > > > > > Now what ? > > > > > > My question, I suppose, is .. what is the address used to access the > > > web interface? > > > > > > > > you need to configure main.inc.php and db.inc.php, usually just your > > username will do but if you can't, try username@mydomain.com > > > > look for this part in roundcubemail/config/main.inc.php : > > // Automatically add this domain to user names for login > // Only for IMAP servers that require full e-mail addresses for login > // Specify an array with 'host' =3D> 'domain' values to support multiple > hosts > $rcmail_config['username_domain'] =3D ''; > > // This domain will be used to form e-mail addresses of new users > // Specify an array with 'host' =3D> 'domain' values to support multiple > hosts > $rcmail_config['mail_domain'] =3D 'sample.org'; > > just replace sample.org with your fqdn and your done! > > username: user1 > password: ***** > > HTH > > > ------------------------------ > D=E9couvrez un nouveau moyen de poser toutes vos questions quel que soit = le > sujet ! Yahoo! Questions/R=E9ponses pour partager vos connaissances, vos > opinions et vos exp=E9riences. Cliquez ici. > > >