Layer: services

Module: qmail

Interfaces Templates

Description:

Qmail Mail Server

Interfaces:

qmail_domtrans_inject( domain )
Summary

Transition to qmail_inject_t

Parameters
Parameter:Description:Optional:
domain

Domain allowed access

No
qmail_domtrans_queue( domain )
Summary

Transition to qmail_queue_t

Parameters
Parameter:Description:Optional:
domain

Domain allowed access

No
qmail_read_config( domain )
Summary

Read qmail configuration files.

Parameters
Parameter:Description:Optional:
domain

Domain allowed access.

No
qmail_smtpd_service_domain( domain , entrypoint )
Summary

Define the specified domain as a qmail-smtp service. Needed by antivirus/antispam filters.

Parameters
Parameter:Description:Optional:
domain

Domain allowed access

No
entrypoint

The type associated with the process program.

No
Return

Templates:

qmail_child_domain_template( child_prefix , parent_domain )
Summary

Template for qmail parent/sub-domain pairs

Parameters
Parameter:Description:Optional:
child_prefix

The prefix of the child domain

No
parent_domain

The name of the parent domain.

No
qmail_per_userdomain_template( userdomain_prefix , user_domain , user_role )
Summary

The per user domain template for qmail

Description

This template is invoked automatically for each user, and generally does not need to be invoked directly by policy writers.

Parameters
Parameter:Description:Optional:
userdomain_prefix

The prefix of the user domain (e.g., user is the prefix for user_t).

No
user_domain

The type of the user domain.

No
user_role

The role associated with the user domain.

No
Return