![]() |
Error in mail.log, ispcp-arpl-msgr dies with status 13 ? - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: Usage (/forum-34.html) +--- Thread: Error in mail.log, ispcp-arpl-msgr dies with status 13 ? (/thread-4808.html) |
Error in mail.log, ispcp-arpl-msgr dies with status 13 ? - uwe - 10-27-2008 09:28 AM Hello, i get these messages in my mail.log: Oct 25 08:33:23 earth postfix/pipe[16965]: ADBB61094E6: to=<user@ispcp-arpl. somedomain.com>, orig_to=<user@somedomain.com>, relay=ispcp-arpl, delay=1.7, delays=0.94/0.12/0/0.67, dsn=5.3.0, status=bounced (Command died with status 13: "/var/www/ispcp/engine/messager/ispcp-arpl-msgr". Command output: Can't redirect stdout at /var/www/ispcp/engine/messager/ispcp-arpl-msgr line 555. ) line 555 in /var/www/ispcp/engine/messager/isp-arpl-msgr is: open(STDOUT, ">", $main::ispcp_arpl_msgr_stdout) || die "Can't redirect stdout"; and $main:ispcp_arpl_msgr_stdout is "/var/log/ispcp/ispcp-arpl-msgr/ispcp-arpl-msgr.stderr"; i tried adding write permission to all and it fixes the problem, my question is , who should be the owner ? postfix ? RE: Error in mail.log, ispcp-arpl-msgr dies with status 13 ? - joximu - 10-27-2008 06:30 PM Since the arpl-engine script runs with vu2000:vu2000 try this... feedback is welcome so we can fix this. edit: this is bullshit... :-( try owner postfix... /J RE: Error in mail.log, ispcp-arpl-msgr dies with status 13 ? - ZooL - 10-28-2008 02:47 AM lol ![]() ![]() RE: Error in mail.log, ispcp-arpl-msgr dies with status 13 ? - Knut - 03-13-2009 04:22 PM Gibt es dafür eigentlich eine Lösung ? Ich sitze gerade an einem Server mit einer alten Version (ispcp-omega-trunk-20081024.tar.bz2) in der das Problem auftritt. Aus der 1.0 den ispcp-arpl-msgr kopieren hilft dabei leider nicht. Fehlermeldung ist wie schon beschrieben: Code: Diagnostic-Code: x-unix; Can't redirect stdout at Was ich auch komisch finde ist folgendes: Code: Final-Recipient: rfc822; admin@ispcp-arpl.xxxx.de Warum wird in die Mailadresse noch ein "ispcp-arpl" eingefügt ? Gruß Knut RE: Error in mail.log, ispcp-arpl-msgr dies with status 13 ? - joximu - 03-13-2009 06:59 PM please english... there are two possibilities: - either you have amavis running (or maja mailguard etc) - or the charset of the mail_user table (or some fileds) is wrong. Compare with the actual database.sql /Joxi RE: Error in mail.log, ispcp-arpl-msgr dies with status 13 ? - biologist - 03-14-2009 07:25 AM (03-13-2009 06:59 PM)joximu Wrote: please english...And what exactly do I have to to, when I have amavis running? Without amavis it's working... RE: Error in mail.log, ispcp-arpl-msgr dies with status 13 ? - joximu - 03-14-2009 07:36 AM hm, well - I don't know. I don't know if the problem with the autoreply manager and amavis are solved or not... /J RE: Error in mail.log, ispcp-arpl-msgr dies with status 13 ? - biologist - 03-14-2009 08:22 AM (03-14-2009 07:36 AM)joximu Wrote: hm, well - I don't know.On my server this problem still occurs. As already mentioned: with amavis deactivated, it's fine. But in my case,the error code is 1. |