33 lines
784 B
Markdown
33 lines
784 B
Markdown
|
# Bits and pieces of INN config
|
||
|
|
||
|
Up to now this is just some hodgepodge of config snippets;
|
||
|
when (if!) I'll manage to spare some time, I'll try to
|
||
|
structure it a bit ...
|
||
|
|
||
|
------------------------------------------------------------
|
||
|
|
||
|
## Authentication programs
|
||
|
|
||
|
### auth/perl_mysql
|
||
|
|
||
|
Perl script to authenticatie against a MySQL database
|
||
|
|
||
|
Copy to `/usr/lib/news/bin/auth/passwd/perl_mysql`.
|
||
|
|
||
|
------------------------------------------------------------
|
||
|
## Filters
|
||
|
|
||
|
### filter/filter_nnrpd.pl
|
||
|
|
||
|
Posting filter to add Cancel-Lock and Cancel-Key
|
||
|
|
||
|
Copy to `/etc/news/filter/filter_nnrpd.pl`.
|
||
|
|
||
|
### filter/cleanfeed.local
|
||
|
|
||
|
Posting filter to add Cancel-Lock and Cancel-Key
|
||
|
|
||
|
Copy to `/etc/news/filter/cleanfeed/etc/cleanfeed.local`.
|
||
|
|
||
|
------------------------------------------------------------
|