Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only external emails are cought #13

Open
Pro opened this issue Sep 14, 2015 · 1 comment
Open

Only external emails are cought #13

Pro opened this issue Sep 14, 2015 · 1 comment

Comments

@Pro
Copy link
Owner

Pro commented Sep 14, 2015

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 [email protected]

Now if you send a mail from an internal user [email protected] to [email protected] 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.

@asadhaider
Copy link

Just installed the release v1.6.3-new onto a new Exchange 2013 (SP 1 CU4) server and when testing this - both internal and external emails are working fine for me.

I have [email protected] configured as the catchall address for example.com, and mail from [email protected] to [email protected] is being correctly forwarded to user1 (sent through OWA).

I only have one send connector configured to route mail using the domains MX records for all SMTP mail, not sure if this is what's making it work as it may be doing it with internal domains too?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants