Re: Postfix/milter benchmarking

2014-10-24 Thread Kouhei Sutou
Hi, In "Postfix/milter benchmarking" on Thu, 23 Oct 2014 08:45:06 -0700, Julian Mehnle wrote: > I'm developing a new milter and I need to benchmark it when plugged into > Postfix. What are my best options for generating an SMTP stream of messages > directed at a single Postfix instance at

Re: Perl milters?

2012-03-14 Thread Kouhei Sutou
Hi, In "Re: Perl milters?" on Thu, 15 Mar 2012 01:30:40 +0200, karave...@mail.bg wrote: >Another > consideration was that I do not know how to test milters without running > full MTA. milter manager (*) has a test program t

[ANN] milter manager 1.8.0

2011-06-14 Thread Kouhei Sutou
Hi, milter manager 1.8.0 has been released. It's a stable release. http://milter-manager.sourceforge.net/ == About milter manager milter manager is an anti-spam and/or anti-virus software that works with Postfix. It uses existing milters as backend. == Supported platforms milter manager work

Re: selective greylisting with a long delay

2011-04-15 Thread Kouhei Sutou
Hi, In <003D9CFDC4BC4D809B6802958A7E1EC7@vxcxc6cd28d6a9> "selective greylisting with a long delay" on Sun, 10 Apr 2011 23:33:22 -0400, "pf at alt-ctrl-del.org" wrote: > Has anyone implemented or experimented with selectively > greylisting specific networks, with a long delay? Let's say > 4 h

[ANN] milter manager 1.6.0

2010-08-12 Thread Kouhei Sutou
Hi, milter manager 1.6.0 has been released. It's a stable release. http://milter-manager.sourceforge.net/ == About milter manager milter manager is an anti-spam and/or anti-virus software that works with Postfix. It uses existing milters as backend. == Supported platforms milter manager work

Re: [PATCH] support milter protocol 6 and 2 negotiation

2010-03-20 Thread Kouhei Sutou
Hi, In <20100321010757.a9eb21f3...@spike.porcupine.org> "Re: [PATCH] support milter protocol 6 and 2 negotiation" on Sat, 20 Mar 2010 21:07:57 -0400 (EDT), Wietse Venema wrote: > Wietse Venema: >> Kouhei Sutou: >> > Hi, >> > >> > Postf

[PATCH] support milter protocol 6 and 2 negotiation

2010-03-19 Thread Kouhei Sutou
Hi, Postfix 2.7.0 supports milter protocol 2, 3, 4 and 6. Postfix with milter_protocol=6 accepts a connection from a milter that uses milter protocol 2. But its milter session is broken because Postfix sends SMFIC_DATA event to the milter. In milter protocol 2, SMFIC_DATA isn't supported. So the c

Re: Milter by domain

2010-01-28 Thread Kouhei Sutou
Hi, In <4b61930c.8060...@megan.vbhcs.org> "Re: Milter by domain" on Thu, 28 Jan 2010 07:37:16 -0600, Noel Jones wrote: > Or maybe a "master" milter that can connect to multiple > secondary milters based on the recipient. It's milter manager: http://milter-manager.sourceforge.net/ milter

[ANN] milter manager 1.4.0

2009-10-15 Thread Kouhei Sutou
Hi, milter manager 1.4.0 has been released. It's a stable release. http://milter-manager.sourceforge.net/ Install: http://milter-manager.sourceforge.net/reference/install.html Upgrade: http://milter-manager.sourceforge.net/reference/upgrade.html == About milter manager milter manager is

Re: abort when client disconnects

2009-07-07 Thread Kouhei Sutou
In <20090707143705.gp12...@hn305c2n2.ms.com> "Re: abort when client disconnects" on Tue, 7 Jul 2009 10:37:05 -0400, Victor Duchovni wrote: >> > This will likely be obsoleted by the upcoming "postscreen" feature >> > under development for 2.7. So I don't expect this to be implemented >> > any

Re: abort when client disconnects

2009-07-07 Thread Kouhei Sutou
Hi, In <20090706172326.gx2...@hn305c2n2.ms.com> "Re: abort when client disconnects" on Mon, 6 Jul 2009 13:23:26 -0400, Victor Duchovni wrote: > On Mon, Jul 06, 2009 at 12:04:32PM +0900, Kouhei Sutou wrote: > >> > He means the ability to stop sleeping as

Re: abort when client disconnects

2009-07-05 Thread Kouhei Sutou
Hi, In <20090628145457.gg4...@hn305c2n2.ms.com> "Re: abort when client disconnects" on Sun, 28 Jun 2009 10:54:57 -0400, Victor Duchovni wrote: > On Sun, Jun 28, 2009 at 12:12:00PM +0200, mouss wrote: > >> > I want smtpd to abort a connection for a SMTP client as soon >> > as possible when t

abort when client disconnects

2009-06-27 Thread Kouhei Sutou
Hi, I want smtpd to abort a connection for a SMTP client as soon as possible when the client disconnects the connection before smtpd returns a response. Current: client smtpd connect -> ... command -> <- response ... command ->

Re: Multiple Milters

2009-06-11 Thread Kouhei Sutou
Hi, In <5f0a4d43797f50decd8590a59d9e6...@localhost> "Multiple Milters" on Thu, 11 Jun 2009 09:27:11 +0200, Ihsan Dogan wrote: > I'm running two spamfilters on two machines, which are accessed with > milter. In case of an error (eg: the first milter service is not running), > I would like tha

Re: how to bypass milters, whitelist hosts

2009-05-25 Thread Kouhei Sutou
Hi, In <20090525095136.gb24...@piper.oerlikon.madduck.net> "Re: how to bypass milters, whitelist hosts" on Mon, 25 May 2009 11:51:36 +0200, martin f krafft wrote: > also sprach Kouhei Sutou [2009.05.25.0148 +0200]: >> milter manager is placed at be

Re: how to bypass milters, whitelist hosts

2009-05-24 Thread Kouhei Sutou
Hi, In <20090522135110.ga...@piper.oerlikon.madduck.net> "how to bypass milters, whitelist hosts" on Fri, 22 May 2009 15:51:10 +0200, martin f krafft wrote: > how can I bypass smtpd_milters for certain hosts? > > I have asked a related question previously [0], and the only > solution seemed

[ANN] milter manager 1.0.0

2009-04-15 Thread Kouhei Sutou
Hi, milter manager 1.0.0 has been released. It's the first stable release of milter manager. http://milter-manager.sourceforge.net/ http://downloads.sourceforge.net/milter-manager/milter-manager-1.0.0.tar.gz == About milter manager milter manager is a free software to protect you from spam

Re: selective milter possible?

2009-03-31 Thread Kouhei Sutou
Oops, I drew a strange picture... 2009/3/31 Kouhei Sutou : > 2009/3/30 Rudy Gevaert : > >> I was looking for a way to do selective milter.  Meaning if a specific host >> connects I send it trough the milter. >> >> I couldn't find it however.  Is it possible? &g

Re: selective milter possible?

2009-03-31 Thread Kouhei Sutou
Hi, 2009/3/30 Rudy Gevaert : > I was looking for a way to do selective milter.  Meaning if a specific host > connects I send it trough the milter. > > I couldn't find it however.  Is it possible? You can do it with milter manager(*). (*) http://milter-manager.sourceforge.net/ milter manager is

[ANN] milter manager 0.7.0

2009-01-15 Thread Kouhei Sutou
Hi, milter manager 0.7.0 has been released. http://milter-manager.sourceforge.net/ http://sourceforge.net/project/showfiles.php?group_id=236233 ClearCode Inc. is developing milter manager for a public issue bussiness of IPA (INFORMATION-TECHNOLOGY PROMOTION AGENCY). This is the first release