DaveStaples
Programmer
I have a problem with my smtp server, I can send mail out through it from the internal network, however external (via internet) cannot send in. Using the tests on i get the error:
Trying to connect to all mailservers:
mylenrd.com. - 81.130.201.231 [Could not connect: Got an unknown MAIL FROM response: 454 5.7.3 Client was not authenticated.
This is because I have set the access control to intergrated windows authentication. To make it work I have to set the access control to Anonymous access. I believe this would alow any one to relay mail, which we will not permit.
How to I sort the access issues to make it work correctly ?
Trying to connect to all mailservers:
mylenrd.com. - 81.130.201.231 [Could not connect: Got an unknown MAIL FROM response: 454 5.7.3 Client was not authenticated.
This is because I have set the access control to intergrated windows authentication. To make it work I have to set the access control to Anonymous access. I believe this would alow any one to relay mail, which we will not permit.
How to I sort the access issues to make it work correctly ?