Trouble sending mail to a piped alias

2009-03-04 Thread Kirk Strauser
I'm trying to allow users to reply to Bugzilla emails, but I'm having trouble getting Postfix to execute the command that handles this. The proper alias is defined: $ postconf | grep ^alias_maps alias_maps = hash:/etc/aliases, hash:/usr/local/mailman/data/aliases $ grep bugzilla-daemon

Re: Trouble sending mail to a piped alias

2009-03-04 Thread Ralf Hildebrandt
* Kirk Strauser k...@strauser.com: I'm trying to allow users to reply to Bugzilla emails, but I'm having trouble getting Postfix to execute the command that handles this. The proper alias is defined: $ postconf | grep ^alias_maps alias_maps = hash:/etc/aliases,

Re: Trouble sending mail to a piped alias

2009-03-04 Thread Wietse Venema
Kirk Strauser: $ sudo /usr/local/www/data/bugzilla/email_in.pl /tmp/bugtest This executes the command as ROOT. This test is invalid because: Mar 4 09:46:31 web2 local[61974]: fatal: execvp /usr/local/www/data/bugzilla/email_in.pl: No such file or directory This executes the command as