Initial commit - merge old projekts 'amavisd-new/', 'dovecot/', 'postfix', 'postfixadmin' and 'roundcube'.
This commit is contained in:
58
DOC/roundcube/Environments/postfixadmin.env.a.mx.oopen.de
Normal file
58
DOC/roundcube/Environments/postfixadmin.env.a.mx.oopen.de
Normal file
@ -0,0 +1,58 @@
|
||||
## - Postfixadmin environment for server
|
||||
## -
|
||||
## - a.mx.oopen.de (adm.oopen.de)
|
||||
## -
|
||||
|
||||
## -------------------------------------
|
||||
## - a.mx.oopen.de (adm.oopen.de)
|
||||
|
||||
HOSTNAME=adm.oopen.de
|
||||
DOMAIN=oopen.de
|
||||
ADMIN_EMAIL="admin\@oopen.de"
|
||||
|
||||
APACHE_CONF_DIR=/usr/local/apache2/conf
|
||||
APACHE_VHOST_DIR=/usr/local/apache2/conf/vhosts
|
||||
APACHE_BASE_WEBDIR=/var/www
|
||||
APACHE_LOG_DIR=/var/log/apache2
|
||||
|
||||
APACHE_USER=www-data
|
||||
APACHE_GROUP=www-data
|
||||
|
||||
_use_mod_php=false
|
||||
|
||||
APACHE_SERVER_CERT=server.crt
|
||||
APACHE_SERVER_KEY=server.key
|
||||
|
||||
## - Leave empty if not needed
|
||||
## -
|
||||
CERT_ChainFile=sub.class2.server.ca.pem
|
||||
|
||||
|
||||
## - adm.oopen.de
|
||||
IPV4=83.223.86.91
|
||||
IPV6=2a01:30:0:13:2f7:50ff:fed2:cef7
|
||||
|
||||
#_pf_admin_version=2.91
|
||||
_pf_admin_version=3.0
|
||||
|
||||
#_db_type='mysql'
|
||||
_db_type='pgsql'
|
||||
|
||||
_db_name='postfix'
|
||||
_db_user='postfix'
|
||||
_db_pass='FKt4z55FxMZp'
|
||||
#_db_host='localhost'
|
||||
_db_host='/var/run/postgresql'
|
||||
|
||||
# _encrypt=md5crypt
|
||||
_encrypt=cleartext
|
||||
|
||||
_spam_folder=Spam
|
||||
|
||||
_autoreply_domain='autoreply.oopen.de'
|
||||
vacation_user=vacation
|
||||
vacation_group=vacation
|
||||
|
||||
deleted_maildirs="/var/deleted-maildirs"
|
||||
deleted_maildomains="/var/deleted-maildomains"
|
||||
|
Reference in New Issue
Block a user