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
###################################