Difference between revisions of "How do I forward messages to a Smart Host?"

From Scalix Wiki
Jump to: navigation, search
 
Line 14: Line 14:
 
Where outboundserver.domain.com  is the name of your internet-bound (messages) server/Smart Host.
 
Where outboundserver.domain.com  is the name of your internet-bound (messages) server/Smart Host.
  
2)Stop (omshut) and Start Scalix (omrc) after the change.
+
 
 +
2)After the change, stop (omshut) and start Scalix (omrc).

Revision as of 06:37, 10 May 2007

Configuring a Smart Host provides a way of routing messages from a server that has no knowledge of external DNS to one that does (the Smart Host).

To forward all internet bound messages from Scalix Server to a Smart Host, which will then send them out to the internet:

1)Set the DS macro in the file sendmail.cf on the Scalix Server. Change the file from:

  # "Smart" relay host (may be null) 
  DS 

to

  # "Smart" relay host (may be null) 
  DSoutboundserver.domain.com 

Where outboundserver.domain.com is the name of your internet-bound (messages) server/Smart Host.


2)After the change, stop (omshut) and start Scalix (omrc).