Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
chris
puppet-shorewall
Commits
2e66998a
Commit
2e66998a
authored
Dec 13, 2009
by
mh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add managesieve rules
parent
3224ec6a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
0 deletions
+22
-0
manifests/rules/managesieve.pp
manifests/rules/managesieve.pp
+11
-0
manifests/rules/out/managesieve.pp
manifests/rules/out/managesieve.pp
+11
-0
No files found.
manifests/rules/managesieve.pp
0 → 100644
View file @
2e66998a
class
shorewall::rules::managesieve
{
shorewall::rule
{
'net-me-tcp_managesieve'
:
source
=>
'net'
,
destination
=>
'$FW'
,
proto
=>
'tcp'
,
destinationport
=>
'2000'
,
order
=>
260
,
action
=>
'ACCEPT'
;
}
}
manifests/rules/out/managesieve.pp
0 → 100644
View file @
2e66998a
class
shorewall::rules::out::managesieve
{
shorewall::rule
{
'me-net-tcp_managesieve'
:
source
=>
'$FW'
,
destination
=>
'net'
,
proto
=>
'tcp'
,
destinationport
=>
'2000'
,
order
=>
260
,
action
=>
'ACCEPT'
;
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment