diff options
-rw-r--r-- | doc/INSTALL-exim4.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/INSTALL-exim4.md b/doc/INSTALL-exim4.md index c564fb70f..6a0e1247e 100644 --- a/doc/INSTALL-exim4.md +++ b/doc/INSTALL-exim4.md @@ -28,7 +28,7 @@ And, assuming you set `OPTION_INCOMING_EMAIL_PREFIX` in your config at `config/general` to "foi+", create `config/aliases` with the following content: - ^foi+.*: |/path/to/alaveteli/software/script/mailin + ^foi\\+.*: |/path/to/alaveteli/software/script/mailin Finally, make sure you have `dc_use_split_config='true'` in `/etc/exim4/update-exim4.conf.conf`, and execute the command |