ejabberd-mod-spam-filter
ejabberd module to filter spam messages based on JID/content
This module allows for filtering spam messages and subscription requests
received from remote servers based on lists of known spammer JIDs and/or
URLs mentioned in spam messages. Traffic classified as spam is rejected
with an error (and an [info] message is logged) unless the sender is
subscribed to the recipient's presence. An access rule can be specified
to control which recipients are subject to spam filtering
libdi5
Common libraries for di
The libdi package provides the shared libraries for the advanced
disk information utility
maildrop
mail delivery agent with filtering abilities (set-GID=mail)
maildrop is a mail delivery agent (MDA), a program which reads a mail
message from standard input and then delivers the message to your mailbox.
mt-st
Linux SCSI tape driver aware magnetic tape control (aka mt)
Mt-st contains a version of "mt" that is aware of Linux's SCSI tape
driver. Mt-st is able to set some esoteric control flags like tape partitions.
libpam-ldapd
PAM module for using LDAP as an authentication service
This package provides a Pluggable Authentication Module that provides user
authentication, authorization and password management based on credentials
stored in an LDAP server.
libobjenesis-java
Java library to instantiate a new object of a particular class
Objenesis is a small Java library that serves one purpose: to instantiate a
new object of a particular class.
Java already supports this dynamic instantiation of classes using
Class.newInstance(). However, this only works if the class has an appropriate
constructor. There are many times when a class cannot be instantiated this
way, such as when the class contains:
* Constructors that require arguments.
* Constructors that have side effects.
* Constructors that throw exceptions.
As a result, it is common to see restrictions in libraries stating that
classes must require a default constructor.
Objenesis aims to overcomes these restrictions by bypassing the constructor
on object instantiation.