Forwarding Email to an Outside Address
If you wish to forward all incoming email to an outside address, modify the file: .procmail/rc.filter. Add the following lines to the top of the file to forward mail and keep a copy in your IAS inbox:
:0c ! username@example.com
Add the following lines to the top of the file to forward mail and not keep a copy in your IAS inbox:
:0 ! username@example.com
NOTE:If you do not have this file in your home directory, create the file ~/.procmailrc and add the above lines.