Re: SMTP and SASL/TLS problem

2008-10-14 Thread Issac Kelly
On Tue, Oct 14, 2008 at 1:29 PM, Issac Kelly <[EMAIL PROTECTED]> wrote: > On Tue, Oct 14, 2008 at 1:26 PM, mouss <[EMAIL PROTECTED]> wrote: >> Issac Kelly a écrit : >>> Yes, I can connect manually (mysql command line) and via TCP/IP to >>> localhost. >>> Postfix uses mysql to get the usernames and

Re: SMTP and SASL/TLS problem

2008-10-14 Thread Issac Kelly
On Tue, Oct 14, 2008 at 1:26 PM, mouss <[EMAIL PROTECTED]> wrote: > Issac Kelly a écrit : >> Yes, I can connect manually (mysql command line) and via TCP/IP to localhost. >> Postfix uses mysql to get the usernames and mailboxes to deliver mail. >> IMAP uses the same database (and UN and PW) to veri

Re: SMTP and SASL/TLS problem

2008-10-14 Thread mouss
Issac Kelly a écrit : > Yes, I can connect manually (mysql command line) and via TCP/IP to localhost. > Postfix uses mysql to get the usernames and mailboxes to deliver mail. > IMAP uses the same database (and UN and PW) to verify (Courier-IMAP, > and Courier-IMAP-SSL via authdaemon) > There is no

Re: SMTP and SASL/TLS problem

2008-10-14 Thread Issac Kelly
Yes, I can connect manually (mysql command line) and via TCP/IP to localhost. Postfix uses mysql to get the usernames and mailboxes to deliver mail. IMAP uses the same database (and UN and PW) to verify (Courier-IMAP, and Courier-IMAP-SSL via authdaemon) There is no record of anything in the MySQL

Re: SMTP and SASL/TLS problem

2008-10-14 Thread mouss
Issac Kelly a écrit : > Ok, I'm getting closer > > in /var/log/auth.log > Oct 14 07:12:07 postfix/smtpd[15456]: sql auxprop plugin using mysql engine > Oct 14 07:18:01 postfix/smtpd[15469]: sql plugin trying to open db > 'maildb ' on host 'localhost' > Oct 14 07:18:01 postfix/smtpd[15469]: sql plu

Re: SMTP and SASL/TLS problem

2008-10-14 Thread Issac Kelly
Ok, I'm getting closer in /var/log/auth.log Oct 14 07:12:07 postfix/smtpd[15456]: sql auxprop plugin using mysql engine Oct 14 07:18:01 postfix/smtpd[15469]: sql plugin trying to open db 'maildb ' on host 'localhost' Oct 14 07:18:01 postfix/smtpd[15469]: sql plugin could not connect to host localh

Re: SMTP and SASL/TLS problem

2008-10-14 Thread mouss
Issac Kelly a écrit : > Here is my saslfinger output > > #saslfinger -c > saslfinger - postfix Cyrus sasl configuration Tue Oct 14 06:22:13 PDT 2008 > version: 1.0.2 > mode: client-side SMTP AUTH > > -- basics -- > Postfix: 2.5.1 > System: Ubuntu 8.04 \n \l > > -- smtp is linked to -- >libsa

Re: SMTP and SASL/TLS problem

2008-10-14 Thread Issac Kelly
Here is my saslfinger output #saslfinger -c saslfinger - postfix Cyrus sasl configuration Tue Oct 14 06:22:13 PDT 2008 version: 1.0.2 mode: client-side SMTP AUTH -- basics -- Postfix: 2.5.1 System: Ubuntu 8.04 \n \l -- smtp is linked to -- libsasl2.so.2 => /usr/lib/libsasl2.so.2 (0x00843000)

Re: SMTP and SASL/TLS problem

2008-10-14 Thread mouss
Issac Kelly a écrit : > I have some more details now: > > postfix/smtpd[11997]: warning: (outside host): SASL PLAIN authentication > failed: authentication failure > postfix/smtpd[11997]: > (outside host): 535 5.7.8 Error: authentication > failed: authentication failure > postfix/smtpd[11997]: wat

Re: SMTP and SASL/TLS problem

2008-10-13 Thread Issac Kelly
I have some more details now: postfix/smtpd[11997]: warning: (outside host): SASL PLAIN authentication failed: authentication failure postfix/smtpd[11997]: > (outside host): 535 5.7.8 Error: authentication failed: authentication failure postfix/smtpd[11997]: watchdog_pat: 0x9ab5680 postfix/smtpd[

Re: SMTP and SASL/TLS problem

2008-10-13 Thread Issac Kelly
Thanks for the reply! I'm going crazy here.' I did change the setup between the set of logs in the previous e-mail. To keep things simple, I won't this time. # postconf -n # shortened for relavent iformation biff = no broken_sasl_auth_clients = yes config_directory = /etc/postfix inet_interfaces

Re: SMTP and SASL/TLS problem

2008-10-13 Thread Brian Evans - Postfix List
Issac Kelly wrote: > I'm having problems with SASL and SSL on SMTP. > > Here are my logs from a connection request > > postfix/smtpd[2699]: connect from (outside host) > postfix/smtpd[2699]: setting up TLS connection from (outside host) > postfix/smtpd[2699]: SSL_accept error from (outside host_: -

Re: SMTP and SASL/TLS problem

2008-10-13 Thread Алексей Доморадов
-Original Message- From: "Issac Kelly" <[EMAIL PROTECTED]> To: postfix-users@postfix.org Date: Sun, 12 Oct 2008 19:44:43 -0400 Subject: SMTP and SASL/TLS problem > > I'm having problems with SASL and SSL on SMTP. > > Here are my logs from a connection request > > postfix/smtpd[2699]: