dataset/seed/postfix-lmtp-relay/extras/lmtp/00_lmtp.xml

16 lines
757 B
XML
Raw Normal View History

2022-03-08 19:42:28 +01:00
<?xml version="1.0" encoding="utf-8"?>
<rougail version="0.10">
<variables>
2023-08-11 09:38:05 +02:00
<variable name="server_lmtp" description="LMTP remote server" help="A service needs send email with LMTP protocol" type="domainname" provider="LMTP" multi="True" hidden="True"/>
<family name="lmtp_" description="LMTP " dynamic="lmtp.server_lmtp" hidden="True">
<variable name="criteria_" description="Domain name allowes to send email with LMTP protocol for " type="string" multi="True" mandatory="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>