diff -up smeserver-egroupware-1.8.005/root/etc/e-smith/templates/etc/e-smith/sql/init/81egw_domain.sql.sme5127 smeserver-egroupware-1.8.005/root/etc/e-smith/templates/etc/e-smith/sql/init/81egw_domain.sql --- smeserver-egroupware-1.8.005/root/etc/e-smith/templates/etc/e-smith/sql/init/81egw_domain.sql.sme5127 2013-12-11 18:21:37.000000000 -0500 +++ smeserver-egroupware-1.8.005/root/etc/e-smith/templates/etc/e-smith/sql/init/81egw_domain.sql 2013-12-15 14:13:30.000000000 -0500 @@ -8,7 +8,7 @@ USE mysql; USE { $egroupware{DbName} }; REPLACE INTO `egw_config` (`config_app`, `config_name`, `config_value`) - VALUES ('phpgwapi', 'hostname', '{ $DomainName }'); + VALUES ('phpgwapi', 'hostname', '{$SystemName }.{ $DomainName }'); REPLACE INTO `egw_config` (`config_app`, `config_name`, `config_value`) VALUES ('phpgwapi', 'mail_suffix', '{ $DomainName }' );