10 lines
176 B
Bash
10 lines
176 B
Bash
#!/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"
|