Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
commit | author | age
94411b 1 [global]
T 2 webserver=apache
3 mailserver=postfix
4 dnsserver=mydns
5
db0a6f 6
94411b 7 [server]
bd68aa 8 auto_network_configuration=n
MC 9 ip_address=0.0.0.0
10 netmask=255.255.255.0
11 v6_prefix=
12 gateway=0.0.0.0
13 hostname=server1.domain.tld
14 nameservers=8.8.8.8,8.8.4.4
42f191 15 firewall=bastille
db0a6f 16 loglevel=2
615a0a 17 admin_notify_events=1
c4085b 18 backup_dir=/var/backup
d6cd11 19 backup_dir_is_mount=n
5a43e7 20 backup_mode=rootgz
d22277 21 backup_time=0:00
f3278d 22 backup_delete=n
615a0a 23 monit_url=
T 24 monit_user=
25 monit_password=
26 munin_url=
27 munin_user=
28 munin_password=
82ff62 29 monitor_system_updates=y
94411b 30
T 31 [mail]
32 module=postfix_mysql
7eaafe 33 maildir_path=/var/vmail/[domain]/[localpart]
R 34 homedir_path=/var/vmail
535a69 35 dkim_path=/var/lib/amavis/dkim
c943b4 36 dkim_strength=1024
6cc49f 37 pop3_imap_daemon=courier
T 38 mail_filter_syntax=maildrop
94411b 39 mailuser_uid=5000
T 40 mailuser_gid=5000
41 mailuser_name=vmail
42 mailuser_group=vmail
0e2978 43 mailbox_virtual_uidgid_maps=n
94411b 44 relayhost=
T 45 relayhost_user=
46 relayhost_password=
47 mailbox_size_limit=0
48 message_size_limit=0
9db567 49 mailbox_quota_stats=y
d22277 50 realtime_blackhole_list=zen.spamhaus.org
615a0a 51 overquota_notify_admin=y
T 52 overquota_notify_client=y
53 overquota_notify_freq=7
54 overquota_notify_onok=n
bd68aa 55 sendmail_path=/usr/sbin/sendmail
94411b 56
T 57 [getmail]
58 getmail_config_dir=/etc/getmail
59
60 [web]
4ffb51 61 server_type=apache
fb3749 62 website_basedir=/var/www
bd68aa 63 website_path=/var/www/clients/client[client_id]/web[website_id]
MC 64 website_symlinks=/var/www/[website_domain]/:/var/www/clients/client[client_id]/[website_domain]/
65 website_symlinks_rel=n
074a57 66 network_filesystem=n
bd68aa 67 vhost_conf_dir=/etc/apache2/sites-available
MC 68 vhost_conf_enabled_dir=/etc/apache2/sites-enabled
69 nginx_vhost_conf_dir=/etc/nginx/sites-available
4ffb51 70 nginx_vhost_conf_enabled_dir=/etc/nginx/sites-enabled
8cf78b 71 security_level=20
046eff 72 user=www-data
T 73 group=www-data
4ffb51 74 nginx_user=www-data
F 75 nginx_group=www-data
1dbd0e 76 apps_vhost_enabled=y
c9b9f2 77 apps_vhost_port=8081
T 78 apps_vhost_ip=_default_
79 apps_vhost_servername=
615a0a 80 php_open_basedir=[website_path]/web:[website_path]/private:[website_path]/tmp:/var/www/[website_domain]/web:/srv/www/[website_domain]/web:/usr/share/php5:/usr/share/php:/tmp:/usr/share/phpmyadmin:/etc/phpmyadmin:/var/lib/phpmyadmin
c8cf71 81 htaccess_allow_override=All
379a4b 82 awstats_conf_dir=/etc/awstats
T 83 awstats_data_dir=/var/lib/awstats
84 awstats_pl=/usr/lib/cgi-bin/awstats.pl
2a6eac 85 awstats_buildstaticpages_pl=/usr/share/awstats/tools/awstats_buildstaticpages.pl
7fddfe 86 php_ini_path_apache=/etc/php5/apache2/php.ini
T 87 php_ini_path_cgi=/etc/php5/cgi/php.ini
7ed741 88 check_apache_config=y
d81a4c 89 enable_sni=y
f7ec00 90 enable_spdy=n
02384b 91 enable_ip_wildcard=y
df76de 92 overtraffic_notify_admin=y
T 93 overtraffic_notify_client=y
4ffb51 94 nginx_cgi_socket=/var/run/fcgiwrap.socket
F 95 php_fpm_init_script=php5-fpm
96 php_fpm_ini_path=/etc/php5/fpm/php.ini
97 php_fpm_pool_dir=/etc/php5/fpm/pool.d
98 php_fpm_start_port=9010
9576eb 99 php_fpm_socket_dir=/var/lib/php5-fpm
a505fd 100 set_folder_permissions_on_update=n
8cf78b 101 add_web_users_to_sshusers_group=y
T 102 connect_userid_to_webid=n
103 connect_userid_to_webid_start=10000
e1a747 104 web_folder_protection=y
bd68aa 105 php_ini_check_minutes=1
992797 106 overquota_notify_admin=y
615a0a 107 overquota_notify_client=y
T 108 overquota_notify_freq=7
0543b2 109 overquota_db_notify_admin=y
F 110 overquota_db_notify_client=y
615a0a 111 overquota_notify_onok=n
992797 112
7dbea0 113 [dns]
T 114 bind_user=root
115 bind_group=bind
116 bind_zonefiles_dir=/etc/bind
117 named_conf_path=/etc/bind/named.conf
118 named_conf_local_path=/etc/bind/named.conf.local
3fa443 119 disable_bind_log=n
7dbea0 120
6a95c8 121 [fastcgi]
9b9ba4 122 fastcgi_starter_path=/var/www/php-fcgi-scripts/[system_user]/
D 123 fastcgi_starter_script=.php-fcgi-starter
124 fastcgi_alias=/php/
125 fastcgi_phpini_path=/etc/php5/cgi/
126 fastcgi_children=8
127 fastcgi_max_requests=5000
6a95c8 128 fastcgi_bin=/usr/bin/php-cgi
824780 129 fastcgi_config_syntax=1
6a95c8 130
D 131 [jailkit]
132 jailkit_chroot_home=/home/[username]
133 jailkit_chroot_app_sections=basicshell editors extendedshell netutils ssh sftp scp groups jk_lsh
d22277 134 jailkit_chroot_app_programs=/usr/bin/groups /usr/bin/id /usr/bin/dircolors /usr/bin/lesspipe /usr/bin/basename /usr/bin/dirname /usr/bin/nano /usr/bin/pico /usr/bin/mysql /usr/bin/mysqldump /usr/bin/git /usr/bin/git-receive-pack /usr/bin/git-upload-pack /usr/bin/unzip /usr/bin/zip /bin/tar /bin/rm /usr/bin/patch /usr/bin/which /usr/lib/x86_64-linux-gnu/libmemcached.so.11 /usr/lib/x86_64-linux-gnu/libmemcachedutil.so.2 /usr/lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.2 /opt/php-5.6.8/bin/php /opt/php-5.6.8/include /opt/php-5.6.8/lib
0b0dc9 135 jailkit_chroot_cron_programs=/usr/bin/php /usr/bin/perl /usr/share/perl /usr/share/php
M 136
137 [vlogger]
138 config_dir=/etc
139
140 [cron]
141 init_script=cron
142 crontab_dir=/etc/cron.d
143 wget=/usr/bin/wget
209d93 144
V 145 [rescue]
146 try_rescue=n
8ab3cd 147 do_not_try_rescue_httpd=n
209d93 148 do_not_try_rescue_mysql=n
V 149 do_not_try_rescue_mail=n
150
9f94a1 151 [xmpp]
MF 152 xmpp_use_ispv6=n
153 xmpp_bosh_max_inactivity=30
154 xmpp_server_admins=admin@service.com, superuser@service.com
155 xmpp_modules_enabled=saslauth, tls, dialback, disco, discoitems, version, uptime, time, ping, admin_adhoc, admin_telnet, bosh, posix, announce, offline, webpresence, mam, stream_management, message_carbons
156 xmpp_port_http=5290
157 xmpp_port_https=5291
158 xmpp_port_pastebin=5292
159 xmpp_port_bosh=5280