<html>
<head>
<style>
P
{
margin:0px;
padding:0px
}
body
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body>Is there anyway i can check if my smtp auth is working?<BR>
&nbsp;<BR>
I have enabled TLS with certificates and i have unhashed, plain_server:<BR>
&nbsp;<BR>
I have also used htpasswd -nd username and put the output into /etc/exim4/passwd<BR>
&nbsp;<BR>
I have also set: MAIN_TLS_ENABLE = true<BR>
&nbsp;<BR>
But when I try and send an email from a client (MS Outlook) it goes straight through and I didn't need to specify that the smtp servers requires authentication?<BR>
&nbsp;<BR>
&nbsp;<BR>
&nbsp;<BR>
thanks<BR></body>
</html>