puppet-postfix icon indicating copy to clipboard operation
puppet-postfix copied to clipboard

Compatibility with Postfix 3

Open runejuhl opened this issue 9 years ago • 2 comments

Postfix 3 introduces a compatibility_level setting and changes the default value of daemon_directory.

Also includes linting of primarily trailing spaces.

runejuhl avatar Jul 01 '16 13:07 runejuhl

Hi,

Would you consider adding Raspbian (Debian built for RaspberryPi in this pull request).

In params.pp

        'Debian', 'Raspbian': {
          $daemon_directory = $::lsbdistcodename ? {
            /(wheezy|jessie)/ => '/usr/lib/postfix',
            default           => '/usr/lib/postfix/sbin',
          }
        }

eLvErDe avatar Dec 19 '17 09:12 eLvErDe

Hello ! @thias , it could be a nice thing to merge this PR ! :-) Thanks !

lvicainne avatar Jan 18 '18 19:01 lvicainne