foxcpp / maddy

✉️ Composable all-in-one mail server.
https://maddy.email
GNU General Public License v3.0
4.95k stars 239 forks source link

Documentation Typo in 'Multiple domains configuration' #609

Closed jimstorch closed 1 year ago

jimstorch commented 1 year ago

Describe the bug

Hi. I was following the instructions at https://maddy.email/multiple-domains/, specifically the section If you want accounts to also share the same IMAP storage of account named "user" and Maddy would fail to start with the error message:

Status: "unknown module: email_with_domains (namespace: table)"

What do you think is wrong?

Under this block:

authorize_sender {
  ...
  user_to_email chain {

The documentation says to use the instruction: step email_with_domains $(local_domains)

but I had to change it to (dropping the 's' on the word 'domains'): step email_with_domain $(local_domains)

and it worked.

maddy version: ?

0.7.0