Hi all,

My gitolite post-receive hook (.gitolite/local/hooks/common/post-receive) sends an email to an address: [email protected]

On my Debian Postfix/Cyrus server "bug-submit" is mapped to "bugzilla" in /etc/aliases. Bugzilla runs locally on the same server.

When I email "[email protected]" from another account I get "Recipient address rejected: User unknown in local recipient table".

When I email the same address from Postfix/Cyrus server's shell (echo test | mail -s test [email protected]) I get:

"May 20 12:05:10 mailserver postfix/local[18768]: EF55B2C022E: to=<[email protected]>, relay=local, delay=0.92, delays=0.04/0/0/0.88, dsn=2.0.0, status=sent (delivered to command: /vol/localhome/bugzilla/site/live/email_in.pl -vvv 2>/tmp/bz_emailin.log)"

Now, I want to modify this configuration and deliver that email to email_in.pl located on another host (not locally).

On Postfix/Cyrus server I've searched recursively all files in:

/etc/
/vol/cyrus
/var/mail

for any references to email_in.pl but could find absolutely nothing configuration related.

Any ideas how and where this "delivered to command" is configured?

Regards,
Adam

_______________________________________________
Postfix-users mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to