Vadtec wrote: > Sorry mouss, meant to send this to the mailing list, not you directly. > > Actually, I just found the log file. Go figure, I was distracted > earlier. Turns out its a lock file creation issue. > > Oct 20 18:18:09 example postfix/local[5396]: warning: unable to create > lock file /path/to/my/script/parse.pl.lock: Permission denied > > However, I have the dir that parse.pl is located in chmod 775 and chown > root:postfix. I also tried chown root:mail. > > drwxrwxr-x 2 root postfix 4096 Oct 20 18:02 script > > Could it be a directory above script thats causing the issue? Surely I > don't need the dir chmod 777. 'man 5 postconf' says: --- default_privs (default: nobody)
The default rights used by the local(8) delivery agent for delivery to external file or command. These rights are used when delivery is requested from an aliases(5) file that is owned by root, or when delivery is done on behalf of root. DO NOT SPECIFY A PRIVILEGED USER OR THE POSTFIX OWNER. --- To answer further, you need to know the owner of the map file. Brian