KLaM Postmaster wrote, at 04/11/2009 03:23 PM:
> KLaM Postmaster wrote:
>> How can I be sure that SMTP authentication is really working. I have
>> been trying to determine is there is a reliable way of checking is my
>> SMTP authentication  is working,
>> I think it is working, but as I an only test from within my own network
>> I am not 100% certain, Is the a tool or site that would allow me to
>> verify this.
>>
> Follow-up when I look in the my Mailllog I see this sort of thing:
> Apr 11 15:17:51 localhost postfix/smtpd[26037]: Anonymous TLS connection
> established from unknown[192.168.10.25]: TLSv1 with cipher
> DHE-RSA-AES256-SHA (256/256 bits)
> which makes me think that it is working, however is it normal for the
> connection to be "anonymous"?

That log entry is about TLS and has nothing to do with SMTP AUTH.

It's easy enough to confirm that SMTP AUTH is working by using a
standard mail client to send a message to an external domain.

You might want to configure and test the submission service on port 587
as you do this, because it is customary to restrict this service to
authenticated users and exclude $mynetworks (so being on the same
network is not likely to pose a problem). In most cases, you can
uncomment the submission service in master.cf and use the defaults.

Run your tests, then check your log for lines containing sasl_username
or sasl_method.

There are also tools available to check your configuration, depending on
 what type of authentication you're using.

Reply via email to