[imp] virtualhost prefs saving problem

Veli-Pekka Yliniemi vpy@zoo-gate.fi
Thu, 4 Apr 2002 14:48:37 +0300


Hello 

Dosen't anybody have same problem or any solution ?

-Sysostar
----- Original Message ----- 
From: "Veli-Pekka Yliniemi" <vpy@zoo-gate.fi>
To: <imp@lists.horde.org>
Sent: Wednesday, March 27, 2002 6:51 PM
Subject: [imp] virtualhost prefs saving problem


Hello

I'm running imp3 and horde2. For virtualhost I have configurated in servers.php two servers.
Like this:
$servers['main'] = array(
    'name' => 'Main',
    'server' => 'mail.main.com',
    'protocol' => 'imap',
    'port' => 143,
    'folders' => '',
    'namespace' => '',
    'maildomain' => 'main.com',
    'smtphost' => 'smtp.main.com',
    'realm' => 'main.com',
    'preferred' => 'mail.main.com'
);
$servers['virtual'] = array(
    'name' => 'mail.virtual.com',
    'server' => 'mail.virtual.com',
    'protocol' => 'imap',
    'port' => 143,
    'folders' => '',
    'namespace' => '',
    'maildomain' => 'virtaul.com',
    'smtphost' => 'mail.virtual.com',
    'realm' => 'virtual.com',
    'preferred' => 'mail.virtual.com'
);

And it's working fine, but when user log into virtual host nothing is saved into mysql (database horde, table horde_prefs), not even last_on. If user logs into main everything is working fine. Both are in same machine same ip address.

-Sysostar


-- 
IMP mailing list: http://horde.org/imp/
Archive: http://marc.theaimsgroup.com/?l=imp&r=1&w=2
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: imp-unsubscribe@lists.horde.org