diff options
-rw-r--r-- | templates/postfixadmin/config.inc.php.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/postfixadmin/config.inc.php.erb b/templates/postfixadmin/config.inc.php.erb index d694b90..8c4b8cf 100644 --- a/templates/postfixadmin/config.inc.php.erb +++ b/templates/postfixadmin/config.inc.php.erb @@ -336,7 +336,7 @@ $CONF['show_custom_colors']=array("lightgreen","lightblue"); // If you use a recipient_delimiter in your postfix config, you can also honor it when aliases are checked. // Example: $CONF['recipient_delimiter'] = "+"; // Set to "" to disable this check. -$CONF['recipient_delimiter'] = ""; +$CONF['recipient_delimiter'] = "+"; // Optional: |