Cannot find webiva_transport.sh

Alexander Sinishin 9.Aug.2011 12:53am
Hello,

There is a reference to webiva_transport.sh in master.cf file of the Postfix configuration. I cannot find this script in distribution. Could you please give a sample of the script?

Thank you.
Pascal Rettig 9.Aug.2011 9:32am
Hi Alexander,

This script didn’t up getting used for anything as we never implemented mail reception, but it would look something like this:


    #!/bin/bash
    HOME=/home/webiva \
    /home/webiva/current/script/runner \
    ‘data = STDIN.read; MailReceiver.receive(data)’ 2>&1 > \
    /home/webiva/current/log/receive_mail.log
Alexander Sinishin 9.Aug.2011 11:07pm
Thank you Pascal for the fast reply,

Then I remove the string:

webiva unix – n n – – pipe
    flags= user=webiva:webiva argv=/etc/postfix/webiva_transport.sh

from ‘master.cf’ file of my Postfix configuration.
Pascal Rettig 10.Aug.2011 9:44am
Yes, that line should be removed.