Skip to content

Commit c1a2ca5

Browse files
committed
Add support for sieve protocol
This is not in upstream nginx (yet), but is available at https://github.com/AntagonistHQ/nginx/tree/sieve_v2
1 parent fa6254d commit c1a2ca5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/resource/mailhost.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153
Optional[String] $ssl_trusted_cert = undef,
154154
Optional[Integer] $ssl_verify_depth = undef,
155155
Enum['on', 'off', 'only'] $starttls = 'off',
156-
Optional[Enum['imap', 'pop3', 'smtp']] $protocol = undef,
156+
Optional[Enum['imap', 'pop3', 'sieve', 'smtp']] $protocol = undef,
157157
Optional[String] $auth_http = undef,
158158
Optional[String] $auth_http_header = undef,
159159
Enum['on', 'off'] $xclient = 'on',

0 commit comments

Comments
 (0)