Merge branch 'master' of https://git.oopen.de/script/postfix
This commit is contained in:
commit
691d9022f5
@ -7,7 +7,11 @@
|
||||
## --------------------------------------
|
||||
|
||||
script_dir="$(dirname $(realpath $0))"
|
||||
|
||||
log_dir="${script_dir}/log"
|
||||
conf_dir="${script_dir}/conf"
|
||||
file_dir="${script_dir}/files"
|
||||
|
||||
conf_file="${conf_dir}/postfix_add_mailboxes.conf"
|
||||
|
||||
tmp_err_msg="$(mktemp)"
|
||||
@ -19,7 +23,7 @@ DEFAULT_db_type="pgsql"
|
||||
DEFAULT_db_name="postfix"
|
||||
DEFAULT_quota="536870912"
|
||||
DEFAULT_dovecot_enc_method="SHA512-CRYPT"
|
||||
DEFAULT_in_file="${conf_dir}/mailboxes_new.lst"
|
||||
DEFAULT_in_file="${file_dir}/mailboxes_new.lst"
|
||||
DEFAULT_log_file="${script_dir}/log/postfix_add_mailboxes.log"
|
||||
|
||||
## --- some functions
|
||||
|
Loading…
Reference in New Issue
Block a user