Re: NEW: mail/dcc

2021-01-17 Thread Stuart Henderson
On 2021/01/14 10:18, Giovanni Bechis wrote:
> Maybe it's worth adding a comment about this on the Makefile ?

Thanks. I added some @comment's in the plist about this (and warning
about update-plist trying to move @sample /var/dcc/) and committed.



Re: NEW: mail/dcc

2021-01-14 Thread Giovanni Bechis
On 1/14/21 9:57 AM, Stuart Henderson wrote:
> On 2021/01/14 08:31, Giovanni Bechis wrote:
>> On Sat, Jan 09, 2021 at 04:45:48PM +, Stuart Henderson wrote:
>>> This port is for DCC (https://www.dcc-servers.net/dcc/),
>>>
>>>   'The Distributed Checksum Clearinghouses or DCC is an anti-spam content
>>>   filter that runs on a variety of operating systems. The counts can be
>>>   used by SMTP servers and mail user agents to detect and reject or filter
>>>   spam or unsolicited bulk mail. DCC servers exchange or "flood" common
>>>   checksums. The checksums include values that are constant across common
>>>   variations in bulk messages, including "personalizations."'
>>>
>>> It can be used in conjunction with various spam filtering software
>>> including rspamd, but note the license restrictions which I've summarised
>>> in DESCR and are detailed in https://www.dcc-servers.net/dcc/INSTALL.html.
>>> PERMIT_PACKAGE is disabled.
>>>
>>> ok to import?
>>>
>> few issues:
>> - make update-plist warns that groff should be used:
>> Warning: possible problematic entries in dcc-2.3.167:
>>  @man man/cat8/cdcc.0 (preformatted manpage (USE_GROFF ?) ?)
>>
>> - some directories are not created and during make install
>> this error is printed:
>> File /var/dcc/dcc_conf could not be installed:
>> No such file or directory
>> File /var/dcc/flod could not be installed:
>> No such file or directory
>> File /var/dcc/grey_flod could not be installed:
>> No such file or directory
>> File /var/dcc/grey_whitelist could not be installed:
>> No such file or directory
>> File /var/dcc/ids could not be installed:
>> No such file or directory
>>
>>  Giovanni
> 
> Thanks, I shouldn't have trusted update-plist's reordering.
> New tar attached, just moving @sample /var/dcc/ up.
> 
> The USE_GROFF warning is unavoidable, the pages are supplied
> in the distfile preformatted. groff is not needed by the port.
> 
Maybe it's worth adding a comment about this on the Makefile ?
ok giovanni@ either way.
 Thanks & Cheers
  Giovanni



Re: NEW: mail/dcc

2021-01-14 Thread Stuart Henderson
On 2021/01/14 08:31, Giovanni Bechis wrote:
> On Sat, Jan 09, 2021 at 04:45:48PM +, Stuart Henderson wrote:
> > This port is for DCC (https://www.dcc-servers.net/dcc/),
> > 
> >   'The Distributed Checksum Clearinghouses or DCC is an anti-spam content
> >   filter that runs on a variety of operating systems. The counts can be
> >   used by SMTP servers and mail user agents to detect and reject or filter
> >   spam or unsolicited bulk mail. DCC servers exchange or "flood" common
> >   checksums. The checksums include values that are constant across common
> >   variations in bulk messages, including "personalizations."'
> > 
> > It can be used in conjunction with various spam filtering software
> > including rspamd, but note the license restrictions which I've summarised
> > in DESCR and are detailed in https://www.dcc-servers.net/dcc/INSTALL.html.
> > PERMIT_PACKAGE is disabled.
> > 
> > ok to import?
> > 
> few issues:
> - make update-plist warns that groff should be used:
> Warning: possible problematic entries in dcc-2.3.167:
>  @man man/cat8/cdcc.0 (preformatted manpage (USE_GROFF ?) ?)
> 
> - some directories are not created and during make install
> this error is printed:
> File /var/dcc/dcc_conf could not be installed:
> No such file or directory
> File /var/dcc/flod could not be installed:
> No such file or directory
> File /var/dcc/grey_flod could not be installed:
> No such file or directory
> File /var/dcc/grey_whitelist could not be installed:
> No such file or directory
> File /var/dcc/ids could not be installed:
> No such file or directory
> 
>  Giovanni

Thanks, I shouldn't have trusted update-plist's reordering.
New tar attached, just moving @sample /var/dcc/ up.

The USE_GROFF warning is unavoidable, the pages are supplied
in the distfile preformatted. groff is not needed by the port.



dcc.tgz
Description: application/tar-gz


Re: NEW: mail/dcc

2021-01-13 Thread Giovanni Bechis
On Sat, Jan 09, 2021 at 04:45:48PM +, Stuart Henderson wrote:
> This port is for DCC (https://www.dcc-servers.net/dcc/),
> 
>   'The Distributed Checksum Clearinghouses or DCC is an anti-spam content
>   filter that runs on a variety of operating systems. The counts can be
>   used by SMTP servers and mail user agents to detect and reject or filter
>   spam or unsolicited bulk mail. DCC servers exchange or "flood" common
>   checksums. The checksums include values that are constant across common
>   variations in bulk messages, including "personalizations."'
> 
> It can be used in conjunction with various spam filtering software
> including rspamd, but note the license restrictions which I've summarised
> in DESCR and are detailed in https://www.dcc-servers.net/dcc/INSTALL.html.
> PERMIT_PACKAGE is disabled.
> 
> ok to import?
> 
few issues:
- make update-plist warns that groff should be used:
Warning: possible problematic entries in dcc-2.3.167:
 @man man/cat8/cdcc.0 (preformatted manpage (USE_GROFF ?) ?)

- some directories are not created and during make install
this error is printed:
File /var/dcc/dcc_conf could not be installed:
No such file or directory
File /var/dcc/flod could not be installed:
No such file or directory
File /var/dcc/grey_flod could not be installed:
No such file or directory
File /var/dcc/grey_whitelist could not be installed:
No such file or directory
File /var/dcc/ids could not be installed:
No such file or directory

 Giovanni


signature.asc
Description: PGP signature


NEW: mail/dcc

2021-01-09 Thread Stuart Henderson
This port is for DCC (https://www.dcc-servers.net/dcc/),

  'The Distributed Checksum Clearinghouses or DCC is an anti-spam content
  filter that runs on a variety of operating systems. The counts can be
  used by SMTP servers and mail user agents to detect and reject or filter
  spam or unsolicited bulk mail. DCC servers exchange or "flood" common
  checksums. The checksums include values that are constant across common
  variations in bulk messages, including "personalizations."'

It can be used in conjunction with various spam filtering software
including rspamd, but note the license restrictions which I've summarised
in DESCR and are detailed in https://www.dcc-servers.net/dcc/INSTALL.html.
PERMIT_PACKAGE is disabled.

ok to import?

Index: infrastructure/db/user.list
===
RCS file: /cvs/ports/infrastructure/db/user.list,v
retrieving revision 1.382
diff -u -p -r1.382 user.list
--- infrastructure/db/user.list 12 Dec 2020 07:30:48 -  1.382
+++ infrastructure/db/user.list 9 Jan 2021 16:44:07 -
@@ -371,3 +371,4 @@ id  usergroup   port
 860 _dendrite  _dendrite   net/dendrite
 861 _i2p   _i2pnet/i2p
 862 _blackboxexporter  _blackboxexporter   sysutils/blackbox_exporter
+863 _dcc   _dccmail/dcc



dcc.tgz
Description: application/tar-gz