+-------------------------------------------------------------------------------
| Running ejabberd-dovecot-auth on OpenBSD
+-------------------------------------------------------------------------------

To use dovecot as authentication method you must enable it inside
ejabeerd. Following code might be added globally to switch all vhosts to
dovecot based authentication, or per required vhost.

	auth_method: [external]
	extauth_program: /usr/local/share/ejabberd-dovecot-auth/check-dovecot

