Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[imp] Login problem after upgrade.

0 views
Skip to first unread message

Dmitri Gofmekler

unread,
Jun 27, 2002, 5:12:31 AM6/27/02
to
Hello All!

I'm urgently need help. Today I've upgraded PHP, PAM, IMAP, PERL, and some
other packages and IMP stops log in. IMP says that login is failed.

/var/log/maillog contains
Jun 27 11:09:19 cube imapd[17012]: imap service init from 127.0.0.1
Jun 27 11:09:19 cube imapd[17012]: Command stream end of file, while
reading line user=??? host=UNKNOWN

horde.log contains a line abount failed login 212.7.212.7 to
localhost:143[imap] as gosha
[on line 270 of "/var/www/html/horde/imp/lib/IMP.php"]

registry.php contains:
$this->registry['auth']['login'] = 'imp';
$this->registry['auth']['logout'] = 'imp';

servers.php contains:

$servers['imap'] = array(
'name' => 'IMAP Server',
'server' => 'localhost',
'protocol' => 'imap',
'port' => 143,
'folders' => 'mail/',
'namespace' => '',
'maildomain' => 'arvid.ee',
'smtphost' => 'localhost',
'realm' => 'arvid.ee',
'preferred' => ''
);


Enviroment is following:
apache-1.3.23-14
php-4.1.2-7
imap-2001a-10
perl-5.6.1-34.99.6
pam-0.75-32
mysql-3.23.49-3
openssl-0.9.6b-18

horde-2.1-3
imp-3.1-2
turba-1.0-1

Everything installed from .rpms got from RedHat 7.3 and horde ftp site.


Thanks in advance for any advices,
Dmitri.


--
IMP mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: imp-uns...@lists.horde.org

Tero Matinlassi

unread,
Jun 27, 2002, 5:17:20 AM6/27/02
to
Lainaus Dmitri Gofmekler <go...@arvid.ee>:

> 'protocol' => 'imap',

Try using imap/notls here.

-Tero

--
Tero Matinlassi

Dmitri Gofmekler

unread,
Jun 27, 2002, 5:20:49 AM6/27/02
to
On Thu, 27 Jun 2002, Tero Matinlassi wrote:

> Lainaus Dmitri Gofmekler <go...@arvid.ee>:
>
> > 'protocol' => 'imap',
>
> Try using imap/notls here.

Already tried :) Same result.

Dmitri Gofmekler

unread,
Jun 27, 2002, 5:58:45 AM6/27/02
to

IMAP works, I've already tested...

On Thu, 27 Jun 2002, Harry wrote
> Dmitri,
> Can you login from other sources? If you cannot then you may have a problem
> with the upgrade as opposed to Horde/IMP itself.
> Try this:
> telnet [host] 143
> ONCE CONNECTED issue the following
> login [user] [password]
> If you get a login ok than your IMAP server is working o.k.
>
> HTH,
> Harry

Eric Rostetter

unread,
Jun 27, 2002, 9:39:47 AM6/27/02
to
Quoting Dmitri Gofmekler <go...@arvid.ee>:

> Hello All!
>
> I'm urgently need help. Today I've upgraded PHP, PAM, IMAP, PERL, and some
> other packages and IMP stops log in. IMP says that login is failed.

Probably new php needs imap/notls... (just a guess based on experience)



> servers.php contains:
>
> $servers['imap'] = array(
> 'name' => 'IMAP Server',
> 'server' => 'localhost',
> 'protocol' => 'imap',

Change protocol to imap/notls and see if that helps.

> 'port' => 143,
> 'folders' => 'mail/',
> 'namespace' => '',
> 'maildomain' => 'arvid.ee',
> 'smtphost' => 'localhost',
> 'realm' => 'arvid.ee',
> 'preferred' => ''
> );

--
Eric Rostetter
The Department of Physics
The University of Texas at Austin

"TAD (Technology Attachment Disorder) is an unshakable, impractical devotion
to a brand, platform, product line, or programming language. It's relatively
harmless among the rank and file, but when management is afflicted the damage
can be measured in dollars. It's also contagious -- someone with sufficient
political clout can infect an entire organization."

--"Enterprise Strategies" columnist Tom Yager.

0 new messages