-
In 0.4.5 I strip out all ANSI sequences in the program's output before processing. And yes, it was specifically because of Panda.
2004-07-15 21:18:35 UTC in OdeiaVir
-
Logged In: YES
user_id=1024840
You don't need OdeiaVir for that, just use something like
|/usr/local/f-prot/tools/scan-mail.pl |./Maildir/
(This is just one line) in your .qmail or .qmail-whatever files.
2004-07-02 01:25:45 UTC in OdeiaVir
-
Logged In: YES
user_id=1024840
Done in 0.4.5.
2004-06-19 01:50:23 UTC in OdeiaVir
-
OK, one at a time:
1. Yes, this is still necessary. It's very likely I will address this problem in a future version.
2. No, it's the /usr/sbin/sendmail symlink to /var/qmail/bin/sendmail. The sendmail command-line interface has become a de facto standard, so every Unix MTA supports it. I use it to send warnings instead of qmail-inject.
3. It's good to be back! :)
2004-06-18 19:23:09 UTC in OdeiaVir
-
I created version 0.4.5 and gave Brian Henery a notice. OdeiaVir now works with Exim also. Check the README and FAQ for other changes.
http://users.vialink.com.br/jcastro/odeiavir-0.4.5.tar.gz
(Yep, the old isverybad.org domain lapsed)
Brian, if you're still around I'd like some directions on updating the Web page, getting CVS admin rights etc.
The Author.
2004-06-18 13:17:50 UTC in OdeiaVir
-
Yes, I raised both IP_NUM (to 10000) and SUBNET_NUM (to 300). This problems happens in only one of the buildings we wired -- the one with a humongous number of clients attached to it.
A while after startup, I start to get runaway messages on the console like this:
IP_NUM is too low, dropping ip....IP_NUM is too low, dropping ip....IP_NUM is too low, dropping ip....IP_NUM is too low...
2004-05-18 00:09:39 UTC in bandwidthd
-
Jobs under cron are executed with a limited PATH. Particularly, /usr/local/bin and /usr/local/sbin are normally missing. Maybe you could echo $PATH and then force this PATH inside a wrapper script?.
2004-04-20 01:29:34 UTC in CBQ.init traffic management script
-
Won't accept something like
RULE=10.0.1.128/255.255.255.240
Instead it has to be
RULE=10.0.1.128/28
Could the RULE parser be enhanced to accept the "long"
form too, so every form of netmasks in existence could
be auto-fed into class files?.
2004-04-20 01:25:36 UTC in CBQ.init traffic management script