Skip to content
This repository was archived by the owner on Jan 13, 2022. It is now read-only.

Add TLS/SASL support#2

Merged
hrpatel merged 9 commits into
developfrom
feature/tls_sasl
Oct 26, 2018
Merged

Add TLS/SASL support#2
hrpatel merged 9 commits into
developfrom
feature/tls_sasl

Conversation

@hrpatel

@hrpatel hrpatel commented Sep 25, 2018

Copy link
Copy Markdown
Collaborator

No description provided.

@hrpatel hrpatel self-assigned this Sep 25, 2018
@hrpatel
hrpatel requested review from adamgilbert and mroote October 25, 2018 17:48
Comment thread bin/postfix_init.sh
postconf -F smtp/unix/chroot=n

if [[ "${POSTFIX_TLS}" = "true" ]]; then
echo "Configuring TLS"

@adamgilbert adamgilbert Oct 25, 2018

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Antonia has been bugging me lately about using single quotes for echo statements and variables that require no interpolation. This is a real bike shed discussion on style but it would be good to pick a direction going forward.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

I agree with using the correct quotes interpolating vs. not... I'll fix

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Hmm.. shellcheck should catch this I think

@adamgilbert adamgilbert left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

+1 aside from a simple comment on style.

@mroote mroote left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

+1

@hrpatel
hrpatel merged commit 1f1945d into develop Oct 26, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants