78 lines
1.4 KiB
Plaintext
78 lines
1.4 KiB
Plaintext
## - Postfixadmin environment for server
|
|
## -
|
|
## - rage.so36.net (adm.so36.net)
|
|
## -
|
|
|
|
## -------------------------------
|
|
## - rage.so36.net (adm.so36.net)
|
|
|
|
HOSTNAME=adm.so36.net
|
|
DOMAIN=so36.net
|
|
ADMIN_EMAIL="support\@so36.net"
|
|
|
|
APACHE_CONF_DIR=/etc/apache2
|
|
APACHE_VHOST_DIR=/etc/apache2/sites-available
|
|
APACHE_BASE_WEBDIR=/var/www
|
|
APACHE_LOG_DIR=/var/log/apache2
|
|
|
|
APACHE_USER=www-data
|
|
APACHE_GROUP=www-data
|
|
|
|
_use_mod_php_fpm=true
|
|
_use_mod_fcgid=false
|
|
_use_mod_php=false
|
|
|
|
APACHE_SERVER_CERT=server.crt
|
|
APACHE_SERVER_KEY=server.key
|
|
|
|
## - Leave empty if not needed
|
|
## -
|
|
CERT_ChainFile=""
|
|
|
|
IPV4=83.223.73.193
|
|
IPV6=2a01:30:1fff:fd00::193
|
|
|
|
#_pf_admin_version=2.3.7
|
|
_pf_admin_version=3.0.2
|
|
|
|
#_db_type='mysql'
|
|
_db_type='pgsql'
|
|
|
|
_db_name='postfix'
|
|
_db_user='postfix'
|
|
_db_pass='9jKqFHNGrgFb'
|
|
#_db_host='localhost'
|
|
_db_host='/var/run/postgresql'
|
|
|
|
# - mysql_credential_args
|
|
# -
|
|
# - Example
|
|
# - mysql_credential_args="--login-path=local"
|
|
# - mysql_credential_args="--defaults-file=/etc/mysql/debian.cnf" (Debian default)
|
|
# - mysql_credential_args="--defaults-file=/usr/local/mysql/sys-maint.cnf"
|
|
# -
|
|
mysql_credential_args=""
|
|
|
|
_encrypt=md5crypt
|
|
#_encrypt=cleartext
|
|
|
|
_spam_folder=Spam
|
|
|
|
_autoreply_domain='autoreply.so36.net'
|
|
vacation_user=vacation
|
|
vacation_group=vacation
|
|
|
|
deleted_maildirs="/data/deleted-maildirs"
|
|
deleted_maildomains="/data/deleted-maildomains"
|
|
|
|
_welcome_email="
|
|
Hallo,
|
|
|
|
Deine neue E-Mail Adresse ist eingerichtet.
|
|
|
|
- so36.NET
|
|
|
|
--
|
|
e: support@so36.net"
|
|
|