Hi guys, I installed the RC4 yesterday and ran in some problems with the autoresponder again.
In RC3 I did the following fix and it worked out for me:
http://www.stblog.de/2007/12/13/ispcp-ar...nd-amavis/
The problems is now, that afaik, there came a new version of the file
/var/www/ispcp/engine/messager/ispcp-arpl-msgr with the RC4 along.
This version already includes the fix mentioned above, just with a little modification of the code.
Code:
# LINE 795
if ($auto_message ne '_no_' && length($auto_message) > 0) {
The fix mentioned above (
length($auto_message) > 0) is inserted already, just with slightly different code.
I tried to exchange the line with the line from the fix but it doesnt help at all.
Unfortunately there appear the same problems like there were before.
Code:
<domain@ispcp-arpl.domain.de>: Command died with status 1:
"/var/www/ispcp/engine/messager/ispcp-arpl-msgr"
<domain@ispcp-arpl.domain.de> (expanded from <domain@domain.de>):
Command died with status 1:
"/var/www/ispcp/engine/messager/ispcp-arpl-msgr"
Hope you guys have a suggestion to fix that. Thats really important for me. :-/