Commit 1eb19d36 authored by Raphaël Pinson's avatar Raphaël Pinson
Browse files

Merge pull request #38 from liwo/bug/mydestination-multiple-values

$mydestination should allow comma separated values
parents 0b525615 d7991b52
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@ class postfix::mta (

  validate_re($relayhost, '^\S+$',
              'Wrong value for $relayhost')
  validate_re($mydestination, '^\S+$',
  validate_re($mydestination, '^\S+(?:,\s*\S+)*$',
              'Wrong value for $mydestination')
  validate_re($mynetworks, '^\S+$',
              'Wrong value for $mynetworks')