# Simple configuration file for xinetd # # Some defaults, and include /etc/xinetd.d/ defaults { instances = 10 cps = 5 30 log_type = SYSLOG daemon notice log_on_success = DURATION HOST PID log_on_failure = HOST } service xmpp-client { socket_type = stream protocol = tcp bind = 127.0.0.1 user = jabberd redirect = 2001:6f8:131c::1 5222 wait = no log_on_success = } service ldap { socket_type = stream protocol = tcp bind = 2001:6f8:131c::1 only_from = 2a01:348:6:25::2 2001:6f8:131c::/48 user = openldap redirect = ::1 389 wait = no log_on_success = } includedir /etc/xinetd.d