Skip to content

Commit c3d2ae6

Browse files
authored
Merge pull request #1477 from AntagonistHQ/sieve
Add support for sieve protocol
2 parents fa6254d + c1a2ca5 commit c3d2ae6

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)