Guille Carlos wrote: > This is the content of the autoreply.rb script that I have placed in > root (/), permissions are set to read, write, exec for everyone: > #!/bin/sh > touch /testfile
What planet are you from? Don't install *anything* in /! Major culture shock :-) This is a permission problem. The postfix user is not allowed to create a file in /. Move the script to a safer location like /usr/local/bin, and have it touch a file in /tmp/ instead. -- ________________________________________________________________ Paul Stevens paul at nfg.nl NET FACILITIES GROUP GPG/PGP: 1024D/11F8CD31 The Netherlands________________________________http://www.nfg.nl _______________________________________________ DBmail mailing list [email protected] http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail
