mail/postfix: fix typo (#978)

(cherry picked from commit afd472760c)
This commit is contained in:
Michael 2018-11-12 17:53:23 +01:00 committed by Franco Fichtner
parent 58fe4d37f2
commit e2129bf177
2 changed files with 2 additions and 1 deletions

View file

@ -1,5 +1,6 @@
PLUGIN_NAME= postfix
PLUGIN_VERSION= 1.6
PLUGIN_REVISION= 1
PLUGIN_COMMENT= SMTP mail relay
PLUGIN_DEPENDS= postfix-sasl
PLUGIN_MAINTAINER= m.muenz@gmail.com

View file

@ -7,7 +7,7 @@
</field>
<field>
<id>recipient.address</id>
<label>Sender Address</label>
<label>Recipient Address</label>
<type>text</type>
<help>Set the recipient address to match.</help>
</field>