simple-login / app

The SimpleLogin back-end and web app

Home Page:https://simplelogin.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reverse aliases created not respecting custom domain

ad-on-is opened this issue · comments

I have the following setup

  • Custom domain: mail.example.com
  • Catch-all for this domain is activated

Actual behaviour:

Sending an email to test@test.mail.example.com creates an alias test@mail.example.com, but creates an reverse alias xxx@example.com

Expected behaviour:

A reverse alias with xxx@mail.example.com should be created when an email is sent to test@mail.example.com

Is there anything I've configured wrong?