> On Sat, 2 Jan 2016, Sunil Nimmagadda wrote:
> 
> >> Also, in the package you mention, there appears to be no documentation
> >> about how to use the filters.
> >
> > man smptd.conf, specifically these sections...
> > filter name filter [arguments]
> > listen on .... [filter name] ...
> 
> I pulled down 5.7.3, from October 2015, from the web-site and there is no
> 
> filter name filter [arguments]
> 
> nor any examples.
> 
> >> Where are the source files for these extra packages? Is there some
> >> documentation there, either explicitly or embedded in the sources?
> >
> > https://github.com/OpenSMTPD/OpenSMTPD-extras/tree/master/extras/wip/filter
s
> >
> > All the filters have a manpage.
> 
> What is the simplest way to use 'git' to pull down the lot.
> 
> The tarballs on the web site and the CVS stuff seems way out of date.

Filters require you to be -current. On OpenBSD the simplest way to test...

1. Install a recent snapshot.
2. pkg_add opensmtpd-extras.
3. smtpd.conf similar to...
...
filter dnsbl dnsbl
listen on ... filter dnsbl ...
...
4. # smtpd -dv -Tfilters (and share logs if you encounter any errors).

The portable version is actively worked on to fix a few minor issues;
the best way to test it on other platforms is to wait for a snapshot
to be published in coming days.

--
You received this mail because you are subscribed to [email protected]
To unsubscribe, send a mail to: [email protected]

Reply via email to