From 64145c320b9966281ee8beadd2f22d0faf7b3ae1 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sat, 22 Jul 2017 22:51:52 +0200 Subject: [PATCH] A skeleton configuration file --- etc/subauthd | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 etc/subauthd diff --git a/etc/subauthd b/etc/subauthd new file mode 100644 index 0000000..d19eaea --- /dev/null +++ b/etc/subauthd @@ -0,0 +1,18 @@ +SubauthD { + SocketPath @INSTALL_RUN_DIR@/subauthd.socket + MaxConnections 1000 + Database @INSTALL_STATE_DIR@/subauthd.db + + Zone { + Name mail + Description E-mail + AutoCreateAcct 1 + AllowPasswd 1 + AllowTokens 16 + } + + Zone { + Name web + AllowPasswd 1 + } +} -- 2.39.2