-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
Description
Currently, the agent only catches emails which are received from an external mail server.
E.g. suppose the following setup:
Your mail-server handles the domains:
- example.com
- anyname.com
You set up catchall for the domain anyname.com to forward all emails to user@example.com
Now if you send a mail from an internal user info@example.com to hello@anyname.com you will get an error that the address doesn't exist because exchange doesn't route internal mails through the agent.
This means that only mails from external providers (like GMail,...) are cought and forwarded correctly.