Skip to content
Snippets Groups Projects
Commit c028bb1d authored by jasiek191's avatar jasiek191 Committed by Raphaël Pinson
Browse files

Allow multiple spaces in postfix::mta::mynetworks (#235)

parent 5092926d
No related branches found
No related tags found
No related merge requests found
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
# #
class postfix::mta ( class postfix::mta (
Pattern[/^\S+(?:,\s*\S+)*$/] $mydestination = $postfix::mydestination, Pattern[/^\S+(?:,\s*\S+)*$/] $mydestination = $postfix::mydestination,
Pattern[/^(?:\S+?(?:(?:,\s)|(?:\s))?)*$/] $mynetworks = $postfix::mynetworks, Pattern[/^(?:\S+?(?:(?:,\s+)|(?:\s+))?)*$/] $mynetworks = $postfix::mynetworks,
Pattern[/^\S+$/] $relayhost = $postfix::relayhost, Pattern[/^\S+$/] $relayhost = $postfix::relayhost,
) { ) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment