-
- Downloads
Support mail input filters in Sendmail configs.
This adds a parameter 'milters' to the sendmail::configure defintion, which should be a hash specifying what mail input filters Sendmail should apply. Role classes are then passed a new 'milters' parameter, and similarly to the 'localdomains' and 'defines' parameters, it will receive a simple string with the proper INPUT_MAIL_FILTER() calls. Role classes and their ERB templates are updated to handle the new parameter, and insert it into the generated M4 files.
Showing
- manifests/configure.pp 34 additions, 3 deletionsmanifests/configure.pp
- manifests/role/nullclient.pp 2 additions, 2 deletionsmanifests/role/nullclient.pp
- manifests/role/nullrelay.pp 2 additions, 2 deletionsmanifests/role/nullrelay.pp
- manifests/role/simpleclient.pp 2 additions, 2 deletionsmanifests/role/simpleclient.pp
- manifests/role/subserver.pp 2 additions, 2 deletionsmanifests/role/subserver.pp
- templates/nullclient.mc.erb 1 addition, 0 deletionstemplates/nullclient.mc.erb
- templates/nullrelay.mc.erb 1 addition, 0 deletionstemplates/nullrelay.mc.erb
- templates/simpleclient.mc.erb 1 addition, 0 deletionstemplates/simpleclient.mc.erb
- templates/subserver.mc.erb 1 addition, 0 deletionstemplates/subserver.mc.erb
Please register or sign in to comment