[horde] SMTP 500 error

Jens-U. Mozdzen jmozdzen at nde.ag
Fri Mar 15 11:41:23 UTC 2013


Hi derwu,

Zitat von derwu <derwu22 at gmail.com>:
> server error (time out of fastcgi)
>
> 71	error	84.10.217.78	Fri Mar 15 12:10:44 2013	FastCGI: comm with (dynamic)
> server "/usr/local/apache2/php/horde.address.fastcgi" aborted: (first read)
> idle timeout (120 sec), referer:
> http://horde.address/imp/dynamic.php?page=mailbox
> 72	error	84.10.217.78	Fri Mar 15 12:10:44 2013	FastCGI: incomplete headers
> (0 bytes) received from server
> "/usr/local/apache2/php/horde.address.fastcgi", referer:
> http://horde.address/imp/dynamic.php?page=mailbox
> 73	error	84.10.217.78	Fri Mar 15 12:10:51 2013	FastCGI: comm with (dynamic)
> server "/usr/local/apache2/php/horde.address.fastcgi" aborted: (first read)
> idle timeout (120 sec)
> 74	error	84.10.217.78	Fri Mar 15 12:10:51 2013	FastCGI: incomplete headers
> (0 bytes) received from server
> "/usr/local/apache2/php/horde.address.fastcgi"

how's your experience level with debugging such things? At least to  
me, this excerpt of messages isn't too helpful:

- the browser sends various requests to the web server... I'd like to  
see the corresponding entry in the server's access log for the failing  
request, even if it's only to determine which exact request is failing.

- the server then forwards the requests to the PHP environment ("Horde  
application"), which has its own log file. What's in there?

- the http server detects a problem and logs errors (those messages  
you quoted seem to be those messages)

I see that the CGI program (seems to me you're running PHP via  
FastCGI) doesn't return anything, probably due to a bail-out after  
some error in the PHP part.

>
> and
>
> $conf[mailer][params][host] 	<- this is obviously
> $conf[mailer][params][localhost] - what is this ?? What I should to type
> here?

The name of the host Horde is running on. I haven't checked what it's  
used for, though.

Regards,
Jens



More information about the horde mailing list