49 lines
1.0 KiB
Plaintext
49 lines
1.0 KiB
Plaintext
# ----------------------------------------------------
|
|
# ---
|
|
# - Parameter Settings for script 'postfix_add_mailboxes.sh'.
|
|
# ---
|
|
# ----------------------------------------------------
|
|
|
|
|
|
# - in_file
|
|
# -
|
|
# - The file from wich the script reads the e-mail-address/password
|
|
# - kombination(s). Each line in this file must only contain
|
|
# - <emal-address> <password>
|
|
# -
|
|
# - Defaults to: in_file="${conf_dir}/mailboxes_new.lst"
|
|
# -
|
|
#in_file="${conf_dir}/mailboxes_new.lst"
|
|
|
|
# - db_name
|
|
# -
|
|
# - Database name for the postfix database
|
|
# -
|
|
# - Defaults to: db_name="postfix"
|
|
# -
|
|
#db_name="postfix"
|
|
|
|
# - db_user
|
|
# -
|
|
# - Database user with access to the postfix database ($db_name)
|
|
# -
|
|
# - Defaults to: db_user="postfix"
|
|
# -
|
|
#db_user="postfix"
|
|
|
|
# - quota
|
|
# -
|
|
# - The quota setting for the new mailboxes.
|
|
# -
|
|
# - Defaults to: quota="536870912"
|
|
# -
|
|
#quota="536870912"
|
|
|
|
# - log_file
|
|
# -
|
|
# - Where to write logging informations?
|
|
# -
|
|
# - Defaults to: log_file="${script_dir}/log/postfix_add_mailboxes.log"
|
|
# -
|
|
#log_file="${script_dir}/log/postfix_add_mailboxes.log"
|