-
Notifications
You must be signed in to change notification settings - Fork 3
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: add postfix relay support #542
base: main
Are you sure you want to change the base?
Conversation
Ah, it's not used, indeed - we configure it again in the same file as AWS_REGION, AWS_ACCESS_KEY, AWS_CLIENT_SECRET. The credentials were the first thing I added, before the app had any environment variables. I've removed it now. |
I think we can reuse the credentials in |
This PR adds relay support to Postfix. We need this on portland-dev in order to send administrative email as they are being blocked by the ISP.
@jpmckinney ,
pillar.smtp
is already configured on Credere, but I cannot see where it is in use in Salt?I re-used
smtp
because it configures the same service this adds to Postfix.However, if this clashes other parts of the code, we could rename the values in this PR to
pillar.postfix.relay
.To Do: