Hi all,
first i thank all.
In squirrel mail, i changed the following line and now it works for me.
In the file squirrelmail/src/redirect.php, go to line 47( ie. under the
statement sqGetGlobalVar('login_username', $login_username); )
then add the following line,
$temp="@example.com";
$login_username=$login_username.$temp;
thats it.
On Thu, Aug 27, 2009 at 3:48 AM, mouss <[email protected]> wrote:
> Ashok Kumar J a écrit :
> > I installed virtual mail server with mysql + squirellmail by postfix.
> > Now I login as [email protected] <mailto:[email protected]> (ie, i have to
> > add the domain name at the end of the user), But I need to login as
> > direct user login through webmail.
> >
> >
> > How i can enable this?
> >
>
> This is not a postfix issue. postfix role is to transport mail until its
> destination. how mail is accessed (read, deleted, ...) is the job of
> pop/imap/webmail.
>
> So you'll get more chances to solve answer your question in a forum
> dedicated to your POP/IMAP server or to squirrelmail.
>
--
with regards
Ashok Kumar J