On 4/20/06, Geoff Soper <[EMAIL PROTECTED]> wrote: > I'm in the process of setting up a web server with Squirrelmail. This > server is a virtualised server running FC3 and Plesk. I have a number of > domains hosted on the server and have set it up so that a directory on > each domain actually serves up the same Squirrelmail installation. As > each domain has what appears to be a unique mail server I want each > domain's Squirrelmail to use that domain's mail server. I understand the > Vlogin and Multilogin plugins are the way to achieve this. I've > installed Vlogin and have installed the patch in Multilogin (but not > installed the plugin). In the Vlogin config.php I've added the array > below as well as setting $useSessionBased = 1; > > $virtualDomains = array( > > > 'toussaintclarke' => array( > 'domain' => 'toussaintclarke.co.uk', > 'imapServerAddress' => 'mail.toussaintclarke.co.uk', > 'imapPort' => '143', > ), > > 'alliemills' => array( > 'domain' => 'alliemills.me.uk', > 'imapServerAddress' => 'mail.alliemills.me.uk', > 'imapPort' => '143', > )
Looks like you're on track. What version of SM are you using? > However now each domain's Squirrelmail now serves two completely blank > pages in the left and right frames after logging in. > > I can't see what I've done wrong and don't have any idea how to best go > about diagnosing this problem. Blank pages mean PHP errors. See posting guidelines, section three for this mailing list for info about how to increase PHP verbosity or get what you need from your web logs. -paul ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642 -- squirrelmail-users mailing list Posting Guidelines: http://www.squirrelmail.org/wiki/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
