1
0
mirror of https://github.com/Mailu/Mailu.git synced 2024-12-12 10:45:38 +02:00

Make the recipient delimiter customizeable, fixes #233 and #164

This commit is contained in:
kaiyou 2017-09-10 14:09:16 +02:00
parent bffc51401d
commit 4ee086a52a
3 changed files with 6 additions and 2 deletions

View File

@ -73,6 +73,10 @@ RELAYHOST=
# Fetchmail delay
FETCHMAIL_DELAY=600
# Recipient delimiter, character used to delimiter localpart from custom address part
# e.g. localpart+custom@domain;tld
RECIPIENT_DELIMITER=+
###################################
# Nginx settings
###################################

View File

@ -127,7 +127,7 @@ service imap-login {
protocol lmtp {
mail_plugins = $mail_plugins sieve
recipient_delimiter = +
recipient_delimiter = {{ RECIPIENT_DELIMITER }}
}
service lmtp {

View File

@ -29,7 +29,7 @@ mydestination =
relayhost = {{ RELAYHOST }}
# Recipient delimiter for extended addresses
recipient_delimiter = +
recipient_delimiter = {{ RECIPIENT_DELIMITER }}
###############
# TLS