Yahoo Groups archive

Milter-greylist

Index last updated: 2026-04-28 23:32 UTC

Messages

Browse messages

Page 142 of 144 · 7199 messages matched

Re: milter-greylist 1.4

2004-06-04 by Cyril Guibourg

... Je n ai pas beaucoup de temps libre (famille, boulot...) mais si je peux aider n hésite pas à me demander. Bon courage et merci pour ton soft d enfer

Thread view Attachments: 0

Re: [milter-greylist] Whitelisting

2004-06-03 by Emmanuel Dreyfus

... Consider whitelisting the netblock allocated to the sender s organisation: addr 192.0.2.0/24 sender address whitelisting is not a good thing, because

Thread view Attachments: 0

Whitelisting

2004-06-03 by Johnny Sletteland

Greetings, this is my first post here, so I guess a hello is in order. I have been using milter-greylist in production environments for a short time now, and

Thread view Attachments: 0

Re: [milter-greylist] Bug...

2004-06-02 by Matthias Scheler

... That s harmless. It just means that the greylist daemon couldn t read back an entry with an invalid e-mail address from the database file. Kind regards --

Thread view Attachments: 0

Re: [milter-greylist] Bug...

2004-06-02 by manu@netbsd.org

... What is the address? Is it valid? milter-greylist will store ill-formatted addresses in its database while running, and it will reject them on dump reload,

Thread view Attachments: 0

sender + recipient exception patch

2004-06-02 by Dan Hollis

This patch allows you to define sender+recipient exception pairs in greylist.conf. The syntax is the same as existing from clause, but you can put an

Thread view Attachments: 0

Bug...

2004-06-02 by Mason Loring Bliss

This is with version 1.2.2 on NetBSD 2.0 Beta. I haven t tried any other verisons. This happens if a grey-listed address in greylist.db has a backslash in it.

Thread view Attachments: 0

Re: [milter-greylist] peer - reply 200

2004-06-01 by manu@netbsd.org

... Sure there is, why do you think I bothered implementing that odd feature? Could you perform a tcpdump -s0 -X port 5252 during the sync attempt? That

Thread view Attachments: 0

Re: [milter-greylist] Re: is this a DoS?

2004-06-01 by manu@netbsd.org

... If you have such a big system, then you won t object throwing a few more GB of RAM to fix that problem :) -- Emmanuel Dreyfus Il y a 10 sortes de personnes

Thread view Attachments: 0

Re: [milter-greylist] Re: is this a DoS?

2004-06-01 by manu@netbsd.org

... Ok, since you really ask for it, let me rephrase: Add a config option in conf_lex.l and conf_yacc.y for this, change every occurence of a string of size

Thread view Attachments: 0

peer - reply 200

2004-06-01 by hans hm04

hi all i am running 2 mail-gateways on solaris 9 with milter-greylist 1.3.8 and tried to activate the peer statement, each with the others ip-address. in

Thread view Attachments: 0

Re: [milter-greylist] Delayed for

2004-06-01 by manu@netbsd.org

... I m not sure I correctly understand what you mean in this sentence. Could you rephrase? ... Pick up the latest source and make a diff against it. --

Thread view Attachments: 0

Re: [milter-greylist] Re: is this a DoS?

2004-06-01 by manu@netbsd.org

... Keeping everything in memory makes sense since you walk the whole greylist on each new spam that gets in. ... The biggest issue is that you have no data

Thread view Attachments: 0

Re: [milter-greylist] Re: is this a DoS?

2004-06-01 by Enrico Scholz

... My P4 2.6 calculates the md5sum of 1GiB data in 5 seconds and the sha1sum ... For milter-greylist, we will calculate the checksum of 50-200 bytes of data

Thread view Attachments: 0

Re: [milter-greylist] Re: is this a DoS?

2004-06-01 by Enrico Scholz

... securityfocus.com has bounce-addresses exceeding this; e.g. ... ( MYDOMAIN is 6 characters long in reality) ... This means, that 320 byte must be reserved

Thread view Attachments: 0

Re: [milter-greylist] Re: is this a DoS?

2004-06-01 by Emmanuel Dreyfus

... My setup has 256 MB, so yes, memory usage can be a problem for me :) ... I have no idea how costly is cryptographic hash computing. Are you sure it won t

Thread view Attachments: 0

upcoming version 1.4

2004-06-01 by Emmanuel Dreyfus

... I d like to issue a 1.4 release. Can you please check that 1.3.8 builds and runs without a hitch on your platform of choice? If no new problem is

Thread view Attachments: 0

milter-greylist-1.3.8

2004-06-01 by Emmanuel Dreyfus

Hi milter-greylist-1.3.8 is just a build warning fix. -- Emmanuel Dreyfus manu@netbsd.org

Thread view Attachments: 0

Re: [milter-greylist] Re: is this a DoS?

2004-06-01 by Emmanuel Dreyfus

... Okay, but to what value should we raise the limit? You ll laways fid some ill-configured software that sends long addreses. ... That problem is already

Thread view Attachments: 0

Re: [milter-greylist] Re: is this a DoS?

2004-06-01 by Cyril Guibourg

... I thought about MD5 when storing adresses that do not match the regex. Once the test is done, storing the hash instead of the full adress itself would save

Thread view Attachments: 0

Re: [milter-greylist] Re: is this a DoS?

2004-06-01 by Cyril Guibourg

... I wasn t speaking about the regex but the [non]matching address. If memory consumption is a problem, you can store in the db md5 hashes of addresses that

Thread view Attachments: 0

Delayed for

2004-06-01 by Alexandre CHERIF

Hi, i think it will be good idea to syslog a message for delayed time like the X-Header. there is one message for not delayed by but to for the delayed.

Thread view Attachments: 0

Re: [milter-greylist] Re: is this a DoS?

2004-06-01 by Emmanuel Dreyfus

On Tue, Jun 01, 2004 at 01:58:05PM -0000, enscensc wrote: [e-mail addresses are truncated to 32 chars] ... Hum, that s a real problem. I see several way of

Thread view Attachments: 0

Re: is this a DoS?

2004-06-01 by enscensc

... It triggers a problem when using regexp s in the configuration file. E.g. ... ^ would *never* be matched as no tested rcpt will have the characters after

Thread view Attachments: 0

milter-greylist-1.3.7 released

2004-05-31 by manu@netbsd.org

... Ok, so it s now in milter-greylist-1.3.7 This release only fixes the SIGSEGV problem on config reload. -- Emmanuel Dreyfus Il y a 10 sortes de personnes

Thread view Attachments: 0

Move to quarantaine

This moves the raw source file on disk only. The archive index is not changed automatically, so you still need to run a manual refresh afterward.