diff options
author | Fukang Chen <loader@FreeBSD.org> | 2017-05-31 07:15:20 +0000 |
---|---|---|
committer | Fukang Chen <loader@FreeBSD.org> | 2017-05-31 07:15:20 +0000 |
commit | 9f1cce221f1021d4a0cb14d00079f27b5ecea58a (patch) | |
tree | 9725ac19ccaf579142e93887f94f4a79afab855c /mail/Makefile | |
parent | 1259a0b7fcdee578b0305a1eddcd56321661681f (diff) |
[NEW PORT] mail/py-pymailq: Postfix queue control python tool
The pymailq module makes it easy to view and control Postfix mails
queue. It provide several classes to store, view and interact with
mail queue using Postfix command line tools. This module is provided
for automation and monitoring developments.
WWW: https://github.com/outini/pymailq
Reviewed_by: koobs, mat
Approved by: koobs (ports)
Differential_Revision: D10976
Notes
Notes:
svn path=/head/; revision=442139
Diffstat (limited to 'mail/Makefile')
-rw-r--r-- | mail/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index 22ab4a08d28b..9985bbed6e15 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -543,6 +543,7 @@ SUBDIR += py-milter SUBDIR += py-notmuch SUBDIR += py-ppolicy + SUBDIR += py-pymailq SUBDIR += py-pyspf SUBDIR += py-spambayes SUBDIR += py-twistedMail |