Page 1 of 1

Local delivery AND redirect

Posted: Mon May 22, 2006 9:07 am
by rlbyrd
We're in the midst of switching to Scalix, and formerly,using sendmail, items could be locally delivered as well as forwarded to our phones using a .forward:

username@telecom.carrier.com
\rbyrd

With Scalix's redirect, it goes only to the phone. Using Scalix's forward, it is delivered to both places, but on the phone, the return address is my own, not the original senders.

What's the best way to implement this using Scalix?

Posted: Mon May 22, 2006 6:16 pm
by kluss0
You want to use an sxaa redirect:

Code: Select all

 sxaa --user your_username_here --redirect address@phone.com --retain


That will take any mail coming in to <user> and deliver it locally, as well as redirect it to address@phone.com and retain the original headers.

HTH,
Kenny

Posted: Tue May 23, 2006 1:09 am
by rlbyrd
Ahh. Admin-thing, not user-thing. Thanks.