summaryrefslogtreecommitdiffstats
path: root/mail
Commit message (Collapse)AuthorAgeFilesLines
* SIZEify (maintainer timeout)trevor2004-03-31103-0/+108
|
* List size.trevor2004-03-311-0/+1
| | | | Approved by: Simon Barner (maintainer)
* Update e-mail address.trevor2004-03-311-1/+1
| | | | Submitted by: Simon Barner (maintainer)
* unbreak spamd startup.sf2004-03-302-1/+2
| | | | | o use ${spamd_pidfile}, instead of ${pidfile}. o ${spamd_pidfile} should be used after its definition.
* - Update to 0.82erwin2004-03-303-6/+15
| | | | | | | - Make PREFIX-clean under perl 5.005_03 PR: 64951 Submitted by: maintainer
* change CGIBINDIR and WEBDATADIR from .default to -distoliver2004-03-301-2/+2
| | | | Noted By: Nelis Lamprecht <nelis@brabys.co.za>
* - Use USE_ICONV knobkrion2004-03-3012-23/+12
| | | | Approved by: portmgr
* cosmetic changes.ume2004-03-3010-65/+65
|
* Add bash to RUN_DEPENDS list.osa2004-03-301-8/+15
| | | | Use REINPLACE_CMD for correct path to bash.
* Update to 0.9.5.osa2004-03-302-2/+3
| | | | | | SIZEfy. Submitted by: Mads Martin Joergensen <mmj@mmj.dk> via ports maillist
* - add WITH_CHARSETS which allows you to enable unicode charsetsoliver2004-03-302-1/+24
| | | | | | | - fix creating rfc2047 message headers Submitted By: Dmitry Sukhodoev <raven@bingo.ru> PR: 64900
* Update to 2.0.17.marcus2004-03-303-4/+5
|
* - Add support for db42pav2004-03-2910-100/+230
| | | | | | PR: ports/64801 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> Approved by: maintainer
* - fix missing quotes.dinoex2004-03-292-4/+4
|
* Upgrade the SpamBouncer to 20040328.thierry2004-03-292-4/+4
| | | | Approved by: mat (implicit).
* Mark FORBIDDEN due to multiple buffer overflow and format stringnectar2004-03-281-0/+2
| | | | | | vulnerabilities. http://vuxml.freebsd.org/ce46b93a-80f2-11d8-9645-0020ed76ef5a.html
* - SIZEifymarkus2004-03-281-0/+1
| | | | | Submitted by: trevor Approved by: arved (mentor)
* Remove mew*-xemacs21 by removing xemacs21 port.nork2004-03-2713-772/+0
| | | | Approved by: kiri (blanket)
* Quote variable to avoid unwanted error, even if the pathnamematusita2004-03-271-3/+3
| | | | | includes spaces. The content is changed but the previous commit is a few minutes before, don't bump PORTREVISION to avoid confusion.
* New features to popfile.sh startup script, including:matusita2004-03-272-3/+18
| | | | | | | | | | | | | | | - The default working directory can be tweaked by user; if POPFILE_USER variable is defined before, use it simply. - If POPFILE_USER variable is not defined, the script default is either ${HOME}/.popfile (old default) or /var/db/popfile if ${HOME} variable is not defined or defined as null string. - If ${POPFILE_USER} directory cannot be made, exit with error. Most casual users shouldn't affect this change, however, the script itself is changed, so bump PORTREVISION. Inspired from: http://home.jp.freebsd.org/cgi-bin/showmail/ports-jp/14635 (in Japanese)
* More chances to catch correct PID.clive2004-03-271-1/+2
| | | | No functional change.
* - make PKGNAMESUFFIX more flexibledinoex2004-03-262-2/+2
|
* - fix slight dependecy bug for sasl2dinoex2004-03-262-4/+2
|
* - make PKGNAMESUFFIX more flexibledinoex2004-03-261-1/+1
|
* - new option SENDMAIL_WITH_CONNECTION_RATEdinoex2004-03-266-0/+378
| | | | | taken from: http://j-chkmail.ensmp.fr/sm/
* - make PKGNAMESUFFIX more flexibledinoex2004-03-261-6/+3
|
* Add socket map support to the sendmail port (from 8.13.0)dinoex2004-03-266-26/+1710
| | | | | | | | | | | | | | | | | | | This will allow for easier integration with e.g. ports/mail/cyrus-imapd22, which already includes smmapd for realtime checking whether the mailbox exists and is not over quota. The patch adds 1) an extra knob in Makefile (WITH_SENDMAIL_SOCKETMAP). 3) the extra-patch-socketmap.patch is actually http://www.sendmail.org/~ca/email/patches/sendmail-8.12.7-socketmap-v4.patch slightly hacked (the pathnames) so it cleanly applies through ports(7). PR: 64566 Submitted by: Michael O. Boev - change PKGNAMESUFFIX - merge 1-line site.config.m4.* files into Makefile - update CONFLICTS
* - change PKGNAMESUFFIXdinoex2004-03-262-14/+56
| | | | - update CONFLICTS
* Add size data.trevor2004-03-261-0/+1
|
* E-mail to the maintainer bounced with:trevor2004-03-261-1/+1
| | | | | 451 codeheadsystems.com: Name server timeout Message could not be delivered for 5 days
* - Make running self-tests an optional step since it may failsergei2004-03-251-1/+5
| | | | | | | in some environments (particularlly, bento's). Move it from do-build to a new test target. Reported by: bento (via kris)
* Update to 1.996mharo2004-03-252-4/+7
| | | | | PR: 63842 Submitted by: Tim Bishop <tim@bishnet.net>
* Drop maintainershipnbm2004-03-251-1/+1
|
* Update mail/postfix-current to latest snapshot.osa2004-03-256-72/+72
| | | | | Submitted by: Vivek Khera <vivek@khera.org> (maintainer) PR: 64591
* Makes spamd's pidfile tunablemat2004-03-251-1/+1
| | | | | PR: 64713 Submitted by: sheldonh
* Update to 2.17:vs2004-03-252-2/+3
| | | | | | | | | | - Fixed bug in {n,}frm compatibility. - Added $CHK4MAIL_OPTIONS for a default options list. - Added $MAIL_UNREAD_AS_OLD as dirty alternative for -u. PR: 64666 Submitted by: Johan van Selst (maintainer) Approved by: linimon (mentor)
* Add SIZE to distinfo.nobutaka2004-03-251-0/+1
| | | | Submitted by: trevor
* Support WITHOUT_NLSkris2004-03-251-0/+4
|
* SIZE update jumbo-commit.bms2004-03-251-0/+1
| | | | Submitted by: trevor
* Add size data, approved by maintainers.trevor2004-03-244-0/+4
|
* - Fix OPTIONS usage: WITH_* must be tested after <bsd.port.pre.mk>pav2004-03-242-2/+6
| | | | | PR: ports/64629 Submitted by: Shizuka Kudo <shizukakudo_99@yahoo.com>
* * Fix pkg-install.in (thanks to Patrick Rinke)vanilla2004-03-243-2/+4
| | | | | | | | * Add 'SIZE' to distinfo * Bump version. PR: ports/64655 Submitted by: maintainer
* Upgrade the SpamBouncer to 20040323.thierry2004-03-242-4/+4
| | | | Approved by: mat (implicit).
* update 0.5.2leeym2004-03-243-15/+3
| | | | Noticed by: clive
* - Update to 0.14.0sergei2004-03-232-4/+4
|
* - SIZE'ifykrion2004-03-231-0/+1
| | | | | PR: ports/64609 Submitted by: maintainer
* - Update to version 2.10.1krion2004-03-234-8/+28
| | | | | | | - Add OPTIONS PR: ports/64571 Submitted by: maintainer
* - Update 2.0.19clement2004-03-2220-30/+50
| | | | | | | | - SIZEify - Update maintainer address PR: 64590 Submitted by: Vivek Khera <vivek@khera.org> (maintainer)
* Add SIZE data.knu2004-03-224-0/+4
| | | | Submitted by: trevor
* Merge package files from pkg-plist to Makefile.osa2004-03-222-6/+5
| | | | | | Remove unnecessary pkg-plist. Approved by: erwin (maintainer)
OpenPOWER on IntegriCloud