I had a user which had his email forwarded to gmail.com. Latly i disabled that option via ECP and it has no such settings as forwarding. But then his emails never get into his mailbox.
HARED... SMTP test@poland.pl {account@reprezenta... T34
RECEIVE SMTP test@poland.pl {account@reprezenta... T34
RESOLVE ROUTING test@poland.pl {Account@rs.pl} T34
REDIRECT AGENT test@poland.pl {Account@rs.pl} T34
EXPAND AGENT test@poland.pl {account.r@gmail.com} T34
AGENT... AGENT test@poland.pl {Account@rs.pl, account... T34
RESUBMIT AGENT test@poland.pl {Account@rs.pl, account... T34
DROP ROUTING test@poland.pl {account.r@gmail.com} T34
AGENT... AGENT test@poland.pl {account.r@gmail.com} T34
And this is with forwarding disabled. Yet if i go again to ECP and I see this message:
If the fields are empty when I am setting them up why show this message?
I can confirm now with:
[PS] C:\Windows\system32>Get-Mailbox | Where {$_.ForwardingAddress -ne $null}
Name Alias ServerName ProhibitSendQuota
---- ----- ---------- -----------------
Account account exchange Unlimited
But I've even run following command:
[PS] C:\Windows\system32>Get-Mailbox | Where {$_.ForwardingAddress -ne $null} | Set-Mailbox -ForwardingAddress $null -De
liverToMailboxAndForward $false
[PS] C:\Windows\system32>Get-Mailbox | Where {$_.ForwardingAddress -ne $null}
No results. I go into GUI the forwarding address is cleaned.
I set it again just for test and again message about forwarding email being there.
So what's wrong? It's Exchange 2013 -> Version 15.0 (Build 775.38). So CU3.