diff options
author | itetcu <itetcu@FreeBSD.org> | 2008-02-17 22:12:28 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2008-02-17 22:12:28 +0800 |
commit | 8e242f05d809858dcf91ce61007efedf9949e46c (patch) | |
tree | 4b2cd68ae24a691c115bed9f9c8e6ed8ad0e9b73 /mail/Makefile | |
parent | 941ce7a1f89bfdb37c44c52b4f94f148654d81f3 (diff) | |
download | freebsd-ports-gnome-8e242f05d809858dcf91ce61007efedf9949e46c.tar.gz freebsd-ports-gnome-8e242f05d809858dcf91ce61007efedf9949e46c.tar.zst freebsd-ports-gnome-8e242f05d809858dcf91ce61007efedf9949e46c.zip |
This plugin will check and display users' mail quota status. Current and
maximum quota usage is displayed in easy-to-read graphical format. Optional
warnings may also be displayed to users who are nearing their quota allocation
when they log in (where the "Message Of The Day" would normally be displayed).
This plugin is compatible with three types of mail quota systems:
UNIX (filesystem), IMAP-based, and cPanel quotas.
WWW: http://www.squirrelmail.org/plugin_view.php?id=237
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 eeef6dc20af9..4cbd82af957b 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -591,6 +591,7 @@ SUBDIR += squirrelmail-calendar_sql_backend-plugin SUBDIR += squirrelmail-change_ldappass-plugin SUBDIR += squirrelmail-change_sqlpass-plugin + SUBDIR += squirrelmail-check_quota-plugin SUBDIR += squirrelmail-compatibility-plugin SUBDIR += squirrelmail-compatibility-plugin1 SUBDIR += squirrelmail-devel |