From c456cf0d523eb9e7911d3b915cfc086feb8c3f53 Mon Sep 17 00:00:00 2001 From: Dominik Chilla Date: Sun, 31 Jan 2021 22:46:09 +0100 Subject: [PATCH] exota-milter schema --- exota-milter/exota-milter.schema | 41 ++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 exota-milter/exota-milter.schema diff --git a/exota-milter/exota-milter.schema b/exota-milter/exota-milter.schema new file mode 100644 index 0000000..6f6978d --- /dev/null +++ b/exota-milter/exota-milter.schema @@ -0,0 +1,41 @@ +# https://www.iana.org/assignments/enterprise-numbers/enterprise-numbers +# DC IT-Consulting +# Dominik Chilla +# +# OID prefix: 1.3.6.1.4.1.53501 +# +# ExOTA-Milter: 1.3.6.1.4.1.53501.3 +# Attributes: 1.3.6.1.4.1.53501.3.1 +# Objects: 1.3.6.1.4.1.53501.3.2 + +### Attributes +attributetype ( 1.3.6.1.4.1.53501.3.1.1 + NAME 'exotaMilterTenantId' + DESC 'ExOTA-Milter Tenant-ID' + EQUALITY uuidMatch + ORDERING uuidOrderingMatch + SYNTAX 1.3.6.1.1.16.1 + SINGLE-VALUE ) + +attributetype ( 1.3.6.1.4.1.53501.3.1.2 + NAME 'exotaMilterDkimEnabled' + DESC 'ExOTA-Milter DKIM enabled flag' + EQUALITY booleanMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 + SINGLE-VALUE ) + +attributetype ( 1.3.6.1.4.1.53501.3.1.3 + NAME 'exotaMilterDkimAlignmentRequired' + DESC 'ExOTA-Milter DKIM alignment required flag' + EQUALITY booleanMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 + SINGLE-VALUE ) + +### Objects +objectclass ( 1.3.6.1.4.1.53501.3.2.1 + NAME 'exotaMilterPolicy' AUXILIARY + DESC 'ExOTA-Milter policy object' + SUP top + MAY ( exotaMilterTenantId $ + exotaMilterDkimEnabled $ + exotaMilterDkimAlignmentRequired )) \ No newline at end of file