[BlueOnyx:18871] Re: Blueonyx 5209R - vacation message

Dirk Estenfeld dirk.estenfeld at blackpoint.de
Wed Dec 23 04:58:43 -05 2015


Hello again,

I think I found the problem (do not know why it is working for other Blueonyx version).
I changed in the script /usr/local/sbin/vacation.pl

The following block

    # Build the message using MIME::Lite instead:
    my $send_msg = MIME::Lite->new(
        From     => $fullname . " <$user_from>",
        To       => $sendto,
        Subject  => $mail_subject,
        Data     => $msg
    );


To 

    # Build the message using MIME::Lite instead:
    my $send_msg = MIME::Lite->new(
        From     => $user_from,
        To       => $sendto,
        Subject  => $mail_subject,
        Data     => $msg
    );


Now it is working.

Best regards,
Dirk

-----------------------------------------------
blackpoint GmbH - Friedberger Straße 106 - 61118 Bad Vilbel


-----Ursprüngliche Nachricht-----
Von: blueonyx-bounces at mail.blueonyx.it [mailto:blueonyx-bounces at mail.blueonyx.it] Im Auftrag von Dirk Estenfeld
Gesendet: Mittwoch, 23. Dezember 2015 09:44
An: BlueOnyx General Mailing List <blueonyx at mail.blueonyx.it>
Betreff: [BlueOnyx:18870] Blueonyx 5209R - vacation message

Hello,

one user have setup a vacation message at a 5209R server.
But the message in not generated / send. I only see an unknown mailer error:

Dec 23 09:39:52 servername sendmail[10934]: tBN8dojn010933: to="|/usr/local/sbin/vacation.pl /home/.sites/28/site1/.users/138/username/.vacation_msg username", ctladdr=<usermnail at domain.com> (1009/1002), delay=00:00:00, xdelay=00:00:00, mailer=prog, pri=64526, dsn=5.3.0, stat=unknown mailer error 255

How can I figure out why I see the "unknown mailer error 255" and no vacation message is send.

Regards,
Dirk

-----------------------------------------------
blackpoint GmbH - Friedberger Straße 106 - 61118 Bad Vilbel


_______________________________________________
Blueonyx mailing list
Blueonyx at mail.blueonyx.it
http://mail.blueonyx.it/mailman/listinfo/blueonyx




More information about the Blueonyx mailing list