Link to home
Start Free TrialLog in
Avatar of nelly1972
nelly1972

asked on

exchange 2010 scanner cannot e-mail external address

We recently install an SBS 2011 with Exchange 2010.  Everything is working fine except one minor detail.  The is a network scanner that can scan to e-mail.  It sends fine to internal recipients, but will not allow us to e-mail from the scanner to external e-mail addresses.
Avatar of zaicnupagadi
zaicnupagadi

What's the type of that scanner? Maybe u need to create a Mail Contact in Exchange to help the scanner send messages external addreses?
Avatar of nelly1972

ASKER

It is an imagerunner 3245i.  It does scan to internal Exchagne Users.  Would we still need a contact even it it is using an existing address?
Worth of trying I think.
ASKER CERTIFIED SOLUTION
Avatar of Standis
Standis
Flag of Norway image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thank you!  I used:

 New-ReceiveConnector -Name "external" -Usage Custom -PermissionGroups AnonymousUsers -Bindings 192.168.30.15:25 -RemoteIpRanges 192.168.30.99


Get-ReceiveConnector "external" | Add-ADPermission -User "NT AUTHORITY\ANONYMOUS LOGON" -ExtendedRights "Ms-Exch-SMTP-Accept-Any-Recipient"

and it worked like a charm.