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

feat(postfix): add support for ubuntu #225

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

PatrickDale
Copy link
Contributor

@PatrickDale PatrickDale commented Jul 21, 2023

Description

  • Allows fb_postfix to be used on Debian families.
  • Removes default fb_postfix main.cf settings for Debian families since we see errors from them.

Context / Why are we making this change?

To use fb_postfix on Ubuntu.

'127.0.0.1' => 'OK',
main_cf = value_for_platform_family(
'debian' => {
'compatibility_level' => '3.6',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Am I right in thinking we would need most of the default config as well

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was able to send mail using the default postfix settings just fine!

@PatrickDale PatrickDale marked this pull request as ready for review July 21, 2023 21:09
PatrickDale added a commit to etsy/chef-cookbooks that referenced this pull request Jul 21, 2023
## Description

Cherry picks upstream changes from facebook/pull/225.

## Context / Why are we making this change?

Will allow us to install and configure `postfix` on Ubuntu Jammy.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants