2022-03-08 19:42:28 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<rougail version="0.10">
|
|
|
|
<variables>
|
2022-08-18 10:19:43 +02:00
|
|
|
<variable name="server_lmtp" description="LMTP remote server" type="domainname" provider="LMTP" multi="True"/>
|
2022-03-08 19:42:28 +01:00
|
|
|
<family name="lmtp_" description="LMTP " dynamic="lmtp.server_lmtp">
|
2023-02-14 14:24:16 +01:00
|
|
|
<variable name="criteria_" description="transport criteria " type="string" multi="True" mandatory="True" hidden="True" provider="LMTP:criteria"/>
|
2022-03-08 19:42:28 +01:00
|
|
|
</family>
|
|
|
|
</variables>
|
2022-03-20 21:14:13 +01:00
|
|
|
<constraints>
|
|
|
|
<fill name="calc_postfix_relay_domains">
|
|
|
|
<param type="variable">lmtp.lmtp_.criteria_</param>
|
|
|
|
<target>postfix_relay_domains</target>
|
|
|
|
</fill>
|
|
|
|
</constraints>
|
2022-03-08 19:42:28 +01:00
|
|
|
</rougail>
|