Found out how to make postfix use procmail like sendmail without a ~/.forward. # Add Procmail to /etc/postfix/main.cf mailbox_command = /usr/bin/procmail -f- -a "$USER" service postfix restart Now, someone stated I should not be editing .cf files by hand. Is this correct? jay