Re: smtpd.conf - network

2011-10-03 Thread Gilles Chehade
Hi, Actually I prefer the first diff as the "additionnal netblocks may be defined" is implicit due to the rule expansion. accept from { 192.168.1.1, 192.168.2.0/24 } [...] This is akin to having two rules and is already described in the man page. The first version of the diff will b

Re: smtpd.conf - network

2011-10-03 Thread David Walker
Hi Gilles. On 03/10/2011, Gilles Chehade wrote: > Hi, > > Will commit it tomorrow evening when I'm home, > thansk ! Thanks, except it was lame ... ... made from the specified network specified in CIDR notation. . ^^ ^

Re: smtpd.conf - network

2011-10-02 Thread Gilles Chehade
Hi, Will commit it tomorrow evening when I'm home, thansk ! Gilles On Mon, Oct 03, 2011 at 06:31:13AM +1030, David Walker wrote: > > As always ... thanks. > > My first ever diff ... > ... which was done manually ... > ... involving cvsweb, a Windows machine, a USB stick, etcetera. > If it's u

Re: smtpd.conf - network

2011-10-02 Thread David Walker
Hi Gilles. On 01/10/2011, Gilles Chehade wrote: > Hi, > > The format for network is as follow: > > accept from 192.168.0.0/16 [...] As always ... thanks. My first ever diff ... ... which was done manually ... ... involving cvsweb, a Windows machine, a USB stick, etcetera. If it's useless

Re: smtpd.conf - network

2011-10-01 Thread Gilles Chehade
On Sat, Oct 01, 2011 at 06:31:37PM +0930, David Walker wrote: > Hi. > > In smtpd.conf(5) ... > > accept | reject > > from network > The rule matches if the connection is made from the spec- > ified network. > > What is the format for n