diff options
author | loader <loader@FreeBSD.org> | 2017-05-31 15:15:20 +0800 |
---|---|---|
committer | loader <loader@FreeBSD.org> | 2017-05-31 15:15:20 +0800 |
commit | 395c8a65de77ed43c9c90933024834dbe9675f80 (patch) | |
tree | 9725ac19ccaf579142e93887f94f4a79afab855c /mail/Makefile | |
parent | 2d0deb8928eca9367debb660aa678709af250727 (diff) | |
download | freebsd-ports-graphics-395c8a65de77ed43c9c90933024834dbe9675f80.tar.gz freebsd-ports-graphics-395c8a65de77ed43c9c90933024834dbe9675f80.tar.zst freebsd-ports-graphics-395c8a65de77ed43c9c90933024834dbe9675f80.zip |
[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
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 22ab4a08d28..9985bbed6e1 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 |