Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compatibility with Postfix 3 #92

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

runejuhl
Copy link

@runejuhl runejuhl commented Jul 1, 2016

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

Also includes linting of primarily trailing spaces.

To allow for backwards-compatible configurations, Postfix 3 introduces
`compatability_level`. We're unlikely to end up in a situation where
Postfix is automatically upgraded to a newer major version, so the
default for this is 2, meaning ignore.
@eLvErDe
Copy link

eLvErDe commented Dec 19, 2017

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',
          }
        }

@lvicainne
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants