From: Sandy Drobic (no email)
Date: Mon Oct 02 2006 - 07:29:17 EDT
ankush grover wrote:
> On 10/2/06, ankush grover <> wrote:
>> > > SASL Settings
>> > > /usr/lib/sasl2/smtpd.conf
>> > > pwcheck_method: saslauthd
>> > > mech_list: plain login
>> >
>> > Okay.
>> >
>> > >
>> > > Output of telnet to the localhost
>> > > telnet localhost 25
>> > > Trying 127.0.0.1...
>> > > Connected to localhost.localdomain (127.0.0.1).
>> > > Escape character is '^]'.
>> > > 220 mail.example.com ESMTP Postfix
>> > > ehlo localhost.localdomain
>> > > 250-mail.example.com
>> > > 250-PIPELINING
>> > > 250-SIZE 51200000
>> > > 250-VRFY
>> > > 250-ETRN
>> > > 250-STARTTLS
>> > > 250 8BITMIME
>> >
>> > There is no AUTH line.
>> > See the missing settings above.
>> >
>> >
>> > > Saslauthd service is running on Postfix.
>> >
>> > Then test first with testsaslauthd:
>> >
>> > testsaslauthd -u user -p password -s smtp
>> >
>> > If that responds with "OK Success", you can try to get Postfix to
>> > authenticate.
>>
>> testsaslauthd -u test -p test -s smtp
>>
>> 0: NO "authentication failed"
>>
>> the sasl authentication for smtp is failing what should I do now
>> means changes need to be made for sasl authentication.
>>
>> Thanks & Regards
>>
>> Ankush Grover
>>
>
> Sorry there was so mistake with the password it is working fine.
>
> testsaslauthd -u test -p test -s smtp
> 0: OK "Success."
>
> What should I do next ?
I already told you which settings are missing in main.cf:
broken_sasl_auth_clients = yes
smtpd_sasl_auth_enable = yes
smtpd_sasl_local_domain =
smtpd_sasl_security_options = noanonymous
Add these settings, execute "postfix reload" and verify that the AUTH line
is present.
telnet localhost 25
ehlo localhost
Do you now see an AUTH line?
Sandy
-- List replies only please! Please address PMs to: news-reply2 (@) japantest (.) homelinux (.) com
|
|
|