Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Jan 2002 20:17:38 +0100
From:      Thierry Thomas <thierry@thomas.as>
To:        Mark Hannon <markhannon@optushome.com.au>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: imp-devel login problems
Message-ID:  <20020117201738.A6835@graf.pompo.net>
In-Reply-To: <3C469877.408028C0@optushome.com.au>; from markhannon@optushome.com.au on Thu, Jan 17, 2002 at 08:25:11PM %2B1100
References:  <3C469877.408028C0@optushome.com.au>

next in thread | previous in thread | raw e-mail | index | archive | help
Le 17 Jan 02 à 20:25:11 +0000, Mark Hannon écrivait :
> Hi,

Your ports tree is not up-to-date: imp-devel is currently unfetchable 
(see PR ports/33516)...

> I have compiled from ports imp-devel along with all dependent packages. 
> I have
> not been able to login to IMP however, I am able to get the login screen
> but after
> entering my user/pass I get the message:
> 
> Login failed for some reason. Most likely your username or password was
> entered incorrectly.
> 
> I am able to login to the IMAP server from Netscape Messenger etal.

When using IMAP with SSL, the protocol should be defined as imap/ssl (or
imap/ssl/novalidate-cert with self-made certificates) and the default
port is 993 in the file
/usr/local/www/horde/imp/config/servers.php.

For example:

$servers['imap'] = array(
    'name' => 'IMAP Server',
    'server' => 'localhost',
    'protocol' => 'imap/ssl/novalidate-cert',
    'port' => 993,
    'folders' => 'Mail/',
    'namespace' => '',
    'maildomain' => 'graf.pompo.net',
    'smtphost' => 'localhost',
    'realm' => '',
    'preferred' => ''
);

P.S.: when PR ports/33516 will be committed, this will be automagically
configured.
-- 
Th. Thomas.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020117201738.A6835>