Hello all, i followed this tutorial (http://www.howtoforge.com/virtual_postfix_mysql_quota_courier) and have it all working. One more feature i would like to add is the ability to Copy an email and forward to another account. So if mail would to come in for user [email protected] , pinkpig user would get a copy and another copy forwarded to [email protected] Can this be done? I thought the implementation of forwarding's in the tutorial would take care of this but it just forwards the email without leaving a copy for the intended user. Thanks Laura
In forwarding table, you need to have: Source | Destination ============================================= [email protected] | [email protected], [email protected] This will deliver the mail to [email protected] and forward an additional copy to [email protected]