How can I set auth on smtp server

If you're using DirectAdmin then you're already using a system which (a) won't relay, and (b) uses smtp auth through port 587.

So in that case, we need a lot more detail.

If you're not using DirectAdmin, then you're in the wrong place.

Jeff
 
Im Using DA.. but when im trying send msgs via PHP form without authing is seccuss, so how you say that da is already got auth SMTP?
 
How are you connecting via PHP form? Are you using the sendmail interface, or are you connecting through SMTP?

Jeff
 
And how does the sendmail() function inject email? Does it use smtp to your server? Or does it use exim's sendmail alias? If the latter (which I suspect) it's not using smtp, and authentication doesn't apply.

Jeff
 
Back
Top