Inital commit for mailserver related seqs

This commit is contained in:
2021-01-12 22:32:09 +01:00
parent 9f262616fb
commit 688d1c871b
6 changed files with 690 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
#!/bin/bash
# Postfixamdin configuration
PFA_SRV_LOC="/srv/postfixadmin"
PFA_WEB_LOC="/var/www/pfa"
PFA_DATABASE="pfa_db"
PFA_BACKUP="/root/backup/pfa"
PFA_PHP_VERSION="7.3"