Difference between revisions of "How can I add remote internet recipient to my Scalix directory?"

From Scalix Wiki
Jump to: navigation, search
 
 
Line 5: Line 5:
 
   # omaddent -e CN="First Last"/OU1=internet/IA=first.last@domain.com
 
   # omaddent -e CN="First Last"/OU1=internet/IA=first.last@domain.com
  
Or
+
or
  
 
   # omaddent -e CN="Last, First"/OU1=internet/IA=first.last@domain.com
 
   # omaddent -e CN="Last, First"/OU1=internet/IA=first.last@domain.com
  
 
The most important part is to set OU1=internet, which is a automatic route that is setup when Scalix is first installed.
 
The most important part is to set OU1=internet, which is a automatic route that is setup when Scalix is first installed.

Latest revision as of 05:34, 10 May 2007

A remote internet recipient is typically an address that people want to see in the SYSTEM directory that ultimately routes to a recipient outside of Scalix. It can be added using the omaddent command.

For example:

  # omaddent -e CN="First Last"/OU1=internet/IA=first.last@domain.com

or

  # omaddent -e CN="Last, First"/OU1=internet/IA=first.last@domain.com

The most important part is to set OU1=internet, which is a automatic route that is setup when Scalix is first installed.