Redesign of script 'sent_userinfo_postfix.sh'.
This commit is contained in:
@ -4,16 +4,17 @@
|
||||
# ---
|
||||
# ----------------------------------------------------
|
||||
|
||||
# - user_info_file
|
||||
# - message_body_file
|
||||
# -
|
||||
# - Full path to file containing the user info. If file is placed in this
|
||||
# - configuration directory use '${conf_dir}/<file-name'
|
||||
# - Full path to file containing the user info. This file must contain
|
||||
# - the message body WITHOUT e-mail headers. If file is placed in this
|
||||
# - configuration directory use '${conf_dir}/<file-name>'
|
||||
# -
|
||||
# - See sent_userinfo_postfix.email.sample
|
||||
# -
|
||||
# - Defaults to '${conf_dir}/conf/sent_userinfo_postfix.email'
|
||||
# - Defaults to '${conf_dir}/sent_userinfo_postfix.email'
|
||||
# -
|
||||
#user_info_file="${conf_dir}/conf/sent_userinfo_postfix.email"
|
||||
#message_body_file="${conf_dir}/sent_userinfo_postfix.email"
|
||||
|
||||
|
||||
# - email_from
|
||||
@ -68,15 +69,18 @@ email_from_org=""
|
||||
# -
|
||||
# - The owner of the mailbox directories and within the e-mails itself.
|
||||
# -
|
||||
# - defaults to 'vmail'
|
||||
#mail_user=vmail
|
||||
# - defaults to mail_user="vmail"
|
||||
# -
|
||||
#mail_user="vmail"
|
||||
|
||||
|
||||
# - mail_group
|
||||
# -
|
||||
# - The group of the mailbox directories
|
||||
# -
|
||||
#mail_group=vmail
|
||||
# - defaults to mail_group="vmail"
|
||||
# -
|
||||
#mail_group="vmail"
|
||||
|
||||
|
||||
# - mail_basedir - No more needed!
|
||||
|
Reference in New Issue
Block a user