Re: Trouble sending mail to a piped alias

2009-03-04 Thread Kirk Strauser
On Wednesday 04 March 2009 10:19:01 Wietse Venema wrote: > 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/ema

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

Re: Trouble sending mail to a piped alias

2009-03-04 Thread Ralf Hildebrandt
* 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 >