Re: How can/could I redirect based upon sender.

2016-03-11 Thread John A @ KLaM
Thanks to everybody who helped. Using the info collected the young lady was able to get a restraining order which, hopefully will put a stop to the harrasment.

Re: How can/could I redirect based upon sender.

2016-02-14 Thread Wietse Venema
Redirect to one recipient: /etc/postfix/main.cf: smtpd_sender_restrictions = check_sender_access hash:/etc/postfix/sender_access /etc/postfix/sender_access: j...@example.comredirect laywer@other.example (requires "postmap hash:/etc/postfix/sender_access"). Redirect to multi

Re: How can/could I redirect based upon sender.

2016-02-14 Thread @lbutlr
On Feb 12, 2016, at 4:05 PM, John wrote: > Is it possible to redirect mail based upon sender. Hmmm, let me think… :) Yes, I just went through this. main.cf: sender_bcc_maps = pcre:/etc/postfix/sender_bcc.pcre sender_bcc.pcre: /j...@example.com/ /legal@our_lawyers.com/ If you want to have the

Re: How can/could I redirect based upon sender.

2016-02-12 Thread Christian Kivalo
Am 13. Februar 2016 00:05:53 MEZ, schrieb John : >Is it possible to redirect mail based upon sender. What about sender_bcc_maps http://www.postfix.org/postconf.5.html#sender_bcc_maps ? > >I need to redirect email from j...@example.com which would normally be >sent >to some...@klam.com to legal