[vchkpw] about smtp auth

2004-10-15 Thread Andrea Riela
Hi folks, there's someone here that use Freebsd and qmail+vpopmail+smtp auth? the smtp auth patch in freebsd ports could use vchkpw? there's an howto about that? thank you very much for your support Regards Andrea

[vchkpw] pop-before-smtp issues

2004-10-15 Thread Kent Ritchie
I have a qmail/vpopmail setup using pop-before-smtp, and the roaming is working fine for 99.9% of the users, but a very few are having problems with it. The normal forced send / recieve does not update thier IP's in the relay table, nor does deleting and recreating the accounts. I am almost

[vchkpw] vpopmail directory bug

2004-10-15 Thread Dmitriy MiksIr
Hello all! ./configure script set home of vpopmail users as vpopmail directory for instalation and ignore --prefix options. It's bug or feature? =) Dmitriy MiksIr

Re: [vchkpw] pop-before-smtp issues

2004-10-15 Thread Jeremy Kitchen
replying to a 4 month old post and clearing out all of the text in the message including the subject line to start a new, completely unrelated thread is not a good thing. Please don't hijack threads as it breaks the list archive and breaks mail clients that can do threaded message display.

Re: [vchkpw] about smtp auth

2004-10-15 Thread Jeremy Kitchen
On Friday 15 October 2004 04:42 am, Andrea Riela wrote: Hi folks, there's someone here that use Freebsd and qmail+vpopmail+smtp auth? the smtp auth patch in freebsd ports could use vchkpw? there's an howto about that? I'm sure it can. There are two types of smtp auth patches out there.

Re: [vchkpw] about smtp auth

2004-10-15 Thread Andrea Riela
Well, I've tested http://students.imsa.edu/~ngroot/qmail-1.03-starttls-smtp-auth.patch (that is in /usr/ports/mail in Freebsd), my steps was: cd /usr/ports/mail/qmail-smtp_auth+tls make cp work/.../qmail-smtpd /var/qmail/bin/qmail-smtpd observe# telnet 127.0.0.1 25 Trying 127.0.0.1... Connected to

Re: [vchkpw] about smtp auth

2004-10-15 Thread Charles M. Gerungan
Jeremy Kitchen wrote: there's someone here that use Freebsd and qmail+vpopmail+smtp auth? The recommended smtp auth patch to use is the one found at http://fehcom.de/qmail/smtpauth.html Which works fine. Installation instructions are either on the site or included in the tarball; can't

Re: [vchkpw] about smtp auth

2004-10-15 Thread Jeremy Kitchen
On Friday 15 October 2004 10:40 am, Andrea Riela wrote: QMAILDUID=`id -u qmaild` NOFILESGID=`id -g qmaild` [snip] /var/qmail/bin/qmail-smtpd nesys.it /usr/local/vpopmail/bin/vchkpw-noroaming /bin/true 21 well, the problem is: when I try to connect to send an email, I receive a password

Re: [vchkpw] about smtp auth

2004-10-15 Thread Tom Collins
On Oct 15, 2004, at 8:40 AM, Andrea Riela wrote: 250-AUTH LOGIN CRAM-MD5 PLAIN 250-AUTH=LOGIN CRAM-MD5 PLAIN That's an old, outdated patch. Use the other patch mentioned (or the one included in the vpopmail contrib directory). -- Tom Collins - [EMAIL PROTECTED] QmailAdmin:

Re: [vchkpw] about smtp auth

2004-10-15 Thread Tom Collins
On Oct 15, 2004, at 9:24 AM, Jeremy Kitchen wrote: /var/qmail/bin/qmail-smtpd nesys.it /usr/local/vpopmail/bin/vchkpw-noroaming /bin/true 21 Change qmail-smtpd to run as the vpopmail user and it should Just Work. But he's using the old patch (it requires a hostname as the first arg to

[vchkpw] vmysql: sql error[3]: No Database Selected

2004-10-15 Thread Rafael Felix Correa
Hi everyone, One of my customers is trying to send mail through my email server, and (sometimes) gets this message: - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, October 15, 2004 1:28 PM Subject: failure notice Hi. This is the qmail-send program at

Re: [vchkpw] vmysql: sql error[3]: No Database Selected

2004-10-15 Thread Tom Collins
On Oct 15, 2004, at 10:12 AM, Rafael Felix Correa wrote: I use vpopmail 5.4.4. The mysql database that vpopmail connects in located outside this box. 5.4.5 and later should take care of that problem. -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail:

Re: [vchkpw] vmysql: sql error[3]: No Database Selected

2004-10-15 Thread Rafael Felix Correa
Nice Tom, thanks! Is there nay place where i can download some good documentation about upgrading vpopmail? I tried to do this once and didn't work out... Another strange thing: i have four servers just like this one (with vpopmail 5.4.4), all of them accesses the same database and just one

[vchkpw] chkuser and SSL with stunnel

2004-10-15 Thread Florian Munz
Hi, I finally found the time to install the much needed chkuser-patch and it is working really good - almost :) I provide SMTPS (SMTP over SSL on port 456) via stunnel and I have problems with some mail clients (mainly Thunderbird) I got the following error-message when sending mail in

Re: [vchkpw] chkuser and SSL with stunnel

2004-10-15 Thread Jeremy Kitchen
On Friday 15 October 2004 05:26 pm, Florian Munz wrote: Hi, I finally found the time to install the much needed chkuser-patch and it is working really good - almost :) I provide SMTPS (SMTP over SSL on port 456) via stunnel and I have problems with some mail clients (mainly Thunderbird) I

Re: [vchkpw] about smtp auth

2004-10-15 Thread Andrea Riela
Tom Collins wrote: On Oct 15, 2004, at 8:40 AM, Andrea Riela wrote: 250-AUTH LOGIN CRAM-MD5 PLAIN 250-AUTH=LOGIN CRAM-MD5 PLAIN That's an old, outdated patch. Use the other patch mentioned (or the one included in the vpopmail contrib directory). Well, I've installed the last fehcom (0.43), but

Re: [vchkpw] about smtp auth

2004-10-15 Thread Jeremy Kitchen
On Friday 15 October 2004 05:51 pm, Andrea Riela wrote: Tom Collins wrote: On Oct 15, 2004, at 8:40 AM, Andrea Riela wrote: 250-AUTH LOGIN CRAM-MD5 PLAIN 250-AUTH=LOGIN CRAM-MD5 PLAIN That's an old, outdated patch. Use the other patch mentioned (or the one included in the vpopmail