Initial commit
This commit is contained in:
commit
529efd53a1
140 changed files with 10310 additions and 0 deletions
26
cfg_apps/petar/petar.cfg
Normal file
26
cfg_apps/petar/petar.cfg
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
PETARDIR="petar.company";
|
||||
|
||||
BASEDIR="/home/web/default/${PETARDIR}";
|
||||
WEBDIR="/${PETARDIR}";
|
||||
PETARDB="${BASEDIR}/db/petar.db3"
|
||||
|
||||
DATA=`/bin/date "+%Y%m%d%H%M%S"`;
|
||||
|
||||
### mail-users
|
||||
UID="2001,30000";
|
||||
GID="users";
|
||||
GIN=`getent group ${GID} | cut -d: -f3`
|
||||
|
||||
VIRT_TOP="${BASEDIR}/cfg_apps/mail/top.virtusertable";
|
||||
VIRT_BAK="${BASEDIR}/bak/${DATA}-virtusertable";
|
||||
VIRT_FILE="/etc/mail/virtusertable";
|
||||
|
||||
LHN_TOP="${BASEDIR}/cfg_apps/mail/top.localhostnames";
|
||||
LHN_BAK="${BASEDIR}/bak/${DATA}-local-host-names";
|
||||
LHN_FILE="/etc/mail/local-host-names";
|
||||
|
||||
### radius-sync
|
||||
RADIUS_QUEUEDIR="${BASEDIR}/queue";
|
||||
RADIUS_ETC_DIR="/usr/local/etc/raddb";
|
||||
RADIUS_SRC_USER="users.queue";
|
||||
RADIUS_DST_USER="users";
|
||||
Loading…
Add table
Add a link
Reference in a new issue