Re: Re[2]: Issues enabling SASL in Postfix

2008-09-12 Thread Olivier MJ Crepin-Leblond
nt: Friday, September 12, 2008 8:51 PM Subject: Re: Re[2]: Issues enabling SASL in Postfix 2008/9/12 Алексей Доморадов <[EMAIL PROTECTED]>: Finally it's working!. You where right. There was something interfering. Turns out that our cisco firewall had some smtp fix-up feature enable

Re: Re[2]: Issues enabling SASL in Postfix

2008-09-12 Thread Diego Ledesma
2008/9/12 Алексей Доморадов <[EMAIL PROTECTED]>: >> Finally it's working!. >> You where right. There was something interfering. >> Turns out that our cisco firewall had some smtp fix-up feature >> enabled. After disabling it i could telnet smtp from the outside as i >> did from the inside. > > cisc

Re[2]: Issues enabling SASL in Postfix

2008-09-12 Thread Алексей Доморадов
> Finally it's working!. > You where right. There was something interfering. > Turns out that our cisco firewall had some smtp fix-up feature > enabled. After disabling it i could telnet smtp from the outside as i > did from the inside. cisco pix? FYI Question Background: I have a Cisco PIX firew

Re: Issues enabling SASL in Postfix

2008-09-11 Thread Diego Ledesma
Finally it's working!. You where right. There was something interfering. Turns out that our cisco firewall had some smtp fix-up feature enabled. After disabling it i could telnet smtp from the outside as i did from the inside. E-mail clients also working fine. Thanks all for the help!. Diego. On

Re: Issues enabling SASL in Postfix

2008-09-11 Thread Noel Jones
Diego Ledesma wrote: Oh. I guess i shouldn't have set that password in the first place... Thanks for the hint. I could authenticate succesfuly via telnet I got the command for base64 enconde from http://www.postfix.org/SASL_README.html#server_test but didn't know the octal digit thing. The prob

Re: Re[2]: Issues enabling SASL in Postfix

2008-09-11 Thread Diego Ledesma
2008/9/11 Алексей Доморадов <[EMAIL PROTECTED]>: >> On Thu, Sep 11, 2008 at 12:00:33PM -0300, Diego Ledesma wrote: >> >> > testsaslauthd -u pruebarelay -p 1234 -f >> > /var/spool/postfix/var/run/saslauthd/mux >> > 0: OK "Success." >> > >> > AUTH PLAIN AHBydWViYXJlbGF5CjM0 >> > 535 5.7.0 Error: au

Re: Issues enabling SASL in Postfix

2008-09-11 Thread Noel Jones
Victor Duchovni wrote: On Thu, Sep 11, 2008 at 12:00:33PM -0300, Diego Ledesma wrote: testsaslauthd -u pruebarelay -p 1234 -f /var/spool/postfix/var/run/saslauthd/mux 0: OK "Success." AUTH PLAIN AHBydWViYXJlbGF5CjM0 535 5.7.0 Error: authentication failed: bad protocol Wrong base64 string:

Re[2]: Issues enabling SASL in Postfix

2008-09-11 Thread Алексей Доморадов
> On Thu, Sep 11, 2008 at 12:00:33PM -0300, Diego Ledesma wrote: > > > testsaslauthd -u pruebarelay -p 1234 -f > > /var/spool/postfix/var/run/saslauthd/mux > > 0: OK "Success." > > > > AUTH PLAIN AHBydWViYXJlbGF5CjM0 > > 535 5.7.0 Error: authentication failed: bad protocol > > Wrong base64 str

Re: Issues enabling SASL in Postfix

2008-09-11 Thread Алексей Доморадов
> Hello. > I'm running Ubuntu 7.04 (Feisty Fawn) Server Edition as a mail server > with Postifix 2.3.8 and i'm trying to setup SASL in Postifx for smtp > authentication (authenticate system users, using pam mechanism in > sasl). > After a while i could find some decent howtos about configuring sasl

Re: Issues enabling SASL in Postfix

2008-09-11 Thread Victor Duchovni
On Thu, Sep 11, 2008 at 12:00:33PM -0300, Diego Ledesma wrote: > testsaslauthd -u pruebarelay -p 1234 -f > /var/spool/postfix/var/run/saslauthd/mux > 0: OK "Success." > > AUTH PLAIN AHBydWViYXJlbGF5CjM0 > 535 5.7.0 Error: authentication failed: bad protocol Wrong base64 string: echo AHByd

Re: Issues enabling SASL in Postfix

2008-09-11 Thread Wietse Venema
Try: http://www.postfix.org/DEBUG_README.html#no_chroot If this fixes the problem PLEASE COMPLAIN TO THE UBUNTU POSTFIX MAINTAINER. Wietse

Issues enabling SASL in Postfix

2008-09-11 Thread Diego Ledesma
Hello. I'm running Ubuntu 7.04 (Feisty Fawn) Server Edition as a mail server with Postifix 2.3.8 and i'm trying to setup SASL in Postifx for smtp authentication (authenticate system users, using pam mechanism in sasl). After a while i could find some decent howtos about configuring sasl. I followed