Difference between revisions of "HowTos/Forward"

From Scalix Wiki
Jump to: navigation, search
 
m (added naviagtion to top of page)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Creating a email forwarding account is not possible with the sac.
+
[[Scalix Wiki]] -> [[How-Tos]] -> '''Install a forwarding account'''
 +
 
 +
Creating a email forwarding account is possible with the sac, if you install the [[Administration Plugins|addfwd]] plugin.
 +
 
 +
The other option is to do it manually from the server commandline.
  
 
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.
+
This requires the sxaa utility from the [[Admin Resource Kit#Creating rules for users with sxaa|Admin resource kit]].

Latest revision as of 15:11, 30 June 2010

Scalix Wiki -> How-Tos -> Install a forwarding account

Creating a email forwarding account is possible with the sac, if you install the addfwd plugin.

The other option is to do it manually from the server commandline.

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.