mirror of
https://github.com/opnsense/plugins.git
synced 2026-06-04 14:26:13 -04:00
mail/postfix: small change in model (#806)
(cherry picked from commit db033e45f9)
This commit is contained in:
parent
9362054006
commit
a254e1744c
2 changed files with 3 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
|||
PLUGIN_NAME= postfix
|
||||
PLUGIN_VERSION= 1.4
|
||||
PLUGIN_VERSION= 1.5
|
||||
PLUGIN_COMMENT= SMTP mail relay
|
||||
PLUGIN_DEPENDS= postfix-sasl
|
||||
PLUGIN_MAINTAINER= m.muenz@gmail.com
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<model>
|
||||
<mount>//OPNsense/postfix/domain</mount>
|
||||
<description>Postfix domain configuration</description>
|
||||
<version>1.0.0</version>
|
||||
<version>1.0.1</version>
|
||||
<items>
|
||||
<domains>
|
||||
<domain type="ArrayField">
|
||||
|
|
@ -15,7 +15,7 @@
|
|||
</domainname>
|
||||
<destination type="TextField">
|
||||
<default></default>
|
||||
<Required>Y</Required>
|
||||
<Required>N</Required>
|
||||
<mask>/^([0-9a-zA-Z.:\-\[\]]){1,64}$/u</mask>
|
||||
<ValidationMessage>Only 64 of the following characters are allowed: 0-9a-zA-Z.:-[]</ValidationMessage>
|
||||
</destination>
|
||||
|
|
|
|||
Loading…
Reference in a new issue