Re: UTF-8 problem with php-7.4

2020-09-24 Thread Boudewijn Dijkstra
Op Thu, 24 Sep 2020 02:56:51 +0200 schreef Andrew Hewus Fresh : On Wed, Sep 23, 2020 at 09:11:44AM +0200, Boudewijn Dijkstra wrote: Op Thu, 10 Sep 2020 04:01:30 +0200 schreef Bambero : > Hi, > > It seems that perl regular expressions lost one polish letter (ą): > https://www.co

Re: UTF-8 problem with php-7.4

2020-09-23 Thread Boudewijn Dijkstra
Op Thu, 10 Sep 2020 04:01:30 +0200 schreef Bambero : Hi, It seems that perl regular expressions lost one polish letter (ą): https://www.compart.com/en/unicode/U+0105 I can see this problem only under OpenBSD 6.7 with php-7.4 (same version of php under linux is OK) Ex.: PHP 7.4.10 or 7.4.5

Re: spamDB - blacklist mode

2020-02-27 Thread Boudewijn Dijkstra
Op Thu, 27 Feb 2020 00:19:59 +0100 schreef : Questions: Does the spamDB play a role at all in pure Black listing mode ? No, that DB is used for bookkeeping and decision-making. In blacklist-only mode, there is none of that. Does the spamDB only get created/configured when running in Normal/

Re: dhcpd and unbound on a small LAN

2020-01-06 Thread Boudewijn Dijkstra
Op Mon, 06 Jan 2020 13:24:50 +0100 schreef Anders Andersson : I'm in the process of replacing an aging OpenWRT device on my home LAN with an apu4d4 running OpenBSD as my personal router. I would like to use unbound as a caching DNS server for my local hosts, but I'm trying to figure out how to

Re: Blank/black screen for 6.6 - any general debugging hints?

2020-01-06 Thread Boudewijn Dijkstra
Op Mon, 30 Dec 2019 19:07:10 +0100 schreef lu hu : Hello, I was using 6.5 on a desktop PC. I did a sysupgrade, but after the blue boot text, I only get black/blank screen. I don't think it is just the screen, since I cannot reach it via network. I booted the 6.6 bsd.rd then did a clean ins

Re: Erratically losing connection on usb port from UPS unit

2019-08-23 Thread Boudewijn Dijkstra
Op Wed, 21 Aug 2019 15:06:17 +0200 schreef Walter Alejandro Iglesias : [...] It has been working for days (with and without NUT) apparently without problems except for three times in which the usb signal from the ups got cut, apparently for no reason. I get this message in console: upd0 det

Re: lrint(INT_MAX) != INT_MAX

2019-08-13 Thread Boudewijn Dijkstra
Op Fri, 09 Aug 2019 19:19:14 +0200 schreef Jan Stary : On Jul 31 14:40:42, mailinglists.boudew...@indes.com wrote: Op Tue, 30 Jul 2019 17:12:56 +0200 schreef : > This is what happens on my relatively current > OpenBSD bbb.stare.cz 6.5 GENERIC#0 armv7 (BeagleBone Black) > OpenBSD ppc.stare.cz 6

Re: lrint(INT_MAX) != INT_MAX

2019-07-31 Thread Boudewijn Dijkstra
Op Tue, 30 Jul 2019 17:12:56 +0200 schreef : This is what happens on my relatively current OpenBSD bbb.stare.cz 6.5 GENERIC#0 armv7(BeagleBone Black) OpenBSD ppc.stare.cz 6.5 GENERIC#0 macppc (an old MacMini) #include #include #include int main() { long l; doubl

Re: How to synchronise 2 spamd instances

2019-06-05 Thread Boudewijn Dijkstra
Op Fri, 31 May 2019 00:34:39 +0200 schreef Mik J : Hello, I'm back again with spamd synchronisation. I made further tests and it seems to me that only new entries in spamd are synchronised. All existing entries before the synchronisation and not sent to the other spamd instance. Is it su

Re: could use some spamdb output

2019-01-10 Thread Boudewijn Dijkstra
Op Fri, 21 Dec 2018 17:10:46 +0100 schreef Gilles Chehade : spamdb | grep -E '^(GREY|WHITE)\|' | cut -d\| -f1,2 -- Gemaakt met Opera's e-mailprogramma: http://www.opera.com/mail/

Re: Running your own mail server

2018-09-12 Thread Boudewijn Dijkstra
Op Sat, 08 Sep 2018 17:36:07 +0200 schreef Ken M : On Sat, Sep 08, 2018 at 11:32:00AM -0400, Jay Hart wrote: I've run my own email server for 15 years now I think. I stick with Linux for email server, OpenBSD for routing/firewall. I personally find this is the best of both worlds... Just my

Re: clearing the disk cache

2018-07-04 Thread Boudewijn Dijkstra
Op Tue, 03 Jul 2018 16:06:37 +0200 schreef Maximilian Pichler : Now I'm resorting to "sysctl kern.bufcachepercent=5; sysctl kern.bufcachepercent=90" to "almost" clear the cache. If only setting it to 0 were allowed... --- sys/kern/kern_sysctl.c.orig Mon Feb 19 09:59:52 2018 +++ sys/kern/kern_s

Re: Virtualbox vs latest snapshot

2018-04-13 Thread Boudewijn Dijkstra
Op Thu, 12 Apr 2018 15:47:18 +0200 schreef Consus : On 08:28 Thu 12 Apr, Nick Holland wrote: Another "failure mode" of VirtualBox people should be aware of: I understand through good sources, Oracle monitors the IP addresses that it's downloaded from, and if they can trace it back to a commercia

Re: Virtualbox vs latest snapshot

2018-04-13 Thread Boudewijn Dijkstra
Op Thu, 12 Apr 2018 14:28:14 +0200 schreef Nick Holland : Another "failure mode" of VirtualBox people should be aware of: I understand through good sources, Oracle monitors the IP addresses that it's downloaded from, and if they can trace it back to a commercial IP (i.e., not a home address), an

Re: noob question: driver separation?

2018-02-23 Thread Boudewijn Dijkstra
Op Mon, 19 Feb 2018 21:19:27 +0100 schreef Hess THR : I mean.. did it ever happened in the history that a microphone driver sent its data via the network? Quite unlikely with open source drivers. And even load-modules can be checked to see which kernel functions they call. The recently intr

Re: noob question: driver separation?

2018-02-19 Thread Boudewijn Dijkstra
Op Fri, 16 Feb 2018 21:51:12 +0100 schreef Hess THR : Hello, are there any (at least on plan or theoretical level) that drivers will be/are/would be separated? ex.: - touchpad drivers shouldn't have to do anything with network access - wireless drivers shouldn't be able to touch anything fr

Re: fsck: CANNOT READ: BLK 4235468160

2018-01-09 Thread Boudewijn Dijkstra
Op Sun, 07 Jan 2018 03:45:06 +0100 schreef Maximilian Pichler : If the disk is damaged, shouldn't the problematic blocks be consistent? If you mean the actual platters, then probably yes, but there are other components that can damage. If for instance the bearings are worn, you can get a H

Re: nobreak powers down openbsd

2017-10-24 Thread Boudewijn Dijkstra
Op Mon, 23 Oct 2017 20:08:56 +0200 schreef Friedrich Locke : When i wrote nobreak, i really meant UPS. I don't have a model; may some one suggest a model that power off openbsd ? I'm using an APC UPS with apcupsd. You can define time-outs, thresholds, also script events and do more compli

Re: spamd randomly and silently dying on OpenBSD 6.1

2017-10-06 Thread Boudewijn Dijkstra
Op Fri, 06 Oct 2017 10:49:39 +0200 schreef rosjat : [...] Is there some way to get a more verbose autput when the process is daemonized? the -v switch only seems to aplay to the foreground mode. Depends on your syslog.conf; I have: !!spamd daemon.err;daemon.warn;daemon.info;daemon.debug

Re: openSMTPD relaying and aliases

2017-10-05 Thread Boudewijn Dijkstra
Op Wed, 04 Oct 2017 11:31:25 +0200 schreef rosjat : [...] But I get mails in my log account From: r...@machinename.domain.tld To:r...@machinename.domain.tld but i would like to have a it with From: r...@machinename.domain.tld To: logs+...@domain.tld to make my filtering easier in the mail accou

Re: the whole greylisting, spam filtering thing

2017-10-03 Thread Boudewijn Dijkstra
Op Sun, 01 Oct 2017 22:11:27 +0200 schreef Rupert Gallagher : Spammers keep trying, from the same IPs, for days here, so graylisting is useless for us. All of them? On my end about 90% only try once. -- Gemaakt met Opera's e-mailprogramma: http://www.opera.com/mail/

Re: FF vs. Chrome/Chromium

2017-09-28 Thread Boudewijn Dijkstra
Op Wed, 27 Sep 2017 16:44:01 +0200 schreef Theo de Raadt : Firefox has W^X compliance and so runs with the secure defaults. it uses page aliasing, which is a shitty way of being compliant Do you mean dual-mapping a.k.a. double-mapping? I found some old patches using a temporarily file and

Re: running spamd on firewall ord on the mailsystem

2017-09-25 Thread Boudewijn Dijkstra
Op Tue, 19 Sep 2017 09:35:04 +0200 schreef Peter N. M. Hansteen : On 09/19/17 09:10, rosjat wrote: I like to get some opinions on where to use the spamd daemon. Is it better to do the heavy stuff on the firewall or let it all pass to the mailsystem and do the filtering there? OpenBSD's spamd

Re: Spamtrap doesn't work for me

2017-05-19 Thread Boudewijn Dijkstra
Op Thu, 18 May 2017 10:23:40 +0200 schreef Peter N. M. Hansteen : On Thu, May 18, 2017 at 06:09:19AM +, Mik J wrote: I was reading the man spamd http://man.openbsd.org/spamd Which was saying "When a host that is currently greylisted attempts to send mail to a spamtrap address, it is bla

Re: Spamtrap doesn't work for me

2017-05-18 Thread Boudewijn Dijkstra
Op Wed, 17 May 2017 16:59:27 +0200 schreef Peter N. M. Hansteen : On 05/17/17 16:51, Boudewijn Dijkstra wrote: Op Wed, 17 May 2017 13:55:58 +0200 schreef Mik J : SPAMTRAP| It looks like spamdb actually accepts addresses both with and without angle brackets - It accepts anything that has

Re: Spamtrap doesn't work for me

2017-05-17 Thread Boudewijn Dijkstra
Op Wed, 17 May 2017 13:55:58 +0200 schreef Mik J : Hello, I'm trying to make spamtrap to work I added a spamtrap address# spamdb | grep trap SPAMTRAP| From spamdb(8): If adding or deleting a SPAMTRAP address (-T), keys should be specified as email addresses: spamt...@my

Re: spamd and outlook.com

2017-04-21 Thread Boudewijn Dijkstra
Op Fri, 21 Apr 2017 14:12:56 +0200 schreef Reyk Floeter : On Fri, Apr 21, 2017 at 01:52:05PM +0200, Boudewijn Dijkstra wrote: Op Fri, 21 Apr 2017 12:16:31 +0200 schreef Reyk Floeter : > On Fri, Apr 21, 2017 at 11:59:20AM +0200, Peter N. M. Hansteen wrote: > > On Fri, Apr 21, 2017

Re: spamd and outlook.com

2017-04-21 Thread Boudewijn Dijkstra
Op Fri, 21 Apr 2017 12:16:31 +0200 schreef Reyk Floeter : On Fri, Apr 21, 2017 at 11:59:20AM +0200, Peter N. M. Hansteen wrote: On Fri, Apr 21, 2017 at 11:25:14AM +0200, Markus Rosjat wrote: > I use the attached script to fetch the SPF entries recursively, in a plain text format that can be fe

Re: Spamd question with Spamtrap

2017-03-28 Thread Boudewijn Dijkstra
Op Mon, 13 Mar 2017 18:25:30 +0100 schreef Mik J : Spamd has been really efficient in blocking spam. A few of them passed through once in a while but there's no discomfort. So this is not really an OpenSMTPd question. But, I'm not able to use spamtrap. # spamdb -T -a "" The example in the

Re: Spammer whitelisted by spamd. How?

2017-02-06 Thread Boudewijn Dijkstra
Op Sat, 04 Feb 2017 10:03:02 +0100 schreef Clint Pachl : Can someone explain how the spammer at 81.7.16.33 got white listed by spamd and delivered 3 spam emails to me? What exactly triggered the white listing? I may not understand spamd's behavior, but according to the spamd log below, the

Re: Memory alignment

2017-02-06 Thread Boudewijn Dijkstra
Op Sat, 28 Jan 2017 06:26:16 +0100 schreef Damian McGuckin : What is the recommended most portable way to force memory alignment for a datum of any type, assuming one has a pointer say char *x I currently use something like char *xany = aligntonext(x, sizeof(long)) where I

Re: spamd: howto blacklist hosts in greylisting mode?

2017-01-17 Thread Boudewijn Dijkstra
Op Mon, 16 Jan 2017 16:26:25 +0100 schreef Harald Dunkel : On 01/16/17 13:58, Boudewijn Dijkstra wrote: Op Mon, 16 Jan 2017 11:08:06 +0100 schreef Harald Dunkel : But spamd's blacklisting (without "-b") lacks proper documen- tation. spamd-setup(8) says that it sends blacklis

Re: spamd: howto blacklist hosts in greylisting mode?

2017-01-16 Thread Boudewijn Dijkstra
Op Mon, 16 Jan 2017 11:08:06 +0100 schreef Harald Dunkel : Hi folks, I am running spamd for greylisting on my MTA for several years. I also know how to use spamd for blacklist-only mode and how to configure pf.conf accordingly (even though I never tried). But spamd's blacklisting (without "-b")

Re: spamd and network whitelisting

2017-01-09 Thread Boudewijn Dijkstra
Op Tue, 20 Dec 2016 12:31:05 +0100 schreef Clint Pachl : [...] grep "^GREY" | tr "|" "\t" | [...] I've learned to do all parsing of /var/db/spamd via the interface as the envelope-from sometimes contains a "|" (pipe) character. -- Gemaakt met Opera's e-mailprogramma: http://www.opera.com

Re: spamd and network whitelisting

2016-12-21 Thread Boudewijn Dijkstra
Op Tue, 20 Dec 2016 12:51:19 +0100 schreef Clint Pachl : Devin Reade wrote on 12/19/16 12:59: With respect to dealing with SPF, the simple solution (permitting an IP if it is on the sending domain's SPF list) doesn't work too well in the general case since it appears many spammers publish SPF r

Re: OpenBSD green computing tips

2016-12-16 Thread Boudewijn Dijkstra
- adaptive fan speed (??) Can often be set to "auto" in BIOS. - lcd (??) wsdisplay(4) WSDISPLAYIO_PARAM_BACKLIGHT - cdrom (??) Unplug it? - hard-drives (??) atactl(8) or use solid-state. - usb (??) Unplug it? - 802.11 power-saving (??) Don't transmit packets. - vmd (suspend

Re: How to make spamd more annoying ?

2016-12-15 Thread Boudewijn Dijkstra
omain used for legitimate mail, is indeed a bad idea. SPF was never meant for that. SPF can be used for accept/reject decisions, but your policy of what to do with a certain SPF result should be based on your level of trust in the publishing domain. -- Boudewijn Dijkstra Indes-IDS B.V. +31 345 545 535

Re: Disable Laptops Keyboard in OpenBSD

2016-11-24 Thread Boudewijn Dijkstra
Op Tue, 22 Nov 2016 10:24:16 +0100 schreef pasta : Hi, I can't figure out how to disable my laptops keyboard so I can only use my USB one. xinput doesn't list each keyboard as in Linux I believe. I could write a xorg.conf but what if I dont have my keyboard with myself then? wsconsctl can't

Re: Because in this day and age, there’s no one else doing what OpenBSD is doing?

2016-11-16 Thread Boudewijn Dijkstra
Op Tue, 15 Nov 2016 22:14:23 +0100 schreef SOUL_OF_ROOT 55 : Theo de Raadt wrote: *Because in this day and age, there's no one else doing what OpenBSD is doing?* The interview was published July 2005. Do you think that "this day and age" still applies? -- Gemaakt met Opera's e-mailprogr

Re: strange behaviour spamd

2016-08-23 Thread Boudewijn Dijkstra
Op Thu, 21 Jul 2016 17:34:37 +0200 schreef Markus Rosjat : I noticed that a trapped ip gets whitelisted when there are still greylisted messages. this shouldn't happen when I use the -a -t switches to trap the ip or do I miss something here ? Indeed it shouldn't and since OpenBSD 4.9 it is b

Re: making OpenBSD 5.9 live system on USB key

2016-07-13 Thread Boudewijn Dijkstra
Op Sat, 09 Jul 2016 14:10:26 +0200 schreef Matthias Apitz : dwiic at acpi0 not configured dwiic at acpi0 not configured What is connected to these? -- Gemaakt met Opera's e-mailprogramma: http://www.opera.com/mail/

Re: making OpenBSD 5.9 live system on USB key

2016-07-12 Thread Boudewijn Dijkstra
Op Sat, 09 Jul 2016 16:16:45 +0200 schreef Matthias Apitz : El día Saturday, July 09, 2016 a las 02:44:39PM +0200, Peter N. M. Hansteen escribió: [...] I suspect that's the case with your touchpad as well. [...] Re/ the touchpad: the imt(4) man page says, it should have support. Is there some

Re: Quick APU2 review

2016-04-18 Thread Boudewijn Dijkstra
Op Fri, 15 Apr 2016 18:12:41 +0200 schreef Christian Weisgerber : A "make -j4 build" took exactly 120 minutes. Using which physical disk type(s)? -- Gemaakt met Opera's e-mailprogramma: http://www.opera.com/mail/

Re: Redirect SMTP traffic

2016-04-14 Thread Boudewijn Dijkstra
Op Thu, 14 Apr 2016 11:51:25 +0200 schreef : Hello the list, I trying to put SPAMD in front of an Exchange Server but i think doing it in the wrong way. My Lab is like this : FW | SPAMD--Exchange SPAMD and Exc

Re: segfault with stripped lib, works fine when non-stripped

2016-03-19 Thread Boudewijn Dijkstra
Op Mon, 04 Jan 2016 22:54:24 +0100 schreef Jeremie Le Hen : Yeah... when you read that subject you probably had this weird gaze ô_Ò like I did when I came to that conclusion. I've been experiencing segfaults in milter-greylist [...] So after some more tinkering I came to the following conclusio

Re: verification spamd and traffic

2015-10-14 Thread Boudewijn Dijkstra
Op Tue, 13 Oct 2015 20:55:27 +0200 schreef Stuart Henderson : On 2015-10-13, Boudewijn Dijkstra wrote: Op Thu, 08 Oct 2015 11:06:45 +0200 schreef Markus Rosjat : Hi there, I have a spamd running in greylisting mode and maintain my own blacklist that I update manually. So far so good

Re: verification spamd and traffic

2015-10-13 Thread Boudewijn Dijkstra
Op Thu, 08 Oct 2015 11:06:45 +0200 schreef Markus Rosjat : Hi there, I have a spamd running in greylisting mode and maintain my own blacklist that I update manually. So far so good yesterday I just did a quite radical adding to my blacklist :) and I noticed my outgoing traffic jumped from around

Re: odd behaviour of spamdb

2015-07-13 Thread Boudewijn Dijkstra
Op Mon, 13 Jul 2015 09:14:37 +0200 schreef Markus Rosjat : hi there, I have a script the following script to delete spam mx ip from the spamd whitelist and write them in my own blacklist. After that I reload the blacklist with spamd- setup. This seems to work but I noticed when the same ip has

Re: Random PID implementation and security

2015-05-26 Thread Boudewijn Dijkstra
Op Tue, 26 May 2015 11:07:06 +0200 schreef Simon : Le 2015-05-26 00:10, Miod Vallat a écrit : It is not the responsibility of the operating system to protect its users against software which assumes using the pid as a random source is a bright and wise idea. Isn't this the whole goal of rando

Re: Performance Counters

2015-02-19 Thread Boudewijn Dijkstra
Op Wed, 18 Feb 2015 10:15:26 +0100 schreef Sai Prajeeth : Is there any command that will let me access the processor's performance counters?? I am looking for something like Linux's perf / FreeBSDs pmcstat that will help me get the IPC (Instructions per cycle) of the system. $ apropos 'performa

Re: LibreSSL Official T-shirts

2015-01-30 Thread Boudewijn Dijkstra
Op Thu, 29 Jan 2015 17:53:10 +0100 schreef OpenBSD Store Misc : Some new awesome LibreSSL T-shirts are available to help fund developments. You can see them on https://www.openbsdstore.com. Why not use Comic Sans? Or: "This T-shirt specifically designed to annoy web hipsters" -- (Remove the

Re: Former Yugoslavia in countrycodes

2015-01-05 Thread Boudewijn Dijkstra
Op Sun, 04 Jan 2015 14:42:41 +0100 schreef Milun Rajkovic : Because it's not a country (Kosovo). It is not recognized as an independent state by an overwhelming majority of nations (but a majority nonetheless). Btw it uses mobile networks of Monaco or Luxembour or something like that, and la

spamd.conf blacklists link

2014-09-22 Thread Boudewijn Dijkstra
spamlinks.net server currently not responding, last update 2010: https://web.archive.org/web/20140208054036/http://spamlinks.net/filter-bl.htm Last blog entry 2010: http://blog.spamlinks.net/ I don't know a replacement page, but maybe somebody else does... --- /etc/mail/spamd.conf.orig Thu Sep

Re: low power device

2014-09-12 Thread Boudewijn Dijkstra
Op Fri, 12 Sep 2014 15:27:39 +0200 schreef Martijn van Duren : [...] I would like to acquire something [...] low power, and has at least 2 sata ports, [...]. Spinning hard disks also use power. Why 2× SATA? -- (Remove the obvious prefix to reply privately.) Gemaakt met Opera's e-mailprogram

Re: Alix 3D3 disconnects from network after random amount of time

2014-09-05 Thread Boudewijn Dijkstra
Op Sat, 30 Aug 2014 14:20:43 +0200 schreef Erwin Geerdink : pcibios0: bad IRQ table checksum pcibios0: PCI Exclusive IRQs: 5 10 11 pcibios0: Warning, unable to fix up PCI interrupt routing vr0 at pci0 dev 9 function 0 "VIA VT6105M RhineIII" rev 0x96: irq 11, auglx0 at pci0 dev 15 function 3 "AMD

[spamd] longer retention of blacklist entries

2014-01-14 Thread Boudewijn Dijkstra
blacklist file - run spamd-setup(8), aggregating this new file (and a few others) I've been running this set-up for a few months now. The DB manipulation places a significant load on the server, but I believe that further optimizations are possible. Does anyone feel the need to comment on this

Re: Sorry OpenBSD people, been a bit busy

2013-10-16 Thread Boudewijn Dijkstra
Op Wed, 09 Oct 2013 00:01:13 +0200 schreef Scott McEachern : On 10/08/13 16:41, Kevin Chadwick wrote: Back in the pre-WW2 days, Belgium (or was it the Netherlands? I forget.) kept detailed census and medical data on their citizens, including their religious affiliation. It was useful data

Re: spamd(8) more persistent greytrapping

2013-09-09 Thread Boudewijn Dijkstra
Op Thu, 29 Aug 2013 14:04:59 +0200 schreef Boudewijn Dijkstra : Here's a suggested improvement to spamlogd(8) which keeps greytrap entries tarpitted while they keep trying. [...] Because at least one person expressed an interest in my modification, find below an updated patch that fi

Re: spamd(8) more persistent greytrapping

2013-09-05 Thread Boudewijn Dijkstra
Op Thu, 29 Aug 2013 14:04:59 +0200 schreef Boudewijn Dijkstra : Here's a suggested improvement to spamlogd(8) which keeps greytrap entries tarpitted while they keep trying. To this end I modified spamlogd.c [...] Is anybody even remotely interested in this? -- Gemaakt met Oper

spamd(8) more persistent greytrapping

2013-08-29 Thread Boudewijn Dijkstra
Hello folks, Here's a suggested improvement to spamlogd(8) which keeps greytrap entries tarpitted while they keep trying. To this end I modified spamlogd.c so that a known greytrapped host is updated as a greytrap entry in /var/db/spamd on every incoming connection to port 8025. This requires

Re: spamd database breaks after time_t change

2013-08-21 Thread Boudewijn Dijkstra
Op Tue, 20 Aug 2013 18:33:46 +0200 schreef Renaud Allard : I just found out that spamd database breaks after upgrading to a snapshot with the 64 bits time_t resulting in: Aug 20 16:04:18 pippin spamd[26092]: scan of /var/db/spamd failed Aug 20 16:05:18 pippin spamd[26092]: bogus entry in spamd

Re: remove entry from spamdb greylist

2013-08-14 Thread Boudewijn Dijkstra
elist. The final goal being simply to allow mail coming in from this mail server. Regards, M.L. From: Boudewijn Dijkstra To: misc Sent: Wednesday, August 14, 2013 12:39 PM Subject: Re: remove entry from spamdb greylist Op Tue, 13 Aug 2013 17:49:51 +0200 schre

Re: remove entry from spamdb greylist

2013-08-14 Thread Boudewijn Dijkstra
Op Tue, 13 Aug 2013 17:49:51 +0200 schreef ML mail : I am using spamd in greylisting mode and would like to delete the following entry: GREY|207.126.144.121|eu1sys200aog106.obsmtp.com|||1376398715|1376400232|1376413115|4|0 I tried the following command: spamdb -d 207.126.144.121 Unfortunat

Re: spamd and greyscanner help needed..

2012-10-16 Thread Boudewijn Dijkstra
Op Tue, 16 Oct 2012 22:01:54 +0200 schreef Joakim Aronius : I need somone to hit me with a clue-by-four.. Im trying to set up spamd and greyscanner to trap a flood of incoming spam. Now running with default settings for spamd and with recomended pf.conf rules. Can't get it to work properly.

Re: the idea of /fastboot ?

2012-10-11 Thread Boudewijn Dijkstra
Op Wed, 10 Oct 2012 03:43:35 +0200 schreef Artturi Alm : 2012/10/10 Philip Guenther : On Tue, Oct 9, 2012 at 5:01 PM, Theo de Raadt wrote: Yes, it is a relic. You may take action against it, Ted. Don't forget to also remove the shutdown(8) bits that use it. Philip Guenther was bored,

Re: OpenBSD's webpage desing

2012-06-27 Thread Boudewijn Dijkstra
Op Wed, 27 Jun 2012 10:54:11 +0200 schreef Hugo Osvaldo Barrera : On 2012-06-26 18:46, Pablo Velasco Fernández wrote: Hi. I was loolong the FreeBSD web page. And its a cool page with a cool desing. Maybe OpenBSD should change their own page to a most "visual" web page. ( Its only my opinion ) Wh

spamd(8) more persistent blacklisting

2012-06-04 Thread Boudewijn Dijkstra
Hello folks, Here's a suggested improvement to spamd(8) that keeps blacklisted entries tarpitted while they keep trying. Rationale: often blacklists like uatraps will remove hosts because they have stopped trying there, but will continue elsewhere. If your host is 'elsewhere', and a black

Re: OpenBSD 5.0-current (GENERIC) #65: Thu Nov 3 00:58:36 MDT 2011

2012-01-20 Thread Boudewijn Dijkstra
Op Fri, 20 Jan 2012 11:12:31 +0100 schreef Remco : Martin Pelikan wrote: On Thu, Jan 19, 2012 at 06:16:59PM +0100, Francois Pussault wrote: I use this : # echo $PKG_PATH ftp://ftp.openbsd.org/pub/OpenBSD/5.0/packages/sparc64/ In case someone googles that and would think it's a good idea to

Re: spamd-setup in crontab

2011-11-14 Thread Boudewijn Dijkstra
Op Mon, 14 Nov 2011 15:28:43 +0100 schreef "James J. Lippard" : I had the same problem, which I worked around by changing my spamd.conf to use a local file instead of FTP, and downloading the traplist.gz file in my daily.local. That is, my spamd.conf now looks like this: uatraps:\ :bla

Re: dedicating a server to spamd

2011-10-26 Thread Boudewijn Dijkstra
Op Tue, 25 Oct 2011 15:17:45 +0200 schreef ML mail : Many thanks for your solution based on using the local sendmail installation. That makes sense and sendmail will then be taking care of routing the mails to the qmail server, a nice solution which I will give a go. So is this basically th

Re: dhclient, resolv.conf

2011-10-24 Thread Boudewijn Dijkstra
Op Sat, 22 Oct 2011 10:41:56 +0200 schreef Philippe Meunier : Kenneth R Westerback wrote: If you are using dhclient, then /etc/resolv.conf is not really a configuration file. Unless your machine runs its own DNS server. Then you really don't want dhclient-script to mess with your /etc/resolv

Re: spamd.black & pfctl

2011-10-10 Thread Boudewijn Dijkstra
Op Mon, 10 Oct 2011 12:12:23 +0200 schreef "pavel pocheptsov" : hello misc. I have spamd before mail server. and it's work nice with liberal setting like this: spamd_flags="-v -l 127.0.0.1 -G 10:4:864 -h mail.server" pf.conf: [...] block in log quick on { $ext_if_a, $ext_if_b } from { , ,

Re: fortune(6) lies

2011-06-24 Thread Boudewijn Dijkstra
Op Fri, 24 Jun 2011 13:12:44 +0200 schreef Nick Holland : On 06/24/11 04:44, Boudewijn Dijkstra wrote: Some of the historic fortune(6) adages are good to have, but I have my doubts about this one: === Imagine that Cray

fortune(6) lies

2011-06-24 Thread Boudewijn Dijkstra
Some of the historic fortune(6) adages are good to have, but I have my doubts about this one: === Imagine that Cray computer decides to make a personal computer. It has a 150 MHz processor, 200 megabytes of RAM, 1500 megabytes o

Re: man cp: -i versus -f

2011-06-15 Thread Boudewijn Dijkstra
Op Wed, 15 Jun 2011 16:52:12 +0200 schreef Jan Stary : The manpage of cp says -f For each existing destination pathname, remove it and create a new file, without prompting for confirmation, regardless of its permissions. This option overrides any use of -i

Re: spamd in blacklist mode 4.8 not working?

2011-05-25 Thread Boudewijn Dijkstra
Op Wed, 25 May 2011 15:46:01 +0200 schreef Ivo Chutkin : On 25.5.2011 P3. 15:32 Q%07., Stuart Henderson wrote: On 2011-05-25, Ivo Chutkin wrote: Hello Misc, Some months ago I upgraded my firewall to 4.8 -stable form 4.5. Everything went well except my spamd setup. I run it in blacklist mode

Re: A bad entry in the spamdb kills pfctl

2010-11-24 Thread Boudewijn Dijkstra
Op Tue, 23 Nov 2010 18:05:14 +0100 schreef Peter Fraser : Somehow I have an bad entry in my /var/db/spamdb the entry in question is a follows. GREY|kadorken.thspamdb -t -a itroll.03092...@thinkage.chinkage.on.ca|spamdb -t -a kgdykesb...@thinkage.on.ca|spamdb -t -a kgdykesb...@thinkage.on.

Re: spamd -G whiteexp not honored?

2010-11-02 Thread Boudewijn Dijkstra
Op Mon, 01 Nov 2010 20:08:00 +0100 schreef Daniel Perup : I'm having problems with spamd and the -G option. It seems that spamd does not honor the whiteexp value at all, but uses the default value at all times: That is a sweeping statement, coming from just one test case. # pkill spam # /u

Re: zombies - solved

2008-03-12 Thread Boudewijn Dijkstra
n what if the HTTP request reads something like "GET [::1]" ? -- Boudewijn Dijkstra Indes - IDS B.V. +31 345 545 535

Re: The Dilbert Problem...

2008-03-05 Thread Boudewijn Dijkstra
ell cause an additional slowdown. -- Boudewijn Dijkstra Indes - IDS B.V. +31 345 545 535

Re: Monitoring Battery...

2008-02-25 Thread Boudewijn Dijkstra
tisfactory. apm(8) I tried 'apm -b' to get the battery status, but it showed 255, which is 'unknown', is it because my laptop isn't properly supported? $ if [ `dmesg|grep apm` ];then echo No.;else echo Yes.;fi -- Boudewijn Dijkstra Indes - IDS B.V. +31 345 545 535

Re: Monitoring Battery...

2008-02-25 Thread Boudewijn Dijkstra
et? I googled for "monitoring battery openbsd" but got nothing satisfactory. $ apropos power|grep '(8)' apm (8) - Advanced Power Management control program apmd (8) - Advanced Power Management monitor daemon -- Boudewijn Dijkstra Indes - IDS B.V. +31 345 545 535