[toaster] problem with qmail-toaster-0.8.patch

2006-01-03 Thread Andrea Riela
Hi folks,I don't know why, but I couldn't send emails with ssl and smtp-auth. I've installed netqmail-1.05 and the big patch, but when I try to send emails, I see the password prompt but the correct pw doesn't work. Logs without errors. what could I do? My qmail-smtpd runscript is like that:#!/bin/

Re: [toaster] problem with qmail-toaster-0.8.patch

2006-01-03 Thread Andrea Riela
On 1/3/06, Bill Shupp <[EMAIL PROTECTED]> wrote: While this may not affect your problem, you might use:  -u $QMAILUID -g $NOFILESGIDinstead of:-u vpopmail -g vchkpwIf I try with:#!/bin/shQMAILDUID=`/usr/bin/id -u vpopmail` NOFILESGID=`/usr/bin/id -g vchkpw`#MAXSMTPD=`/bin/cat /var/qmail/control/con

Re: [toaster] problem with qmail-toaster-0.8.patch

2006-01-03 Thread Andrea Riela
On 1/4/06, Andrea Riela <[EMAIL PROTECTED]> wrote: On 1/3/06, Bill Shupp < [EMAIL PROTECTED]> wrote: While this may not affect your problem, you might use:  -u $QMAILUID -g $NOFILESGIDinstead of:-u vpopmail -g vchkpwSolved the first problem with "$VARIABLE". ThanksAndrea

Re: [toaster] problem with qmail-toaster-0.8.patch

2006-01-03 Thread Andrea Riela
On 1/4/06, Bill Shupp <[EMAIL PROTECTED]> wrote: bash-2.05b$ /var/qmail/bin/qmail-smtpd /home/vpopmail/bin/vchkpw /bin/true220 mail.merchbox.com ESMTPauth plain334AHRlc3QAdGVzdHBhc3M=235 ok, go ahead (#2.0.0) instead of 235, I see:454 oops, unable to write pipe and I can't auth (#4.3.0):(Andrea

Re: [toaster] problem with qmail-toaster-0.8.patch

2006-01-03 Thread Andrea Riela
On 1/4/06, Bill Shupp <[EMAIL PROTECTED]> wrote: Execute qmail-smtpd as vpopmail or root.as vpopmail:elessar:/$ printf "\0\ariela\0xx" | base64 -eAAdyaWVsYQx==elessar:/$ /var/qmail/bin/qmail-smtpd /home/vpopmail/bin/vchkpw /bin/true 220 nesys.it ESMTPauth plain334 AAdyaWVsYQ

Re: [toaster] problem with qmail-toaster-0.8.patch

2006-01-03 Thread Andrea Riela
On 1/4/06, Bill Shupp <[EMAIL PROTECTED]> wrote: Andrea Riela wrote:> elessar:/$ printf "\0\ariela\0xx" | base64 -edo this instead:printf "\0ariela\0xx" | base64 -e> why "riela" and not "ariela"? > but maybe it works ...There&#x

Re: [toaster] problem with qmail-toaster-0.8.patch

2006-01-03 Thread Andrea Riela
On 1/4/06, Bill Shupp <[EMAIL PROTECTED]> wrote: Well, that is consistent with your MUA failing as well.  Why are youusing the syntax "ariela" instead of "[EMAIL PROTECTED]"?correct! my mistake. with [EMAIL PROTECTED] I receive a perfect:235 ok, go ahead (#2.0.0)well, why the MUA fails when comand

Re: [toaster] problem with qmail-toaster-0.8.patch

2006-01-03 Thread Andrea Riela
On 1/4/06, Bill Shupp <[EMAIL PROTECTED]> wrote: Now try this over telnet, and see if it works there.  If it does, thenit's a problem with your MUA, or the way it is configured.it works like a charm It does.  I do smtp auth/tls all day long, same patch.the MUA says: "Starting TLS failed on SMTP ser

Re: [toaster] problem with qmail-toaster-0.8.patch

2006-01-03 Thread Andrea Riela
On 1/4/06, Bill Shupp <[EMAIL PROTECTED]> wrote: That's a TLS issue, NOT smtp auth.I bet your server needs the cipher selection manually populated.  Istill have no idea why some systems do, others do not.  Try this:openssl ciphers > /var/qmail/control/tlsserverciphers ln -s tclsserverciphers /var/q

Re: [toaster] problem with qmail-toaster-0.8.patch

2006-01-03 Thread Andrea Riela
On 1/4/06, Bill Shupp <[EMAIL PROTECTED]> wrote: That's a TLS issue, NOT smtp auth.another thing ...on qmail-smtpd log I see:@400043bb1c011767c494 tcpserver: status: 1/20@400043bb1c011767d81c tcpserver: pid 10193 from 192.168.17.21@400043bb1c01176f716c tcpserver: ok 10193 0:192.168.1

Re: [toaster] problem with qmail-toaster-0.8.patch

2006-01-03 Thread Andrea Riela
yess :)@400043bb1dc708614d44 CHKUSER relaying rcpt: from <[EMAIL PROTECTED]:[EMAIL PROTECTED]:> remote <[192.168.17.21]:unknown:192.168.17.21 > rcpt <[EMAIL PROTECTED]> : client allowed to relaynow it works :)Thank you very much, I appreciate it.just a question: it's better use a vchkpw com

Re: [toaster] problem with qmail-toaster-0.8.patch

2006-01-03 Thread Andrea Riela
thanks for all :)RegardsAndrea