Specifications

296 Chapter 18 Configuring and Managing iCal Service and iChat Service
To modify service settings:
1 Open the iCal service configuration file (caldavd.plist), which is stored in the
/etc/caldavd/ folder by default.
2 Modify the following settings:
 To specify the document root for iCal service, modify the Document Root key.
 To specify the port number the service uses, modify the Port key.
 To enable or disable SS, modify the SSEnable key.
Configuring iChat Service
To start and stop the iChat service and to configure its settings, use the serveradmin
command-line tool.
To start the service:
$ sudo serveradmin start jabber
To stop the service:
$ sudo serveradmin stop jabber
To view service settings:
$ sudo serveradmin settings jabber
The following is an example of the output:
jabber:savedChatsArchiveInterval = 7
jabber:enableAutoBuddy = yes
jabber:s2sAllowedDomains = _empty_array
jabber:requireSecureS2S = no
jabber:sslKeyFile = "/etc/certificates/Default.crtkey"
jabber:hosts:_array_index:0 = "pb4server"
jabber:s2sRestrictDomains = no
jabber:eventLogArchiveInterval = 7
jabber:savedChatsLocation = "/var/jabberd/message_archives"
jabber:enableXMPP = yes
jabber:enableSavedChats = no
jabber:welcomeMessage = "Welcome to the iChat Server at pb4server!"
jabber:logLevel = "ALL"
To set service settings:
$ sudo serveradmin settings jabber:
setting
=
value
Replace
setting
with the name of the setting and
value
with the value of the setting.
For more information about iChat service, see the man page for serveradmin.