Please reply on-list only.

>>>I see in conf.pl that plugin is well installed, but I didn't mange to
>>>configure it as I want.
>>>
>>>I'd like for example that if the web adress is webmail.thierry.eu.org,
>>>that he loggued me to the account [EMAIL PROTECTED] just in typing
>>>thierry in login.
>>>
>>>I verfied in my imap server logs, and he see
>>>[EMAIL PROTECTED] instead of [EMAIL PROTECTED],when I
>>>type thierry.
>>
>>
>>I'm not sure how that can be, given that you have:
>>
>>
>>
>>> $useDomainFromVirtDomainsArray = 1;
>>
>>
>>But this is entirely empty:
>>
>>
>>
>>> $virtualDomains = array(
> 
> 
> You advise me to putt all my doomains in that array?

Well, YOU are the one who turned on $useDomainFromVirtDomainsArray, and
if you do, you have to have something in $virtualDomains.  But if all
you want to do is get the login name correct, you do not need either of
these things.

>>You also have this:
>>
>>
>>
>>> $numberOfDotSections = 2;
>>
>>
>>But you see three?
> 
> 
> I don't always have 3 dot sections in fact.
> 
> When I type thierry,
> he loggs me as [EMAIL PROTECTED] when I have
> webmail.thierry.eu.org in the adress bar, but when I have
> webmail.bouhnik.biz in address bar, he loggs me as
> "[EMAIL PROTECTED]" (iunstead of [EMAIL PROTECTED]) if I
> type also "thierry".
> 
> So if the number of dot sections of all my domains are not the same, you
> advise me to put all the domains in $virtualDomains ?

You could if you wanted to.  You could also use $translateHostnameTable
if you are just wanting to make sure the hostname is corrected.  But I
think you have just screwed it up by using
$useDomainFromVirtDomainsArray without doing anything else.

>>You also have this:
>>
>>
>>
>>> $checkByExcludeList = 1;
>>> $notPartOfDomainName = array('www'
>>>                              ,'mail'
>>>                              ,'email'
>>>                              ,'webmail');
>>
>>
>>With "webmail" in it.
>>
>>Maybe you should re-read the documentation.  I'm not sure how your
>>system is set up and how (or why) "thierry" is used, but you could use
>>$translateHostnameTable or possibly $replacements.
> 
> 
> Ok
> Thanks.


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
--
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