Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sympl
Sympl
Commits
039436c5
Commit
039436c5
authored
Sep 21, 2021
by
Paul Cammish
Browse files
Deal with aliases correctly with no mailboxes dir
parent
da85dd59
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CHANGELOG
View file @
039436c5
CHANGELOG
---------
2021-09-21
sympl-mail:
* Deal with aliases correctly when no mailboxes directory exists
2021-08-19
all:
* Debian Bullseye Release
core:
sympl-
core:
* Updates to MOTD and banners
2021-08-18
...
...
mail/debian/changelog
View file @
039436c5
sympl-mail (11.20210921.1) stable; urgency=medium
* Deal with mail correctly when no mailboxes directory exists, fixes #317
-- Paul Cammish <sympl@kelduum.net> Tue, 21 Sep 2021 13:58:00 +0100
sympl-mail (11.20210818.1) stable; urgency=medium
* Debian Bullseye Release
...
...
mail/exim4/sympl.d/20-routers/22-vhost-forward
View file @
039436c5
...
...
@@ -5,7 +5,7 @@ vhost_forward:
domains = +vhost_domains
local_part_suffix = +*
local_part_suffix_optional
local_parts = ${lookup{$local_part}dsearch{VHOST_DIR/$domain_data/VHOST_MAILBOX_DIR}}
local_parts =
${if exists {VHOST_DIR/$domain/VHOST_MAILBOX_DIR}{
${lookup{$local_part}dsearch{VHOST_DIR/$domain_data/VHOST_MAILBOX_DIR}}
}{}}
# Make sure the files exists to avoid awkward failures
condition = ${if exists{VHOST_DIR/$domain/VHOST_MAILBOX_DIR/$local_part/forward}}
file = VHOST_DIR/$domain_data/VHOST_MAILBOX_DIR/$local_part_data/forward
...
...
mail/exim4/sympl.d/20-routers/24-vhost-mailbox
View file @
039436c5
...
...
@@ -6,7 +6,7 @@ vhost_mailbox:
local_part_suffix = +*
local_part_suffix_optional
# Define local_parts, which fills in local_part_data
local_parts = dsearch;VHOST_DIR/$domain_data/VHOST_MAILBOX_DIR
local_parts =
${if exists {VHOST_DIR/$domain/VHOST_MAILBOX_DIR}{
dsearch;VHOST_DIR/$domain_data/VHOST_MAILBOX_DIR
}{}}
condition = ${if exists{VHOST_DIR/$domain/VHOST_MAILBOX_DIR/$local_part/}}
# Set the home directory for any routers/transports.
router_home_directory = VHOST_DIR/$domain_data/VHOST_MAILBOX_DIR/$local_part_data
...
...
Paul Cammish
@kelduum
mentioned in commit
2f498c5c
·
Sep 23, 2021
mentioned in commit
2f498c5c
mentioned in commit 2f498c5c032af8c97d3d9e15f95bc9a053949ab7
Toggle commit list
Paul Cammish
@kelduum
mentioned in merge request
!240 (merged)
·
Sep 23, 2021
mentioned in merge request
!240 (merged)
mentioned in merge request !240
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment