on 9/4/01 12:09 PM, Bill Shupp at [EMAIL PROTECTED] spake:
> SMTP blocking (via vmoduser) is something I wouldn't mind seeing in 5.0.. I
> just implemented smtp auth in production, and could use that sooner than
> later. ; ) If I get time today, I'll try to extract those changes from
> Vladimir's code and submit it as a patch to 5.0pre1.
Ok, I've been working on this but can't get it right yet. The
vmoduser/vuserinfo stuff was easy to adapt. But Vladimir's version uses a
lot of new stuff to determine what service is calling vchkpw. I ended up
bringing a lot of his code into 5.0.
Anyway, it doesn't work yet, and I can't work on it anymore today. I've
posted a patch (against 5.0pre1) of where I'm at, if anyone wants to look at
it. It's pretty close, probably. ; )
To apply:
cd vpopmail-5.0pre1
lynx --source http://shupp.org/patches/vpopmail-5.0p1-nosmtp.patch.gz |
patch -p0
./configure
make
make install-strip
Cheers,
Bill Shupp