[Tickets #2589] NEW: Notice: Undefined index: smtphost and smtpport
bugs@bugs.horde.org
bugs at bugs.horde.org
Mon Sep 12 05:43:04 PDT 2005
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=2589
-----------------------------------------------------------------------
Ticket | 2589
Created By | rosenfeld at alum.mit.edu
Summary | Notice: Undefined index: smtphost and smtpport
Queue | IMP
Version | HEAD
State | Unconfirmed
Priority | 1. Low
Type | Bug
Owners |
-----------------------------------------------------------------------
rosenfeld at alum.mit.edu (2005-09-12 05:43) wrote:
I updated to CVS IMP, Horde, and Framework this morning. After logging in,
the following appears in my left menu sidebar.
Notice: Undefined index: smtphost in
/var/www/localhost/htdocs/horde/imp/lib/Session.php on line 190
Notice: Undefined index: smtpport in
/var/www/localhost/htdocs/horde/imp/lib/Session.php on line 190
There was no update to imp/config/servers.php.dist and it still seems to
indicate that these are only valid if my mailer type is set to SMTP, but I
am using "Using the local sendmail binary".
When I try to send a message from compose, I now get the following error:
Notice: Undefined index: type in
/var/www/localhost/htdocs/horde/imp/lib/Compose.php on line 137
Message Composition
Error There was an error sending your message: Unable to find class for
driver
My imp/config/servers.php contains the following:
$servers['imap'] = array(
'name' => 'IMAP Server',
'server' => 'localhost',
'hordeauth' => 'full',
'protocol' => 'imap/ssl/novalidate-cert',
'port' => 993,
'maildomain' => 'rosenfeld.to',
'realm' => 'rosenfeld.to',
'preferred' => '',
'dotfiles' => true,
);
I have also tried including the following in my "imap" server with no
change
'smtphost' => '',
'smtpport' => '',
More information about the bugs
mailing list