Quote:
Originally Posted by tamarian
The script assumes that Perl is installed @ /usr/bin/perl
If you have Perl installed elsewhere, you just need to update the first line of the script with the cirrect path:
#! /usr/bin/perl -w
Also, you need to login to your server with a username that has write access to the mail spool, like a root/admin level user.
|
Sorry not quick enough deleting that post

I had vbouncer.pl chmoded to execute but not write - I chmoded it 777 and now I get no error message - it just says 'running in bouncer mode'. Should it say more than that before coming back to the prompt? Sorry for being such a pain!