rt-mailgate.sh 109 B

12345
  1. #!/bin/sh
  2. PERL5LIB='@l_prefix@/libexec/rt'
  3. export PERL5LIB
  4. exec @l_prefix@/libexec/rt/tools/rt-mailgate "$@"