mirror of
https://github.com/Pro/exchange-catchall.git
synced 2026-04-25 07:25:53 +03:00
[GH-ISSUE #13] Only external emails are cought #10
Labels
No labels
bug
enhancement
pull-request
question
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/exchange-catchall#10
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Pro on GitHub (Sep 14, 2015).
Original GitHub issue: https://github.com/Pro/exchange-catchall/issues/13
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:
You set up catchall for the domain
anyname.comto forward all emails touser@example.comNow if you send a mail from an internal user
info@example.comtohello@anyname.comyou 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 commented on GitHub (Sep 20, 2015):
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 user1@example.com configured as the catchall address for example.com, and mail from user2@example.com to catchall@example.com 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?