Files
shell_sequencer/seqs/postfixadmin.cfg.example
2022-11-22 21:59:38 +01:00

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="8.1"