


252 253 auth_method: 255 A list of authentication methods to use. If 251 not set, the value from cache_size will be used. 248 249 auth_cache_size: pos_integer() | infinity 250 Same as cache_size, but applied to authentication cache only. If 247 not set, the value from cache_missed will be used. 244 245 auth_cache_missed: true | false 246 Same as cache_missed, but applied to authentication cache only. Modify ejabberd.cfg File Modify MYSQL Server Section: Modify ejabberd.cfg. 243 If not set, the value from cache_life_time will be used. Connect to an External Database Ejabberd has its default database, located at. 240 241 auth_cache_life_time: timeout() 242 Same as cache_life_time, but applied to authentication cache only. To accomplish that, 239 append_host_config option can be used. 35 modules: 36 mod_roster: 236 To define specific ejabberd modules in a virtual host, you can 237 define the global modules option with the common modules, and later 238 add specific modules to certain virtual hosts. So, the contents of ejabberd.yml will typically look like 23 this: 24 25 hosts: 26 - 27 - domain.tld 28 loglevel: info 29. Thus 21 this document is splitted into 3 main chapters describing each category 22 separately. 18 19 Logically, configuration options are splitted into 3 main categories: 20 Modules, Listeners and everything else called Top Level options.

13 14 Warning 15 YAML is indentation sensitive, so make sure you respect 16 indentation, or otherwise you will get pretty cryptic configuration 17 errors. 7 SYNOPSIS 9 ejabberd.yml 10 DESCRIPTION 12 The configuration file is written in YAML language. 1 EJABBERD.YML(5) EJABBERD.YML(5) 2 3 4 NAME 6 ejabberd.yml - main configuration file for ejabberd.
