[imp] realm & cyrus
Nazar Kulynych
nazark at gotshell.org
Sat Sep 20 19:14:57 PDT 2003
Hello All,
I have some problems loggin into cyrus imap with virual/realm support.
Doing telnet to localhost imap, and issuing login command as so words.
100 login cyrus at mydomain.com mypasswd
but using IMP is not letting me in. So I have added real = 'mydomain.com'
to server.php but IMP is not reading it for some reason.
Here is my servers.php config
### imp/config/servers.php
$servers['imap'] = array(
'name' => 'IMAP Server',
'server' => '127.0.0.1',
'hordeauth' => false,
'protocol' => 'imap/notls',
'port' => 143,
'folders' => 'mail/',
'namespace' => '',
'maildomain' => 'mydomain.com',
'smtphost' => '127.0.0.1',
'realm' => 'mydomain.com',
'preferred' => '',
'dotfiles' => false,
'hierarchies' => array());
-------------------------------------------------
This mail sent from IMP: http://webmail.gotshell.org/
More information about the imp
mailing list