Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
policyd
policyd
Commits
a3d34678
Commit
a3d34678
authored
May 05, 2009
by
Nigel Kukard
Browse files
* Copyright update
parent
6331efc4
Changes
122
Hide whitespace changes
Inline
Side-by-side
cbp/cache.pm
View file @
a3d34678
# Caching engine
# Copyright (C) 200
7 Nigel Kukard <nkukard@lbsd.net>
# Copyright (C) 200
9, AllWorldIT
# Copyright (C) 2008, LinuxRulz
# Copyright (C) 2007 Nigel Kukard <nkukard@lbsd.net>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
...
...
cbp/config.pm
View file @
a3d34678
# Globals for server
# Copyright (C) 200
5-2007 Nigel Kukard <nkukard@lbsd.net>
# Copyright (C) 200
9, AllWorldIT
# Copyright (C) 2008, LinuxRulz
# Copyright (C) 2005-2007 Nigel Kukard <nkukard@lbsd.net>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
...
...
cbp/dbilayer.pm
View file @
a3d34678
# Database independent layer module
# Copyright (C) 200
5-2007 Nigel Kukard <nkukard@lbsd.net>
# Copyright (C) 200
9, AllWorldIT
# Copyright (C) 2008, LinuxRulz
# Copyright (C) 2005-2007 Nigel Kukard <nkukard@lbsd.net>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
...
...
cbp/dblayer.pm
View file @
a3d34678
# Common database layer module
# Copyright (C) 200
5-2007 Nigel Kukard <nkukard@lbsd.net>
# Copyright (C) 200
9, AllWorldIT
# Copyright (C) 2008, LinuxRulz
# Copyright (C) 2005-2007 Nigel Kukard <nkukard@lbsd.net>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
...
...
cbp/dummy.pm
deleted
100644 → 0
View file @
6331efc4
# Author: Nigel Kukard <nkukard@lbsd.net>
# Date: 2007-06-08
# Desc: Dummy module
package
cbp::
dummy
;
use
strict
;
use
warnings
;
use
cbp::
modules
;
# User plugin info
our
$pluginInfo
=
{
name
=>
"
Dummy Plugin
",
check
=>
\
&check
,
};
# Check the request
sub
check
{
my
$request
=
shift
;
return
0
;
}
1
;
# vim: ts=4
cbp/logging.pm
View file @
a3d34678
# Author: Nigel Kukard <nkukard@lbsd.net>
# Date: 2007-06-21
# Desc: Logging constants
# Logging constants
# Copyright (C) 2009, AllWorldIT
# Copyright (C) 2008, LinuxRulz
# Copyright (C) 2005-2007 Nigel Kukard <nkukard@lbsd.net>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License along
# with this program; if not, write to the Free Software Foundation, Inc.,
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
package
cbp::
logging
;
...
...
cbp/modules/AccessControl.pm
View file @
a3d34678
# Access control module
# Copyright (C) 2009, AllWorldIT
# Copyright (C) 2008, LinuxRulz
#
# This program is free software; you can redistribute it and/or modify
...
...
cbp/modules/CheckHelo.pm
View file @
a3d34678
# Helo checking module
# Copyright (C) 2009, AllWorldIT
# Copyright (C) 2008, LinuxRulz
#
# This program is free software; you can redistribute it and/or modify
...
...
cbp/modules/CheckSPF.pm
View file @
a3d34678
# SPF checking module
# Copyright (C) 2009, AllWorldIT
# Copyright (C) 2008, LinuxRulz
#
# This program is free software; you can redistribute it and/or modify
...
...
cbp/modules/Core.pm
View file @
a3d34678
# Core module
# Copyright (C) 2009, AllWorldIT
# Copyright (C) 2008, LinuxRulz
#
# This program is free software; you can redistribute it and/or modify
...
...
cbp/modules/Greylisting.pm
View file @
a3d34678
# Greylisting module
# Copyright (C) 2009, AllWorldIT
# Copyright (C) 2008, LinuxRulz
#
# This program is free software; you can redistribute it and/or modify
...
...
cbp/modules/Quotas.pm
View file @
a3d34678
# Quotas module
# Copyright (C) 2009, AllWorldIT
# Copyright (C) 2008, LinuxRulz
#
# This program is free software; you can redistribute it and/or modify
...
...
cbp/policies.pm
View file @
a3d34678
# Policy handling functions
# Copyright (C) 2009, AllWorldIT
# Copyright (C) 2008, LinuxRulz
#
# This program is free software; you can redistribute it and/or modify
...
...
cbp/protocols.pm
View file @
a3d34678
# Protocols, common stuff
# Copyright (C) 200
7
,
Nigel Kukard <nkukard@lbsd.net>
# Copyright (C) 200
9
,
AllWorldIT
# Copyright (C) 2008, LinuxRulz
# Copyright (C) 2007, Nigel Kukard <nkukard@lbsd.net>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
...
...
cbp/protocols/Bizanga.pm
View file @
a3d34678
# Bizanga protocol support module
# Copyright (C) 2009, AllWorldIT
# Copyright (C) 2008, LinuxRulz
#
# This program is free software; you can redistribute it and/or modify
...
...
cbp/protocols/Postfix.pm
View file @
a3d34678
# Postfix SMTP Access delegation protocol support module
# Copyright (C) 2009, AllWorldIT
# Copyright (C) 2008, LinuxRulz
#
# This program is free software; you can redistribute it and/or modify
...
...
cbp/system.pm
View file @
a3d34678
# System functions
# Copyright (C) 2009, AllWorldIT
# Copyright (C) 2008, LinuxRulz
#
# This program is free software; you can redistribute it and/or modify
...
...
cbp/tracking.pm
View file @
a3d34678
# Message tracking functions
# Copyright (C) 2009, AllWorldIT
# Copyright (C) 2008, LinuxRulz
#
# This program is free software; you can redistribute it and/or modify
...
...
cbp/version.pm
View file @
a3d34678
# Cluebringer version package
# Copyright (C) 200
7
,
Nigel Kukard <nkukard@lbsd.net>
# Copyright (C) 200
9
,
AllWorldIT
# Copyright (C) 2008, LinuxRulz
# Copyright (C) 2007, Nigel Kukard <nkukard@lbsd.net>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
...
...
cbpadmin
View file @
a3d34678
#
!/usr/bin/perl
#
Cluebringer
administration
tool
#
Copyright
(
C
)
2009
,
AllWorldIT
#
Copyright
(
C
)
2008
,
LinuxRulz
#
#
This
program
is
free
software
;
you
can
redistribute
it
and
/
or
modify
...
...
Prev
1
2
3
4
5
…
7
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment