[vchkpw] spamassasin patch
Hi, I have made to patches in order to have virus detection on mails sent by roaming users, these patches are intended for qmail-scanner users. I'll like to know if these are the only files that I have to touch, and what do I have to do after this in order to have a new configure script? These patches work for vpopmail-5.3.8 Thanks, Alberto Ladron _ Do You Yahoo!? La mejor conexión a internet y 25MB extra a tu correo por $100 al mes. http://net.yahoo.com.mx
[vchkpw] spamassasin(patch)
Hi, I have made to patches in order to have virus detection on mails sent by roaming users, these patches are intended for qmail-scanner users. I'll like to know if these are the only files that I have to touch, and what do I have to do after this in order to have a new configure script? These patches work for vpopmail-5.3.8 Thanks, Alberto Ladron _ Do You Yahoo!? La mejor conexión a internet y 25MB extra a tu correo por $100 al mes. http://net.yahoo.com.mx vpopmail.spamassasin.patch.gz Description: vpopmail.spamassasin.patch.gz configure.in.spamassasin.patch.gz Description: configure.in.spamassasin.patch.gz
[vchkpw] Which files are involved in open-smtp?
Hi all, can someone tell me what actually changes when --enable-roaming-users is on? Outside of the creation of the clearopensmtp binary, is it just a change to vchkpw that enables external programs to have an IP added to open-smtp somehow when calling it? Thanks, David
[vchkpw] migration and faq docs syndication feed
hello vchkpw users: well, progress on the migration and faq bits of the toasterz site continues, albeit slowly. one of the major issues of resistence i've come across is that we developers, understandably, only want to maintain one version of our documentation. i believe that documentation should be consistent and easy to maintain, yet someghow distributed widely. this seems a perfect application for an rss feed or the like. distributed documentation syndication is the goal. let's call it really simple syndication for docs or rss-doc. any other suggestions? make an xml doc publicly available and whomever can pick it up for inclusion in their content... easy to wrap in their look and feel etc. my first thought is rss, but maybe something else makes more sense. i'm going to poke around more, but i thought i'd float the idea to the community first. regards, Kelley Graham toasterz.com
RE: [vchkpw] Courier IMAP & vchkpw problem
This problem has been covered many many times. Check archives. Hint = --with-authvchkpw \ --without-explicitsync \ --without-authpwd \ --without-authshadow \ --without-authpam \ --without-authuserdb \ --without-authcram \ --without-authldap \ --without-authmysql \ --without-authpgsql \ --without-authdaemon \ --without-authcustom Good luck. On Tuesday, May 27, 2003, at 08:33 PM, Rob Francis wrote: > Hi, > > I was happily using vpopmail 5.2.1 and qmailadmin. Everything was fine. > > However, our clients demanded some form of webmail access, so after > trying a > few packages, I settled for SquirrelMail (PHP pages that we could set > to our > needs). SquirrelMail requires an IMAP server for authentication and > Courier-IMAP seems to be the fastest around and recommended by most > groups. > > Everything worked wonderfully EXCEPT for the fact that you could only > authenticate about 3 times before getting a username/password unknown > error. > If I restart the Courier authentication daemon it works for another 3 > times. > I even tried setting up a cron job to run a script as root that > restarts the > Courier authentication daemon every minute. > > The Courier IMAP list was the first place I searched for help but they > were > adamant that the problem is with vchkpw and that I should upgrade to > version > 5.3.20. I have done this but still have the same problem. > > Any suggestions? Has anyone else had this problem? > >
Re: [vchkpw] SMTP relay Problem
Dear,linuman exec tcpserver -H -l0 -R -c 512 -x /home/vpopmail/etc/tcp.smtp.cdb -u vpopmailduid -g vpopmaildgid 0 smtp rblsmtpd recordio /var/qmail/bin/qmail-smtpd mydomain.com /home/vpopmail/bin/vchkpw /bin/true 2>&1 Above script will run the clearopensmtp everytime when users establish the smtp connection. clearopensmtp will check the IP's in the open-smtp and timestamp against the IP's if timestamp matches the value you have given during compiling the vpopmail it will remove the IP from tcp.smtp.cdb file. If it finds the new IP it will add it to cdb. There is even no need to keep the clearopensmtp in cronjob. Thank you very much for your advice. I tried your advice. That's good. No problem. Now I am facing one more problem. I am trying to workout the same concept with Courier-Imap.below is the compile option I have choosen ./configure --prefix=/var/qmail/courierimap --enable-workarounds-for-imap-client-bugs --without- authdaemon --without-authcustom --without-authcram --without-authuserdb --without-authshadow --without-authpwd Below is my courier-imapd/run file exec /usr/local/bin/tcpserver -v -H -R -l mydomain.com 0 143 recordio /var/qmail/courierimap/sbin/imaplogin /home/vpopmail/bin/vchkpw /var/qmail/courierimap/bin/imapd Maildir 2>&1 When I try to send/receive the mail from outlook IMAP client it gives the error for both POP3 and SMTP. Let me know if you have done any workarrounds for this. Sorry,I have never install IMAP function. I couldn't answer your help. Regards, Yasuyuki Toyoda From Japan, Tokyo