HEX
Server: Apache/2.2.34 (Unix) mod_fastcgi/mod_fastcgi-SNAP-0910052141
System: Linux Kou-Etsu-Dou 4.4.59+ #25556 SMP PREEMPT Thu Mar 4 18:03:46 CST 2021 x86_64
User: hosam (1026)
PHP: 7.2.29
Disabled: NONE
Upload Files
File: /volume1/@appstore/MailPlus-Server/etc/template/10-master-director.template
protocols = $protocols imap pop3
service imap-login {
	service_count = 0
	process_limit = 256
	executable = imap-login director
	inet_listener imap {
		address = __DIRECTOR_IP__
		port = __IMAP_PORT__
	}
	inet_listener imaps {
		address = __DIRECTOR_IP__
		port = __IMAPS_PORT__
		ssl = yes
	}
}
service pop3-login {
	service_count = 0
	process_limit = 256
	executable = pop3-login director
	inet_listener pop3 {
		address = __DIRECTOR_IP__
		port = __POP3_PORT__
	}
	inet_listener pop3s {
		address = __DIRECTOR_IP__
		port = __POP3S_PORT__
		ssl = yes
	}
}

service doveadm {
	inet_listener {
		address = __DIRECTOR_IP__
		port = __DOVEADM_PORT__
		ssl = __ENABLE_DSYNC_SSL__
	}
}

## director would redirector to the same server in the following period
director_user_expire = 60 min

##FIXME
doveadm_password = secret

doveadm_proxy_port = __DOVEADM_PORT__
protocol doveadm {
	auth_socket_path = director-userdb
}