> What kind of problem you have? Mailing list is not IRC. If you want 
> to get answers, you should provide details about your problem.

Good point.

The setup is as described below. What I mean by "problem" is that when I try to 
login, I am directed to the error page that says:

"Error: Unknown user or password incorrect".

It seems that I have been unable to redirect login authentication to vchkpw. 
However, since I'm new to squirrel, I'm not sure that there aren't other issues 
that I'm overlooking as well.


I provide the configuration I used in my config.php file below. I hope this 
gives enough info...



> > I am trying to set up Squirrel for use with vpopmail.
> >
> > I am using:
> >
> >   squirrelmail v.1.4.5
> >   bincimap v. 1.2.13
> >   vpopmail v. 5.4.10
> >   compatibility plugin v. 2.0.1
> >   vlogin plugin v. 3.6
> >
> >   running on FC3
> >   with Apache2
> >   php4.4.0
> >
> >   qmail installation as per "Life With qmail"
> >   bincimap installation as per "Life With bincimap"
> >
> >
> > My vpopmail and bincimap setups are normally working fine. 
> > Also, I can get Squirrel running without using virtual 
> > domains, so I think there is just something that I'm 
> > missing in my Squirrel configuration.


~squirrelmaildir/plugins/vlogin/data/config.php

(Edited)


<?php


  global $notPartOfDomainName, $numberOfDotSections, $useSessionBased,
         $putHostNameOnFrontOfUsername, $checkByExcludeList,
         $at, $dot, $dontUseHostName, $perUserSettingsFile,
         $smHostIsDomainThatUserLoggedInWith, $virtualDomains,
         $sendmailVirtualUserTable, $virtualDomainDataDir,
         $allVirtualDomainsAreUnderOneSSLHost, $debug, $removeFromFront,
         $chopOffDotSectionsFromRight, $chopOffDotSectionsFromLeft,
         $translateHostnameTable, $pathToQmail, $atConversion,
         $removeDomainIfGiven, $alwaysAddHostName, $reverseDotSectionOrder,
         $replacements, $usernameReplacements, $forceLowercase,
         $securePort, $useDomainFromVirtDomainsArray;

  $useSessionBased = 0;
  $virtualDomains = array(
      'mypersonaldomain' => array( 
          'domain'     => 'mydomain.net',
          'org_name'   => 'My Domain',
          'org_logo'   => '../images/myface.gif',
          'org_title'  => '(isset($_SESSION["username"]) ? 
$_SESSION["username"] . " - Mail" : "Mail")',
      ),

      'oneofmyclientsdomain' => array( 
          'domain'     => 'myotherdomain.com',
          'org_name'   => 'My Other Domain',
          'org_logo'   => '../images/spacer.gif',  // no logo
          'org_title'  => '(isset($_SESSION["username"]) ? 
$_SESSION["username"] . " - Mail" : "Mail")',
      ),

  );

  $useDomainFromVirtDomainsArray = 1;
  $reverseDotSectionOrder = 0;
  $numberOfDotSections = 2;
  $removeFromFront = 1;
  $checkByExcludeList = 1;
  $notPartOfDomainName = array('www'
                               ,'mail'
                               ,'email'
                               ,'webmail');
  $chopOffDotSectionsFromLeft = 0;
  $chopOffDotSectionsFromRight = 0;
  $at = '@';
  $dot = '.';
  $atConversion = array();
  $forceLowercase = 0;
  $replacements = array();
  $alwaysAddHostName = 0;
  $putHostNameOnFrontOfUsername = 0;
  $dontUseHostName = 0;
  $smHostIsDomainThatUserLoggedInWith = 0;
  $removeDomainIfGiven = 0;
  $virtualDomainDataDir = '';
  $allVirtualDomainsAreUnderOneSSLHost = 0;
  $securePort = 443;
  $usernameReplacements = array();
  $sendmailVirtualUserTable = '/etc/mail/virtusertable';
  $sendmailVirtualUserTable = '';
  $translateHostnameTable = 
'/path/to/squirrelmail/plugins/vlogin/data/hostmap.dat';
  $translateHostnameTable = '';
  $pathToQmail = '/var/qmail';
  $pathToQmail = '/var/qmail';
  $perUserSettingsFile = '';
  $debug = 0;
?>
[EMAIL PROTECTED] data]#  



-------------------------------------------------------
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)95
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to