Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Conversation

polarathene
Copy link
Member

@polarathene polarathene commented Dec 4, 2023

Description

This was primarily to address the final section of this SMTP_ONLY=1 comment regarding a logged error:

postfix/submission/smtpd[906]: error: open database /etc/postfix/vmailbox: No such file or directory

  • This was due to main.cf being configured for Dovecot by default, instead of updating relevant config during startup. When SMTP_ONLY=1 this file does not exist as it's not relevant.
  • Rather than take a subtractive approach to clear it out, I've opted for moving that into the startup scripts.
  • As the virtual transport is related, I moved that as well, and co-located the similar ENV feature for overriding the transport (which I'm inclined to deprecate in favor of user-patches.sh).

Unrelated changes have been bundled:

Type of change

  • Bug fix (non-breaking change which fixes an issue)

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • New and existing unit tests pass locally with my changes
  • I have added information about changes made in this PR to CHANGELOG.md

@polarathene polarathene added this to the v13.1.0 milestone Dec 4, 2023
@polarathene polarathene self-assigned this Dec 4, 2023
target/scripts/helpers/aliases.sh Show resolved Hide resolved
@polarathene polarathene merged commit c75975d into master Dec 5, 2023
@polarathene polarathene deleted the fix/smtp-only-vmailbox-disable branch December 5, 2023 04:16
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

Morty Proxy This is a proxified and sanitized view of the page, visit original site.