mirror of
https://github.com/Mailu/Mailu.git
synced 2024-12-12 10:45:38 +02:00
parent
bffc51401d
commit
4ee086a52a
@ -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
|
||||
###################################
|
||||
|
@ -127,7 +127,7 @@ service imap-login {
|
||||
|
||||
protocol lmtp {
|
||||
mail_plugins = $mail_plugins sieve
|
||||
recipient_delimiter = +
|
||||
recipient_delimiter = {{ RECIPIENT_DELIMITER }}
|
||||
}
|
||||
|
||||
service lmtp {
|
||||
|
@ -29,7 +29,7 @@ mydestination =
|
||||
relayhost = {{ RELAYHOST }}
|
||||
|
||||
# Recipient delimiter for extended addresses
|
||||
recipient_delimiter = +
|
||||
recipient_delimiter = {{ RECIPIENT_DELIMITER }}
|
||||
|
||||
###############
|
||||
# TLS
|
||||
|
Loading…
Reference in New Issue
Block a user