>
> Thomas,
>
>> set $debug to true and check username that is sent to imap server.
>
> Thanks for the tip.
>
> I noticed that for "non-default" domains, the username appears to be
> resolved correctly. The debug messages say "[EMAIL PROTECTED]". However, I'm
> still getting the login error. Normally, this uid gets validated correctly
> by vchkpw.
>
> For the "default" domain, the hostname is getting appended to the
> username, which shouldn't be happening. For example, I get
> "[EMAIL PROTECTED]", which will certainly cause a login failure, since
> there is no such virtual domain "192.168.2.1". For the default domain, it
> normally works without appending any "@domain" after the username.
>
>
> In the first case, I'm not sure why I'm not getting logged in properly. In
> the second case, it would be great if the hostname were not appended to
> the username.
>
>
> Did I set this up wrong, or am I trying to use it in a non-standard way?
> Is this even being send to vchkpw, because I don't recall having explictly
> set this anywhere (other than setting the qmail path).

SquirrelMail does not send any information to vpopmail authentication
program. Information is submitted to IMAP server.

Default vlogin plugin behavior is to append domain to login name. It is
designed for situation when you connect to http://your-domain/squirrelmail
and use login name without domain information in login form.

Check $dontUseHostName setting.
-----
  // you can choose not to append the host name to users' login
  // names no matter what by setting this to 1.  This is a very
  // rare use of this plugin, and should usually be left at 0.
  //
  $dontUseHostName = 0;
------

Setting can be applied globally or for selected domains.

-- 
Tomas


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
--
squirrelmail-users mailing list
Posting Guidelines: 
http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines
List Address: [email protected]
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to