Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 178 Bytes

File metadata and controls

10 lines (8 loc) · 178 Bytes

postfix_map

Manages a Postfix lookup table and optionally runs postmap.

postfix_map '/etc/postfix/access' do
  type 'hash'
  content('example.com' => 'OK')
end