2005-05-02 19:24:29 +00:00
|
|
|
# Copyright (C) 2005 Tresys Technology, LLC
|
|
|
|
|
|
|
|
#######################################
|
|
|
|
#
|
|
|
|
# Per user domain template for this module
|
|
|
|
#
|
|
|
|
# mta_per_userdomain_template(userdomain_prefix)
|
|
|
|
#
|
|
|
|
define(`mta_per_userdomain_template',`
|
2005-05-04 13:19:47 +00:00
|
|
|
requires_block_template(`$0'_depend)
|
2005-05-02 19:24:29 +00:00
|
|
|
|
|
|
|
type $1_mail_t;
|
|
|
|
domain_make_domain($1_mail_t)
|
|
|
|
|
|
|
|
type $1_mail_tmp_t;
|
|
|
|
files_make_file($1_mail_tmp_t)
|
|
|
|
|
|
|
|
logging_send_system_log_message($1_mail_t)
|
|
|
|
|
|
|
|
')
|
|
|
|
|
|
|
|
define(`mta_per_userdomain_template_depend',`
|
|
|
|
|
|
|
|
')
|