aboutsummaryrefslogtreecommitdiff
path: root/mail/squirrelmail-squirrel_logger-plugin
Commit message (Collapse)AuthorAgeFilesLines
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*Dmitry Marakasov2016-05-191-7/+7
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415499
* - Drop @dirrm* from plistDmitry Marakasov2015-08-031-2/+0
| | | | Notes: svn path=/head/; revision=393480
* Move plugin installation into the plist, rather than post-install, soAdam Weinberger2014-08-281-4/+3
| | | | | | | | | that it will work when installed from binary pkg. Bump PORTREVISION on all plugins for this. Notes: svn path=/head/; revision=366415
* - Stage supportMartin Wilke2014-02-181-2/+0
| | | | | | | - While here cleanup some whitespaces / dependencys Notes: svn path=/head/; revision=344880
* It turns out that letting bsd.squirrelmail.mk define CATEGORIESAdam Weinberger2013-12-121-0/+2
| | | | | | | | | | | | | broke PKGORIGIN, which is created in bsd.port.pre.mk. Oops. So, I've added CATEGORIES back to all the plugins, and bumped PORTREVISION so that packages with correct origins can be created. Thanks to: Stefan Bethke <stb@lassitu.de> Notes: svn path=/head/; revision=336240
* Reset maintainer:Erwin Lansing2013-12-111-1/+1
| | | | | | | | | | | <morinaga@riken.jp>: host postmangw2.riken.jp[134.160.33.164] said: 550 5.1.1 <morinaga@riken.jp>: Recipient address rejected: undeliverable address: host 134.160.33.167[134.160.33.167] said: 550 5.1.1 <morinaga@riken.jp>: Recipient address rejected: User unknown in local recipient table (in reply to RCPT TO command) (in reply to RCPT TO command) Notes: svn path=/head/; revision=336160
* Create a generic PKGMESSAGE, and use it where appropriate.Adam Weinberger2013-12-082-9/+5
| | | | | | | | | | | | | Make sure that bsd.port.pre.mk is included before bsd.squirrelmail.mk. For ports with maintainers, I haven't switched you to the new PKGMESSAGE, but I have corrected paths in pkg-message.in where necessary. I also got a little over-zealous in cleaning redundant definitions from the headers. Apologies in advance if this rubs you the wrong way. Notes: svn path=/head/; revision=335921
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | mail) Notes: svn path=/head/; revision=327742
* CATEGORIES is defined in bsd.squirrelmail.mk which is always loaded after ↵Baptiste Daroussin2013-06-271-9/+3
| | | | | | | | | | | | .mk inclusion leading to PKGORIGIN not being set when needed. Nothing requires bsd.squirrelmail to be loaded after bsd.port.pre.mk but the PORTDIR. Convert "${PORTDIR}/mail" to ${.CURDIR}/.. and remove all the pre.mk/post.mk dancine Reported by: erwin Notes: svn path=/head/; revision=321853
* - remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276989
* This plugin implements logging functionality for your webmail interface.Thomas Abthorpe2010-08-055-0/+70
You can choose to log to a database, a file, your system log, or any combination thereof. You can also choose which kinds of events to log, including login events, logout events, login error events, all outgoing messages, possible outgoing spam messages, and other error events. Also included is monitoring functionality that will send alert emails to the administrator when certain events trigger. If you use the timeout_user plugin, logout events caused by user timeouts will be captured. Log message format is also completely custom-defined to meet your needs in the configuration file. WWW: http://www.squirrelmail.org/plugin_view.php?id=52 PR: ports/148587 Submitted by: Satoru Suzuki <xsuzu at yokohama.riken.jp> Notes: svn path=/head/; revision=258810