[imp] Problem sending mail $actionID='NO_ACTION'
scott@opensoars.com
scott@opensoars.com
Fri, 3 May 2002 11:42:35 -0700 (PDT)
Hello,
Thank you for your response! Lets see here, I've set the
debug_level to E_ALL, but the only thing I see in horde.log is
May 03 12:30:54 HORDE [notice] [imp] Login success for USER
[MY IP] to {127.0.0.1:993} [on line 64 of
"/var/www/opensoars/mail/horde/imp/redirect.php"]
(i'm using Self certifying SSL)
and in my other logs, I just see xinetd accepting the connection and imapd
authenticating it. However! I've gone through the source an added logger
commands to the switch($actionID) part. After the send button is hit and
compose comes up again, $actionID is set to NO_ACTION, and it SEEMS to be
some strangeness in actionID getting passed from the previous page,
because when send is hit, it should be passed as 'SEND_MESSAGE', but for
some reason, its not set, so it gets set to 'NO_ACTION'.
Upon further investigation, I've gone through and set
$actionID = SEND_MESSAGE;
right before the switch, and when i gets pulled up again, it tells me
"You must have at least one recipient."
It looks like _NONE_ of the form variables are getting passed to
compose.php upon submittal! Any ideas? I'll be more than glad to try
anything! Thanks a lot!
-Scott
On Fri, 3 May 2002, Jan Schneider wrote:
> Zitat von scott@opensoars.com:
>
> > I am having a problem sending mail via the IMP interface. I can receive
> > messages fine, display, whatever. But, when I go to 'reply', the
> > compose message window pops up... But when I hit send message, it just
> > blanks everything and puts me back at 'Message Composition'. I looked
> > through the source, and it seems to be a problem with 'actionID' being
> > set
> > to 'NO_ACTION', when it shouldn't be (line 413, compose.php, IMP
> > package).
>
> No, there is something wrong with your configuration. Set debug_level to
> E_ALL in config/horde.php and look out for any error messages on the screen
> and in your log files (server, horde, mail).
>
> Jan.
>
> --
> http://www.horde.org - The Horde Project
> http://www.ammma.de - discover your knowledge
> http://www.tip4all.de - Deine private Tippgemeinschaft
>