Initial commit
This commit is contained in:
commit
529efd53a1
140 changed files with 10310 additions and 0 deletions
16
include/cfg-spam.php
Normal file
16
include/cfg-spam.php
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
<?php
|
||||
|
||||
$grepbin="/usr/bin/bzgrep -i";
|
||||
|
||||
$sndr_file="/var/db/spamilter/db.sndr";
|
||||
$rcpt_file="/var/db/spamilter/db.rcpt";
|
||||
$rbl_file="/var/db/spamilter/db.rdnsbl";
|
||||
$ext_file="/var/db/spamilter/db.extensions";
|
||||
$spam_log_file="spam.log";
|
||||
$spam_log_dir="/var/log";
|
||||
|
||||
|
||||
$grey_log_file="greylist.log";
|
||||
$grey_log_dir="/var/milter-greylist";
|
||||
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue