Difference between revisions of "HowTos/Forward"
From Scalix Wiki
(+Wikilink) |
|||
Line 3: | Line 3: | ||
Here is a script who creates a new limited account and adds a forwarding rule. | Here is a script who creates a new limited account and adds a forwarding rule. | ||
− | omaddu -n <account>/<mailnode>/internet-addr=<email@domain.com> --swa N --class limited --lock-password | + | omaddu -n <account>/<mailnode>/internet-addr=<email@domain.com> --swa N --class limited --lock-password<br> |
sxaa --user <email@domain.com> --redirect <redirected@newdomain.com> | sxaa --user <email@domain.com> --redirect <redirected@newdomain.com> | ||
This requires the sxaa utility from the [[Admin Resource Kit#Creating rules for users with sxaa|Admin resource kit]]. | This requires the sxaa utility from the [[Admin Resource Kit#Creating rules for users with sxaa|Admin resource kit]]. |
Revision as of 00:05, 3 May 2007
Creating a email forwarding account is not possible with the sac.
Here is a script who creates a new limited account and adds a forwarding rule.
omaddu -n <account>/<mailnode>/internet-addr=<email@domain.com> --swa N --class limited --lock-password
sxaa --user <email@domain.com> --redirect <redirected@newdomain.com>
This requires the sxaa utility from the Admin resource kit.