Koozali.org: home of the SME Server

Obsolete Releases => SME 7.x Contribs => Topic started by: brianr on May 24, 2006, 04:18:26 PM

Title: Delegating a domain's email
Post by: brianr on May 24, 2006, 04:18:26 PM
I am just converting an SME6 system to SME7  and have realized that i used the dungog contrib to delegate one virtual domain's email to a local lotus notes server.  Stephen does not seem to have produced the equivalent for SME7 - does anyone know how to do it?
Title: Delegating a domain's email
Post by: JonB on May 25, 2006, 07:10:15 AM
Brian,

From console

db domains setprop test.com MailServer 192.168.3.20

where test.com is the virtual domain in question and MailServer is the IP address of the SMTP host.

signal-event email-update

This will send all mail for test.com to SMTP host at 192.168.3.20 but will deliver all the rest locally.

Jon