Difference between revisions of "HowTos/Forward"
From Scalix Wiki
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 | + | Syntax: |
− | sxaa --user <email@domain.com> --redirect <redirected@newdomain.com> | + | 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#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:06, 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.
Syntax:
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.