policyd-rate-limit 1.0.1.1-2.1ubuntu0.1 source package in Ubuntu

Changelog

policyd-rate-limit (1.0.1.1-2.1ubuntu0.1) noble; urgency=medium

  * Ensure fixed version of py3compile/py3clean is used when upgrading
    (LP: #2075337)

 -- Dave Jones <email address hidden>  Sun, 25 Aug 2024 23:27:31 +0100

Upload details

Uploaded by:
Dave Jones
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble updates universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
policyd-rate-limit_1.0.1.1.orig.tar.gz 38.9 KiB c53d0acaf363db6ab957a8bfa5df60c2daa8fe78feb1af6f833e5becbbfcd7d4
policyd-rate-limit_1.0.1.1.orig.tar.gz.asc 833 bytes 7a5a991ff51843317257dfab2b9d29237aa9332e1ed53f300b3f6513e8528234
policyd-rate-limit_1.0.1.1-2.1ubuntu0.1.debian.tar.xz 19.3 KiB 63adc7c1dcca75896af26df855ece72a7180d3bb43fce2e507a3789c16b147a8
policyd-rate-limit_1.0.1.1-2.1ubuntu0.1.dsc 2.5 KiB 92a543d5dbcb30ff927364542bdbdd132761c3e0bf4da6e2b3b5dc9e10c07184

View changes file

Binary packages built by this source

policyd-rate-limit: postfix policy daemon limiting the number of mails a user can send

 policyd-rate-limit is a simple postfix policy daemon written in python3
 allowing to limit the number of mails a user can send over time.
 Users are identified either via their sasl usernames or their ip addresses.
 Limitation rules are a list of couples (number of mails, number of seconds).
 If a user has sent more than number of mails in number of seconds,
 a configurable error is returned to the user.