# # $SRC_Id: README.tmpl,v 1.3 2014/04/03 14:34:27 craski-shell_86 Exp $ # # # =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- # Function # ======== # OpenBSD pf spamd database assistant # # =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- # Description # =========== # Refer to the DESCRIPTION section of the POD, man or HTML page. # # =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- # Source code access # ================== # # # Home page & HTTP download: # http://web.britvault.co.uk/products/spamdba/ # # Anonymous CVS checkout: # *** NOTE: Neither password nor network encryption is needed. # you$ cd $(mktemp -d) you$ export CVSROOT=':pserver:anoncvs@src.britvault.co.uk:/var/spool/cvs' you$ cvs -q checkout -P spamdba # # When done editing, generate a diff of your work, then # send it with your comments to the mailing list below: # you$ cvs -q diff -uNp spamdba/ | tee spamdba.$$.diff # # Mailing list for discussion & diffs/patches: # post: spamdba@britvault.co.uk join: spamdba+subscribe@britvault.co.uk leave: spamdba+unsubscribe@britvault.co.uk # # =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- # Building # ======== # The script 'spamdba' is included in the tarball/CVS repository, which has been built by running the included './release.ksh build' # # =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- # Installing # ========== # The built script could be installed in /usr/local/sbin you$ sudo install -b -p -S -o root -g bin -m 0555 spamdba /usr/local/sbin you$ ls -lo /usr/local/sbin/spamdba -r--r--r-- 1 root bin - 5535 Mar 31 19:53 /usr/local/sbin/spamdba Also see the SECURITY section of spamdba(8) or spamdba.html#SECURITY # # =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- #