vacation rpm

Discussion in 'Technical' started by zaqavis, Aug 14, 2007.

  1. zaqavis

    zaqavis New Member

    I have installed Redhat Enterprise 4 . I using sendmail & dovecot .
    and installed RPM vacation for auto reply

    but (auto reply) is not working properly erro found is:

    smrsh: "vacation" not available for sendmail programs (stat failed)
    554 5.0.0 Service unavailable

    mail retrun error in outlook is.



    Reporting-MTA: dns; localhost.localdomain
    Received-From-MTA: DNS; [10.16.53.35]
    Arrival-Date: Mon, 13 Aug 2007 15:36:15 +0500

    Final-Recipient: RFC822; [email protected]
    X-Actual-Recipient: X-Unix; |vacation test123
    Action: failed
    Status: 5.5.0
    Diagnostic-Code: X-Unix; 69
     
  2. falko

    falko Super Moderator ISPConfig Developer

    What's the output of
    Code:
    ls -la /etc/smrsh
    and
    Code:
    which vacation
    ?
     
  3. zaqavis

    zaqavis New Member

    output of smrsh

    drwxr-xr-x 2 root root 4096 Sep 1 2004 .
    drwxr-xr-x 78 root root 12288 Aug 16 09:37 ..

    which vacation
    /usr/bin/vacation
    version

    vacation-1.1.1-8a.i386.rpm
     
  4. zaqavis

    zaqavis New Member

    vacation

    any other program / rpm. can we use for auto reply / vacation in Enterprise Linux 4
     
  5. falko

    falko Super Moderator ISPConfig Developer

    Please do this:
    Code:
    ln -s /usr/bin/vacation /etc/smrsh/vacation
    It should work then. :)
     

Share This Page