Re: [vchkpw] smtp-auth and vpopmail

2005-11-07 Thread Mario Beltran
Rick Macdougall escribió: Mario Beltran wrote: Hi I have installed a new box on linux with qmail (i follow life with qmail) + vpopmail + autorespond +ezmlm +qmailadmin + courier-imap All works fine. Now i need use smtp authentication. I found a qmail-smtpd-auth-057 patch by Dr. Erwin

Re: [vchkpw] smtp-auth and vpopmail

2005-11-04 Thread Rick Macdougall
Mario Beltran wrote: Hi I have installed a new box on linux with qmail (i follow life with qmail) + vpopmail + autorespond +ezmlm +qmailadmin + courier-imap All works fine. Now i need use smtp authentication. I found a qmail-smtpd-auth-057 patch by Dr. Erwin Hoffmann. But I cant aplied

RE: [vchkpw] Smtp Auth with VPopmail

2004-02-13 Thread patrick . liechty
Title: RE: [vchkpw] Smtp Auth with VPopmail Thanks for the inf I have it setup right now. I have one last problem. When I do authenticate through smtp auth, it can't find the user. Here is the log entry: Feb 13 02:14:59 cssimsp0 vpopmail[21457]: [ID 997931 mail.notice] vchkpw-smtp: vpopmail

RE: [vchkpw] Smtp Auth with VPopmail

2004-02-12 Thread patrick . liechty
Title: RE: [vchkpw] Smtp Auth with VPopmail One question. Does smtp auth force users to authenticate when using smtp or does it just provide the option to authenticate? I am able to send email through smtp without authenticating. If I try to authenticate through smtp, it will do that also

RE: [vchkpw] Smtp Auth with VPopmail

2004-02-12 Thread Jeremy Kitchen
On Thu, 2004-02-12 at 16:45, [EMAIL PROTECTED] wrote: One question. Does smtp auth force users to authenticate when using smtp or does it just provide the option to authenticate? I am able to send email through smtp without authenticating. If I try to authenticate through smtp, it will do

RE: [vchkpw] Smtp Auth with VPopmail

2004-02-11 Thread patrick . liechty
Title: RE: [vchkpw] Smtp Auth with VPopmail So if I wanted to set this up in inetd.conf, it would look something like this? #smtp stream tcp nowait qmaild /var/qmail/bin/tcp-env tcp-env /var/qmail/bin/qmail-smtpd /opt/vpopmail/bin/vchkpw -Original Message- From: Tom Collins

Re: [vchkpw] Smtp Auth with VPopmail

2004-02-11 Thread Tom Collins
On Feb 11, 2004, at 8:34 AM, [EMAIL PROTECTED] wrote: So if I wanted to set this up in inetd.conf, it would look something like this? #smtp stream tcp nowait qmaild /var/qmail/bin/tcp-env tcp-env /var/qmail/bin/qmail-smtpd /opt/vpopmail/bin/vchkpw I'm not sure how you'd set it up in inetd.conf.

RE: [vchkpw] Smtp Auth with VPopmail

2004-02-11 Thread patrick . liechty
Title: RE: [vchkpw] Smtp Auth with VPopmail Ok. I am getting closer to having smtp auth working with qmail and vpopmail. I patched qmail with the qmail-smtpd-auth-0.4.2 at http://www.fehcom.de/qmail/smtpauth.html. I upgraded to vpopmail 5.4.0, which has the vchkpw.c patch included. I have

Re: [vchkpw] Smtp Auth with VPopmail

2004-02-10 Thread Tom Collins
On Feb 10, 2004, at 11:26 PM, [EMAIL PROTECTED] wrote: Is anyone using an smtp auth solution with vchkpw authentication?  Or, can you point me in a good direction.  I have looked at all the smtp auth solutions on the qmail.org site.  None of them seem to support vchkpw.  Any help would be

Re: [vchkpw] Smtp Auth with VPopmail

2004-02-10 Thread Robert Fleming
--On Wednesday, February 11, 2004 12:26 AM -0600 [EMAIL PROTECTED] is rumoured to have written: Is anyone using an smtp auth solution with vchkpw authentication? Or, can you point me in a good direction. I have looked at all the smtp auth solutions on the qmail.org site. None of them seem to

Re: [vchkpw] Smtp Auth with VPopmail

2004-02-10 Thread X-Istence
[EMAIL PROTECTED] wrote: snip *Notice:*/ The information contained in this message may be privileged, confidential, and protected from disclosure. If the reader of this message is not the intended recipient, you are hereby notified that any dissemination, distribution, or copying of this

Re: [vchkpw] SMTP-AUTH with vpopmail mysql

2002-11-22 Thread Einar Bordewich
Change: QMAILDUID=`id -u qmaild` NOFILESGID=`id -g qmaild` to: QMAILDUID=`id -u vpopmail` NOFILESGID=`id -g vpopmail` My true is /bin/true, so check that yours realy is /usr/bin/true. Also increase your softlimit. Try add an ekstra 0 (20 000 000 instead of 2 000 000). When things work, you can