Showing posts with label Exchange. Show all posts
Showing posts with label Exchange. Show all posts

Tuesday, January 11, 2011

Anonymous relays via Exchange 2010

Sometimes you need your Exchange server to allow relaying from scanners, printer units or software that need to push mail directly. If you only need emails to your local users you pretty much dont need to do much, but if you need it to relay to external users, you should make your own receive connector for it allowing anonymous users.

Server Configuration -> Hub Transport -> Create new Receive Connector
Choose an easy name and select Custom for use, set it to use the local IP with port 25 (if you dont want it running on another port or IP), choose which units can relay through it. You can go with either your subnet, or spesific IPs, or a combination if you have several subnets. Finish the wizard and you have your new connector. Now you need to edit it, and make sure only Anonymous users are selected on the Permission groups tab.

When its done, start up Exchange Management Shell and do the following command to give the proper Anonymous rights on the connector.

Get-ReceiveConnector "Name of your new connector" | Add-ADPermission -User "NT AUTHORITY\ANONYMOUS LOGON" -ExtendedRights "ms-Exch-SMTP-Accept-Any-Recipient"

After that restart your Transport service and you should be good to go.

Thursday, December 9, 2010

Exchange 2010 says #550 5.7.1 RESOLVER.RST.AuthRequired

If you make distribution groups in Exchange 2010 and you are enabling them from external senders, make sure you remove the authentication requirement on the group itself. Follow these steps to ensure its setup proper.


#1. Click the Distribution Group name as you want to set
#2. Click the "Properties"
#3. Click the "Mail Flow Settings" Tab
#4. Click the "Message Delivery Restrictions" item
#5. Click the "Properties..." button
#6. Uncheck the "Require that all senders are authenticated" item
#7. Click "OK" button
#8. Click "OK" button again

Thats all you need to do to enabled external senders.

Friday, November 5, 2010

Mail for Exchange - Nokia

Just a short reminder to myself where to go next time I am stuck wondering how to sync Nokia phones with Exchange servers. Download from the following location;

http://businesssoftware.nokia.com/mail_for_exchange_downloads.php

Copy it to the phone with a standard USB cable and install it. What you need is your username, password, domain, email address, and then remember to add the public server name and choose secure or nonsecure transfer. That should be about it.