[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: pf table format for spamd
Jay Moore wrote:
>Is the table created by spamd-setup structured differently from any
>other table used by pf?
>
>
No.
>As I understand the docs, a redirect rule in pf.conf that uses the
>table "<spamd>" will use the table created by spamd-setup.
>
Correct. spamd-setup use "pfctl -t spamd -Tr XXX" to fill that table.
>Is the
>table name 'spamd' reserved for the exclusive use of re-directing
>connections to spamd, the daemon?
>
>
yes and no, spamd-setup is hardwired to use table name "spamd", so if
you use spamd-setup, the table name "spamd" is reserved for that usage.
So if you don'd use spamd-setup, you can do whatever you want with the
table called "spamd".
Cedric