Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Oct 2006 09:44:56 +0800
From:      "jan gestre" <freebsd.ph@gmail.com>
To:        "Desmond Coughlan" <coughlandesmond@yahoo.fr>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: RE : Re: cheapskate webmail interface
Message-ID:  <a25afc300610081844s7fa9efc7g8e1b565f5718e220@mail.gmail.com>
In-Reply-To: <a25afc300610072142o13f5a83cs8ee182d42eb7469b@mail.gmail.com>
References:  <a25afc300610041744o5f4db6bblc97d70dcd593fdb8@mail.gmail.com> <20061006115225.13348.qmail@web27515.mail.ukl.yahoo.com> <a25afc300610072142o13f5a83cs8ee182d42eb7469b@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 10/8/06, jan gestre <freebsd.ph@gmail.com> 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 before,
> > 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' => 'domain' values to support multiple hosts
$rcmail_config['username_domain'] = '';

// This domain will be used to form e-mail addresses of new users
// Specify an array with 'host' => 'domain' values to support multiple hosts
$rcmail_config['mail_domain'] = 'sample.org';

just replace sample.org with your fqdn and your done!

username: user1
password: *****

HTH



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?a25afc300610081844s7fa9efc7g8e1b565f5718e220>