-
Notifications
You must be signed in to change notification settings - Fork 142
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
base: main
Are you sure you want to change the base?
Conversation
'127.0.0.1' => 'OK', | ||
main_cf = value_for_platform_family( | ||
'debian' => { | ||
'compatibility_level' => '3.6', |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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!
## 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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm currently using this cookbook on Debian and it works fine....
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just to follow up here with a few more details.
I'm fine bumping the compatibility level - we can probably do that everywhere, frankly.
Dropping most of the default config doesn't seem appropriate, most of these configs are the defaults from main.conf.proto - similar across both Debian and Fedora. If there's problematic ones, happy to nuke them.
Just FYI I'm using this on Debian sid without an issue.
Description
fb_postfix
to be used on Debian families.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.