Trouble when sending large (its varying) emails to Yahoo email addresses, its failing with the above error message in mail queue. (Last Error)
From your Exchange server try below:
ping 74.6.136.244 -l 1472 -f
If above is not working, there’s a network device between you and Yahoo that’s either adding data to your packet or has a MTU smaller than yours. Keep reducing the 1472 until you can ping the target without getting any errors. Then set your server’s MTU accordingly on the NIC that’s being used to connect to Yahoo. (In my scenario it value is 1400)
ping 74.6.136.244 -l 1472 -f
If above is not working, there’s a network device between you and Yahoo that’s either adding data to your packet or has a MTU smaller than yours. Keep reducing the 1472 until you can ping the target without getting any errors. Then set your server’s MTU accordingly on the NIC that’s being used to connect to Yahoo. (In my scenario it value is 1400)
Before you begin, backup your exchange 2010 server’s registry (which installed hub transport server role)
Open Registry Editor
- Go to Run
- Type regedit
- Click OK
Backup the existing settings
Go to below path:
computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\Tcpip\Parameters\Interfaces\
Choose your relevant network interface (Eg: checking IP address, Default gateway)
Add a DWORD value
- Right click -> New -> DWORD Value
- Rename as “MTU”
- Right click -> Modify
- Add decimal value.
- Restart your computer.
- Try to send an email to Yahoo…
- If anything goes wrong, restore the registry by choosing previously backed up file.
- In Registry Editor, go to File click Import.
Leave a Reply