SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
3
mail/milter-regex/pkg/DESCR
Normal file
3
mail/milter-regex/pkg/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
|||
milter-regex is a sendmail milter plugin that allows to reject mail
|
||||
based on regular expressions matching SMTP envelope parameters and
|
||||
mail headers and body.
|
10
mail/milter-regex/pkg/PLIST
Normal file
10
mail/milter-regex/pkg/PLIST
Normal file
|
@ -0,0 +1,10 @@
|
|||
@newgroup _milter-regex:527
|
||||
@newuser _milter-regex:527:_milter-regex::milter-regex Account:/nonexistent:/sbin/nologin
|
||||
@extraunexec rm -rf /var/spool/milter-regex/*
|
||||
@bin libexec/milter-regex
|
||||
@man man/man8/milter-regex.8
|
||||
@rcscript ${RCDIR}/milter_regex
|
||||
@mode 700
|
||||
@owner _milter-regex
|
||||
@group _milter-regex
|
||||
@sample /var/spool/milter-regex/
|
9
mail/milter-regex/pkg/milter_regex.rc
Normal file
9
mail/milter-regex/pkg/milter_regex.rc
Normal file
|
@ -0,0 +1,9 @@
|
|||
#!/bin/ksh
|
||||
|
||||
daemon="${TRUEPREFIX}/libexec/milter-regex"
|
||||
|
||||
. /etc/rc.d/rc.subr
|
||||
|
||||
rc_reload=NO
|
||||
|
||||
rc_cmd $1
|
Loading…
Add table
Add a link
Reference in a new issue