Hi,
You can use virtusertable for this.
Edit /etc/mail/virtusertable and use:
Code:
www@domain.com www
@domain.com %1@[x.x.x.x]
where www is the user that sends mail through the web server and you want him to receive mail locally and x.x.x.x is the IP of the corporate exchange server.
After editing /etc/mail/virtusertable don't forget to run:
Code:
makemap hash /etc/mail/virtusertable < /etc/mail/virtusertable
Regards