vlogin

View: New views
2 Messages — Rating Filter:   Alert me  

vlogin

by dbaio :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi...

I cant do this...

I just want to take off "WEBMAIL2" from the username when the user login without type @domain.com.br.


   For example, with $numberOfDotSections = 2 and $removeFromFront = 1, these
   logins will be constructed:
      webmail.foo.com         ==>     username@...
      server.webmail.foo.com  ==>     username@...

In my config.php

  $numberOfDotSections = 2;
  $removeFromFront = 1;
  $vlogin_debug = 1;


Link --> http://webmail2.domain.com.br


Your original username was:

username


Your IMAP login was resolved to:

username@...



$hostname is webmail2.domain.com.br

PHP_SELF is /src/redirect.php




SquirrelMail configtest

This script will try to check some aspects of your SquirrelMail configuration and point you to errors whereever it can find them. You need to go run conf.pl in the config/ directory first before you run this script.

SquirrelMail version:1.4.19
Config file version:1.4.0
Config file last modified:27 August 2009 10:16:55

Checking PHP configuration...
    PHP version 5.2.10 OK.
    display_errors: On
    error_reporting: 6143
    variables_order OK: GPCS.
    PHP extensions OK. Dynamic loading is enabled.
Checking paths...
    Data dir OK.
    Attachment dir OK.
    Plugins OK.
    Themes OK.
    Default language OK.
    Base URL detected as: http://webmail2.domain.com.br/src (location base autodetected)
Checking outgoing mail service....
    SMTP server OK (220 smtp.domain.com.br ESMTP)
Checking IMAP service....
    IMAP server ready (* OK [CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE ACL ACL2=UNION STARTTLS] Courier-IMAP ready. Copyright 1998-2005 Double Precision, Inc. See COPYING for distribution information.)
    Capabilities: * CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE ACL ACL2=UNION STARTTLS
Checking internationalization (i18n) settings...
     gettext - Gettext functions are available. On some systems you must have appropriate system locales compiled.
     mbstring - Mbstring functions are available.
     recode - Recode functions are unavailable.
     iconv - Iconv functions are available.
     timezone - Webmail users can change their time zone settings.
Checking database functions...
    not using database functionality.

Congratulations, your SquirrelMail setup looks fine to me!



Plugins
  Installed Plugins
    1. vlogin

Login Manager
3.10.1








I need the username without WEBMAIL2.

Anyone can help me ?

Regards.

--
Danilo Gonçalves Baio (dbaio)
danilobaio  (*) gmail . com
+55 (44) 8801 1257





------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
-----
squirrelmail-plugins mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-plugins@...
List archives: http://news.gmane.org/gmane.mail.squirrelmail.plugins
List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-plugins

Re: vlogin

by p dont think-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Thu, Aug 27, 2009 at 9:52 AM, Danilo Baio<danilobaio@...> wrote:

> Hi...
>
> I cant do this...
>
> I just want to take off "WEBMAIL2" from the username when the user login
> without type @domain.com.br.
>
>
>    For example, with $numberOfDotSections = 2 and $removeFromFront = 1,
> these
>    logins will be constructed:
>       webmail.foo.com         ==>     username@...
>       server.webmail.foo.com  ==>     username@...
>
> In my config.php
>
>   $numberOfDotSections = 2;
>   $removeFromFront = 1;
>   $vlogin_debug = 1;
>
> Link --> http://webmail2.domain.com.br

Looks about right, but seems as if you've got another setting
conflicting with those.  You should start over from scratch, perhaps
with config_example_typical.php.  Or show all the settings you've
changed.  Check the $virtualDomains array and also the value of
$useDomainFromVirtDomainsArray




> Your original username was:
>
> username
>
> ________________________________
>
> Your IMAP login was resolved to:
>
> username@...
>
> ________________________________
> $hostname is webmail2.domain.com.br
>
> PHP_SELF is /src/redirect.php
> ________________________________
>
>
> SquirrelMail configtest
>
> This script will try to check some aspects of your SquirrelMail
> configuration and point you to errors whereever it can find them. You need
> to go run conf.pl in the config/ directory first before you run this script.
>
> SquirrelMail version:1.4.19
> Config file version:1.4.0
> Config file last modified:27 August 2009 10:16:55
> Checking PHP configuration...
>     PHP version 5.2.10 OK.
>     display_errors: On
>     error_reporting: 6143
>     variables_order OK: GPCS.
>     PHP extensions OK. Dynamic loading is enabled.
> Checking paths...
>     Data dir OK.
>     Attachment dir OK.
>     Plugins OK.
>     Themes OK.
>     Default language OK.
>     Base URL detected as: http://webmail2.domain.com.br/src (location base
> autodetected)
> Checking outgoing mail service....
>     SMTP server OK (220 smtp.domain.com.br ESMTP)
> Checking IMAP service....
>     IMAP server ready (* OK [CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE
> THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE ACL ACL2=UNION
> STARTTLS] Courier-IMAP ready. Copyright 1998-2005 Double Precision, Inc. See
> COPYING for distribution information.)
>     Capabilities: * CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE
> THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE ACL ACL2=UNION
> STARTTLS
> Checking internationalization (i18n) settings...
>      gettext - Gettext functions are available. On some systems you must
> have appropriate system locales compiled.
>      mbstring - Mbstring functions are available.
>      recode - Recode functions are unavailable.
>      iconv - Iconv functions are available.
>      timezone - Webmail users can change their time zone settings.
> Checking database functions...
>     not using database functionality.
>
> Congratulations, your SquirrelMail setup looks fine to me!
>
> Plugins
>   Installed Plugins
>     1. vlogin
>
> Login Manager
> 3.10.1
>
>
>
> I need the username without WEBMAIL2.
>
> Anyone can help me ?
>


--
Paul Lesniewski
SquirrelMail Team
Please support Open Source Software by donating to SquirrelMail!
http://squirrelmail.org/donate_paul_lesniewski.php

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
-----
squirrelmail-plugins mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-plugins@...
List archives: http://news.gmane.org/gmane.mail.squirrelmail.plugins
List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-plugins