Hi,
I've setup a listserv to handle dist. lists that need to allow non-exchange users in our org to reply to posts.
Our Exchange box is setup as a "Hub Transport." I've figured out how to create a new SMTP forwarding connector, and can (apparently ) successfully run:
Get-ReceiveConnector "LISTSERV SMTP" | Add-ADPermission -User "NT AUTHORITY\ANONYMOUS LOGON" -ExtendedRights "Ms-Exch-SMTP-Accept-Any-R
ecipient"
...to "activate" anonymous permissions according to the instructions I found on this blog:
http://www.shudnow.net/2008/08/21/how-anonymous-relay-works-in-exchange-2007/But test emails sent to a test list created from my hotmail and yahoo accounts are being bounced by Exchange?
Please advise.
Start Free Trial