Skip to content

Commit

Permalink
update REFERENCE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
edrude committed Aug 2, 2024
1 parent 9c745e5 commit 16386a5
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,10 @@ The following parameters are available in the `postfix` class:
* [`masquerade_domains`](#-postfix--masquerade_domains)
* [`masquerade_exceptions`](#-postfix--masquerade_exceptions)
* [`mta`](#-postfix--mta)
* [`mta_virtual_content`](#-postfix--mta_virtual_content)
* [`mta_virtual_source`](#-postfix--mta_virtual_source)
* [`mta_transport_content`](#-postfix--mta_transport_content)
* [`mta_transport_source`](#-postfix--mta_transport_source)
* [`mydestination`](#-postfix--mydestination)
* [`mynetworks`](#-postfix--mynetworks)
* [`myorigin`](#-postfix--myorigin)
Expand Down Expand Up @@ -477,6 +481,42 @@ This option is mutually exclusive with the satellite Boolean.

Default value: `false`

##### <a name="-postfix--mta_virtual_content"></a>`mta_virtual_content`

Data type: `Optional[String]`

A free form string that defines the contents of the virtual file. Only used if mta is true.
This parameter is mutually exclusive with mta_virtual_source.

Default value: `undef`

##### <a name="-postfix--mta_virtual_source"></a>`mta_virtual_source`

Data type: `Optional[String]`

A String whose value is a location for the source file to be used for the virtual file.
Only used if mta is true. This parameter is mutually exclusive with mta_virtual_content.

Default value: `undef`

##### <a name="-postfix--mta_transport_content"></a>`mta_transport_content`

Data type: `Optional[String]`

A free form string that defines the contents of the transport file. Only used if mta is true.
This parameter is mutually exclusive with mta_transport_source.

Default value: `undef`

##### <a name="-postfix--mta_transport_source"></a>`mta_transport_source`

Data type: `Optional[String]`

A String whose value is a location for the source file to be used for the transport file.
Only used if mta is true. This parameter is mutually exclusive with mta_transport_content.

Default value: `undef`

##### <a name="-postfix--mydestination"></a>`mydestination`

Data type: `String`
Expand Down

0 comments on commit 16386a5

Please sign in to comment.