I idangozlan New member Joined Aug 11, 2010 Messages 4 Aug 11, 2010 #1 hey, My mailserver being spam-mailserver. I decided to add smtp auth, how can i do that?
nobaloney NoBaloney Internet Svcs - In Memoriam † Joined Jun 16, 2003 Messages 24,977 Location California Aug 12, 2010 #2 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
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
I idangozlan New member Joined Aug 11, 2010 Messages 4 Aug 14, 2010 #3 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?
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?
nobaloney NoBaloney Internet Svcs - In Memoriam † Joined Jun 16, 2003 Messages 24,977 Location California Aug 15, 2010 #4 How are you connecting via PHP form? Are you using the sendmail interface, or are you connecting through SMTP? Jeff
How are you connecting via PHP form? Are you using the sendmail interface, or are you connecting through SMTP? Jeff
I idangozlan New member Joined Aug 11, 2010 Messages 4 Aug 15, 2010 #5 Using sendmail() function without any auth..
nobaloney NoBaloney Internet Svcs - In Memoriam † Joined Jun 16, 2003 Messages 24,977 Location California Aug 16, 2010 #6 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
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
I idangozlan New member Joined Aug 11, 2010 Messages 4 Aug 16, 2010 #7 i just using a simple sendmail() funcion via php file, what does it mean?