2020-02-16 15:11:37 +00:00
|
|
|
Postfix
|
2018-05-06 13:25:26 +00:00
|
|
|
~~~~~~~
|
|
|
|
|
2020-02-16 15:11:37 +00:00
|
|
|
.. csv-table:: Resources (AddressController.php)
|
2018-05-06 13:25:26 +00:00
|
|
|
:header: "Method", "Module", "Controller", "Command", "Parameters"
|
|
|
|
:widths: 4, 15, 15, 30, 40
|
|
|
|
|
2020-02-16 15:11:37 +00:00
|
|
|
"``POST``","postfix","address","addAddress",""
|
|
|
|
"``POST``","postfix","address","delAddress","$uuid"
|
2021-03-08 11:22:26 +00:00
|
|
|
"``GET``","postfix","address","get",""
|
2020-02-16 15:11:37 +00:00
|
|
|
"``GET``","postfix","address","getAddress","$uuid=null"
|
|
|
|
"``*``","postfix","address","searchAddress",""
|
2022-10-19 15:21:08 +00:00
|
|
|
"``POST``","postfix","address","set",""
|
2020-02-16 15:11:37 +00:00
|
|
|
"``POST``","postfix","address","setAddress","$uuid"
|
|
|
|
"``POST``","postfix","address","toggleAddress","$uuid"
|
2018-05-06 13:25:26 +00:00
|
|
|
|
2020-04-07 18:48:40 +00:00
|
|
|
"``<<uses>>``", "", "", "", "*model* `Address.xml <https://github.com/opnsense/plugins/blob/master/mail/postfix/src/opnsense/mvc/app/models/OPNsense/Postfix/Address.xml>`__"
|
|
|
|
|
2021-03-08 11:22:26 +00:00
|
|
|
.. csv-table:: Service (AntispamController.php)
|
|
|
|
:header: "Method", "Module", "Controller", "Command", "Parameters"
|
|
|
|
:widths: 4, 15, 15, 30, 40
|
|
|
|
|
|
|
|
"``GET``","postfix","antispam","get",""
|
2022-10-19 15:21:08 +00:00
|
|
|
"``POST``","postfix","antispam","set",""
|
2021-03-08 11:22:26 +00:00
|
|
|
|
|
|
|
"``<<uses>>``", "", "", "", "*model* `Antispam.xml <https://github.com/opnsense/plugins/blob/master/mail/postfix/src/opnsense/mvc/app/models/OPNsense/Postfix/Antispam.xml>`__"
|
|
|
|
|
2020-02-16 15:11:37 +00:00
|
|
|
.. csv-table:: Resources (DomainController.php)
|
2018-05-06 13:25:26 +00:00
|
|
|
:header: "Method", "Module", "Controller", "Command", "Parameters"
|
|
|
|
:widths: 4, 15, 15, 30, 40
|
|
|
|
|
2020-02-16 15:11:37 +00:00
|
|
|
"``POST``","postfix","domain","addDomain",""
|
|
|
|
"``POST``","postfix","domain","delDomain","$uuid"
|
2021-03-08 11:22:26 +00:00
|
|
|
"``GET``","postfix","domain","get",""
|
2020-02-16 15:11:37 +00:00
|
|
|
"``GET``","postfix","domain","getDomain","$uuid=null"
|
|
|
|
"``*``","postfix","domain","searchDomain",""
|
2022-10-19 15:21:08 +00:00
|
|
|
"``POST``","postfix","domain","set",""
|
2020-02-16 15:11:37 +00:00
|
|
|
"``POST``","postfix","domain","setDomain","$uuid"
|
|
|
|
"``POST``","postfix","domain","toggleDomain","$uuid"
|
2018-05-06 13:25:26 +00:00
|
|
|
|
2020-04-07 18:48:40 +00:00
|
|
|
"``<<uses>>``", "", "", "", "*model* `Domain.xml <https://github.com/opnsense/plugins/blob/master/mail/postfix/src/opnsense/mvc/app/models/OPNsense/Postfix/Domain.xml>`__"
|
|
|
|
|
2021-03-08 11:22:26 +00:00
|
|
|
.. csv-table:: Service (GeneralController.php)
|
|
|
|
:header: "Method", "Module", "Controller", "Command", "Parameters"
|
|
|
|
:widths: 4, 15, 15, 30, 40
|
|
|
|
|
|
|
|
"``GET``","postfix","general","get",""
|
2022-10-19 15:21:08 +00:00
|
|
|
"``POST``","postfix","general","set",""
|
2021-03-08 11:22:26 +00:00
|
|
|
|
|
|
|
"``<<uses>>``", "", "", "", "*model* `General.xml <https://github.com/opnsense/plugins/blob/master/mail/postfix/src/opnsense/mvc/app/models/OPNsense/Postfix/General.xml>`__"
|
|
|
|
|
2021-02-11 10:34:32 +00:00
|
|
|
.. csv-table:: Resources (HeaderchecksController.php)
|
|
|
|
:header: "Method", "Module", "Controller", "Command", "Parameters"
|
|
|
|
:widths: 4, 15, 15, 30, 40
|
|
|
|
|
|
|
|
"``POST``","postfix","headerchecks","addHeadercheck",""
|
|
|
|
"``POST``","postfix","headerchecks","delHeadercheck","$uuid"
|
2021-03-08 11:22:26 +00:00
|
|
|
"``GET``","postfix","headerchecks","get",""
|
2021-02-11 10:34:32 +00:00
|
|
|
"``GET``","postfix","headerchecks","getHeadercheck","$uuid=null"
|
|
|
|
"``*``","postfix","headerchecks","searchHeaderchecks",""
|
2022-10-19 15:21:08 +00:00
|
|
|
"``POST``","postfix","headerchecks","set",""
|
2021-02-11 10:34:32 +00:00
|
|
|
"``POST``","postfix","headerchecks","setHeadercheck","$uuid"
|
|
|
|
"``POST``","postfix","headerchecks","toggleHeadercheck","$uuid"
|
|
|
|
|
|
|
|
"``<<uses>>``", "", "", "", "*model* `Headerchecks.xml <https://github.com/opnsense/plugins/blob/master/mail/postfix/src/opnsense/mvc/app/models/OPNsense/Postfix/Headerchecks.xml>`__"
|
|
|
|
|
2020-02-16 15:11:37 +00:00
|
|
|
.. csv-table:: Resources (RecipientController.php)
|
2018-05-06 13:25:26 +00:00
|
|
|
:header: "Method", "Module", "Controller", "Command", "Parameters"
|
|
|
|
:widths: 4, 15, 15, 30, 40
|
|
|
|
|
2020-02-16 15:11:37 +00:00
|
|
|
"``POST``","postfix","recipient","addRecipient",""
|
|
|
|
"``POST``","postfix","recipient","delRecipient","$uuid"
|
2021-03-08 11:22:26 +00:00
|
|
|
"``GET``","postfix","recipient","get",""
|
2020-02-16 15:11:37 +00:00
|
|
|
"``GET``","postfix","recipient","getRecipient","$uuid=null"
|
|
|
|
"``*``","postfix","recipient","searchRecipient",""
|
2022-10-19 15:21:08 +00:00
|
|
|
"``POST``","postfix","recipient","set",""
|
2020-02-16 15:11:37 +00:00
|
|
|
"``POST``","postfix","recipient","setRecipient","$uuid"
|
|
|
|
"``POST``","postfix","recipient","toggleRecipient","$uuid"
|
2018-05-06 13:25:26 +00:00
|
|
|
|
2020-04-07 18:48:40 +00:00
|
|
|
"``<<uses>>``", "", "", "", "*model* `Recipient.xml <https://github.com/opnsense/plugins/blob/master/mail/postfix/src/opnsense/mvc/app/models/OPNsense/Postfix/Recipient.xml>`__"
|
|
|
|
|
2020-02-16 15:11:37 +00:00
|
|
|
.. csv-table:: Resources (RecipientbccController.php)
|
2018-05-06 13:25:26 +00:00
|
|
|
:header: "Method", "Module", "Controller", "Command", "Parameters"
|
|
|
|
:widths: 4, 15, 15, 30, 40
|
|
|
|
|
2020-02-16 15:11:37 +00:00
|
|
|
"``POST``","postfix","recipientbcc","addRecipientbcc",""
|
|
|
|
"``POST``","postfix","recipientbcc","delRecipientbcc","$uuid"
|
2021-03-08 11:22:26 +00:00
|
|
|
"``GET``","postfix","recipientbcc","get",""
|
2020-02-16 15:11:37 +00:00
|
|
|
"``GET``","postfix","recipientbcc","getRecipientbcc","$uuid=null"
|
|
|
|
"``*``","postfix","recipientbcc","searchRecipientbcc",""
|
2022-10-19 15:21:08 +00:00
|
|
|
"``POST``","postfix","recipientbcc","set",""
|
2020-02-16 15:11:37 +00:00
|
|
|
"``POST``","postfix","recipientbcc","setRecipientbcc","$uuid"
|
|
|
|
"``POST``","postfix","recipientbcc","toggleRecipientbcc","$uuid"
|
|
|
|
|
2020-04-07 18:48:40 +00:00
|
|
|
"``<<uses>>``", "", "", "", "*model* `Recipientbcc.xml <https://github.com/opnsense/plugins/blob/master/mail/postfix/src/opnsense/mvc/app/models/OPNsense/Postfix/Recipientbcc.xml>`__"
|
|
|
|
|
2020-02-16 15:11:37 +00:00
|
|
|
.. csv-table:: Resources (SenderController.php)
|
|
|
|
:header: "Method", "Module", "Controller", "Command", "Parameters"
|
|
|
|
:widths: 4, 15, 15, 30, 40
|
|
|
|
|
|
|
|
"``POST``","postfix","sender","addSender",""
|
|
|
|
"``POST``","postfix","sender","delSender","$uuid"
|
2021-03-08 11:22:26 +00:00
|
|
|
"``GET``","postfix","sender","get",""
|
2020-02-16 15:11:37 +00:00
|
|
|
"``GET``","postfix","sender","getSender","$uuid=null"
|
|
|
|
"``*``","postfix","sender","searchSender",""
|
2022-10-19 15:21:08 +00:00
|
|
|
"``POST``","postfix","sender","set",""
|
2020-02-16 15:11:37 +00:00
|
|
|
"``POST``","postfix","sender","setSender","$uuid"
|
|
|
|
"``POST``","postfix","sender","toggleSender","$uuid"
|
|
|
|
|
2020-04-07 18:48:40 +00:00
|
|
|
"``<<uses>>``", "", "", "", "*model* `Sender.xml <https://github.com/opnsense/plugins/blob/master/mail/postfix/src/opnsense/mvc/app/models/OPNsense/Postfix/Sender.xml>`__"
|
|
|
|
|
2020-02-16 15:11:37 +00:00
|
|
|
.. csv-table:: Resources (SenderbccController.php)
|
|
|
|
:header: "Method", "Module", "Controller", "Command", "Parameters"
|
|
|
|
:widths: 4, 15, 15, 30, 40
|
|
|
|
|
|
|
|
"``POST``","postfix","senderbcc","addSenderbcc",""
|
|
|
|
"``POST``","postfix","senderbcc","delSenderbcc","$uuid"
|
2021-03-08 11:22:26 +00:00
|
|
|
"``GET``","postfix","senderbcc","get",""
|
2020-02-16 15:11:37 +00:00
|
|
|
"``GET``","postfix","senderbcc","getSenderbcc","$uuid=null"
|
|
|
|
"``*``","postfix","senderbcc","searchSenderbcc",""
|
2022-10-19 15:21:08 +00:00
|
|
|
"``POST``","postfix","senderbcc","set",""
|
2020-02-16 15:11:37 +00:00
|
|
|
"``POST``","postfix","senderbcc","setSenderbcc","$uuid"
|
|
|
|
"``POST``","postfix","senderbcc","toggleSenderbcc","$uuid"
|
|
|
|
|
2020-04-07 18:48:40 +00:00
|
|
|
"``<<uses>>``", "", "", "", "*model* `Senderbcc.xml <https://github.com/opnsense/plugins/blob/master/mail/postfix/src/opnsense/mvc/app/models/OPNsense/Postfix/Senderbcc.xml>`__"
|
|
|
|
|
2020-02-16 15:11:37 +00:00
|
|
|
.. csv-table:: Resources (SendercanonicalController.php)
|
|
|
|
:header: "Method", "Module", "Controller", "Command", "Parameters"
|
|
|
|
:widths: 4, 15, 15, 30, 40
|
|
|
|
|
|
|
|
"``POST``","postfix","sendercanonical","addSendercanonical",""
|
|
|
|
"``POST``","postfix","sendercanonical","delSendercanonical","$uuid"
|
2021-03-08 11:22:26 +00:00
|
|
|
"``GET``","postfix","sendercanonical","get",""
|
2020-02-16 15:11:37 +00:00
|
|
|
"``GET``","postfix","sendercanonical","getSendercanonical","$uuid=null"
|
|
|
|
"``*``","postfix","sendercanonical","searchSendercanonical",""
|
2022-10-19 15:21:08 +00:00
|
|
|
"``POST``","postfix","sendercanonical","set",""
|
2020-02-16 15:11:37 +00:00
|
|
|
"``POST``","postfix","sendercanonical","setSendercanonical","$uuid"
|
|
|
|
"``POST``","postfix","sendercanonical","toggleSendercanonical","$uuid"
|
|
|
|
|
2020-04-07 18:48:40 +00:00
|
|
|
"``<<uses>>``", "", "", "", "*model* `Sendercanonical.xml <https://github.com/opnsense/plugins/blob/master/mail/postfix/src/opnsense/mvc/app/models/OPNsense/Postfix/Sendercanonical.xml>`__"
|
|
|
|
|
2020-02-16 15:11:37 +00:00
|
|
|
.. csv-table:: Service (ServiceController.php)
|
|
|
|
:header: "Method", "Module", "Controller", "Command", "Parameters"
|
|
|
|
:widths: 4, 15, 15, 30, 40
|
|
|
|
|
|
|
|
"``GET``","postfix","service","checkrspamd",""
|
|
|
|
"``POST``","postfix","service","reconfigure",""
|
2022-10-19 15:21:08 +00:00
|
|
|
"``POST``","postfix","service","reconfigure",""
|
|
|
|
"``POST``","postfix","service","restart",""
|
|
|
|
"``POST``","postfix","service","start",""
|
2021-03-08 11:22:26 +00:00
|
|
|
"``GET``","postfix","service","status",""
|
2022-10-19 15:21:08 +00:00
|
|
|
"``POST``","postfix","service","stop",""
|
2020-04-07 18:48:40 +00:00
|
|
|
|
|
|
|
"``<<uses>>``", "", "", "", "*model* `General.xml <https://github.com/opnsense/plugins/blob/master/mail/postfix/src/opnsense/mvc/app/models/OPNsense/Postfix/General.xml>`__"
|