summaryrefslogtreecommitdiff
path: root/mail (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add tlbYing-Chieh Liao2001-07-076-0/+67
| | | | | | | | | | The List Batcher, a general purpose mail list delivery engine PR: 28557 Submitted by: Anders Nordby <anders@fix.no> Notes: svn path=/head/; revision=44881
* add dkimap4Ying-Chieh Liao2001-07-0715-0/+222
| | | | | | | | | | IMAP4rev1 and POP3 server from the DBOX BBS package PR: 28244 Submitted by: Anders Nordby <anders@fix.no> Notes: svn path=/head/; revision=44851
* This port doesn't use libtool so remove the check for it.Mike Heffner2001-07-061-2/+17
| | | | | | | Noticed by: bento Notes: svn path=/head/; revision=44798
* Rip out the configure script parts that try to modify the destination dir.Peter Pentchev2001-07-0412-9/+267
| | | | | | | | | | | Let the user override the MySQL username, password and db at build time. Let the user override the vchkpw gid and the vpopmail uid. Bump PORTREVISION. Approved by: nbm (maintainer) Notes: svn path=/head/; revision=44751
* Update to 1.3.3David W. Chapman Jr.2001-07-042-7/+7
| | | | | | | | | | | Check for WITHOUT_GDBM instead of NO_GDBM Make configure_args append to existing args instead of replacing PR: 28572 Submitted by: maintainer Notes: svn path=/head/; revision=44733
* Fix WWWKevin Lo2001-07-031-1/+1
| | | | | | | | PR: 28626 Submitted by: Dominic Mitchell <dom@happygiraffe.net> Notes: svn path=/head/; revision=44700
* support NOPORTDOCS.Kevin Lo2001-07-031-17/+17
| | | | | | | | PR: 28642 Submitted by: MAINTAINER Notes: svn path=/head/; revision=44699
* Update to 0.5.10.Maxim Sobolev2001-07-033-2/+11
| | | | Notes: svn path=/head/; revision=44693
* Add slave port for Exim so that packages will be built for EximSheldon Hearn2001-07-032-0/+15
| | | | | | | that include support for LDAP using OpenLDAP2. Notes: svn path=/head/; revision=44692
* Remove a comment obsoleted by rev 1.89 of ports/mail/exim/Makefile .Sheldon Hearn2001-07-031-1/+0
| | | | Notes: svn path=/head/; revision=44691
* Fixes for building with LDAP lookup support:Sheldon Hearn2001-07-033-9/+33
| | | | | | | | | | | | | | | * Define LDAP_LIB_TYPE conditionally so that the operator can override it. * Allow OPENLDAP1 (or UMICHIGAN) and OPENLDAP2 for LDAP_LIB_TYPE, depending on the correct ports for each. The default behaviour of the port is unchanged. However, this change allows for an exim-ldap2 slave port, if desired, and limits LDAP lookup types to those that can be supported by the FreeBSD ports tree. Notes: svn path=/head/; revision=44690
* Upgrade Xfmail to version 1.5.0. Also, take over maintainership as theMike Heffner2001-07-039-18/+202
| | | | | | | | | | | original maintainer has not responded to emails and this port is very old. PR: ports/28397 Reviewed by: Duncan Barclay <dmlb@dmlb.org> (original patches) Patches fixed by: dwcjr Notes: svn path=/head/; revision=44669
* Update to 5.8.11, which supports now ODMR, so update pkg-{descr,comment} toBen Smithurst2001-07-024-7/+7
| | | | | | | | | mention ODMR to help "make search". Approved by: ve@sci.fi (maintainer) Notes: svn path=/head/; revision=44661
* Suggest the use of newsyslog(8) for log rotation. The exicyclogSheldon Hearn2001-07-023-9/+24
| | | | | | | | | | | utility supplied with Exim is intended for systems that don't have something as nifty as newsyslog(8). I'm tempted to remove the utility from the port/package, but this delta to pkg-message is less controversial. Notes: svn path=/head/; revision=44648
* Update to exim-3.31:Sheldon Hearn2001-07-0212-111/+9
| | | | | | | | | | * Incorporates two patches previously supplied with the port. * Fixes obscure bug affecting return_path transport option under certain conditions. Notes: svn path=/head/; revision=44645
* Initial import of pgen 0.1.Kevin Lo2001-07-016-0/+45
| | | | | | | | | | Pgen is a tool to generate a procmailrc file with m4 macros. PR: 28564 Submitted by: Pete Fritchman <petef@databits.net> Notes: svn path=/head/; revision=44606
* Upgrade to 3.21Andrey A. Chernov2001-06-302-2/+2
| | | | Notes: svn path=/head/; revision=44578
* o remove etc/imap/mailboxes only if empty.FUJISHIMA Satsuki2001-06-292-5/+6
| | | | | | | | | | | | o successfully exits even if etc/imap directory fails to remove. o do not overwrite mailboxes at pkg_add. o and then bump PORTREVISION. PR: 28496 Submitted by: "Scot W. Hetzel" <hetzels@westbend.net> Notes: svn path=/head/; revision=44568
* Update to 0.22Kevin Lo2001-06-292-5/+5
| | | | | | | | PR: 28490 Submitted by: MAINTAINER Notes: svn path=/head/; revision=44562
* fix pkg-plist.FUJISHIMA Satsuki2001-06-291-0/+1
| | | | | | | | PR: 28496 Submitted by: Pete Fritchman <petef@databits.net> Notes: svn path=/head/; revision=44560
* Upgrade to 3.20Andrey A. Chernov2001-06-292-3/+2
| | | | Notes: svn path=/head/; revision=44548
* New port GNUmail, a GNUstep mail client.Thomas Gellekum2001-06-286-0/+90
| | | | Notes: svn path=/head/; revision=44526
* Do not spam installed config files - instead install the config filesMark Murray2001-06-273-31/+63
| | | | | | | with '.default' suffixes. Notes: svn path=/head/; revision=44508
* Catch up with the new postgresql7 layout scheme introduced inSheldon Hearn2001-06-273-6/+6
| | | | | | | | | rev 1.75 of ports/databases/postgresql7 in April this year. This unbreaks the mysql-postgresql7 slave port. Notes: svn path=/head/; revision=44498
* Add tmda, an anti spam python application.David W. Chapman Jr.2001-06-276-0/+87
| | | | | | | | PR: 27984 Submitted by: Jason R. Mastaler <jason@mastaler.com> Notes: svn path=/head/; revision=44490
* Minor cleanup of the patch...Mikhail Teterin2001-06-261-4/+7
| | | | Notes: svn path=/head/; revision=44482
* Upgrade to 2.0.2. Add a big patch, which corrects handling of charsetsMikhail Teterin2001-06-264-3/+134
| | | | | | | | | | | not explicitly listed by TkRat, but known to TCL (koi8-u, koi8-r, for example). The patch is being reviewed by the author for inclusion into the next release. Add WWW to pkg-descr (http://www.tkrat.org/). Notes: svn path=/head/; revision=44481
* Upgrade to 3.5.6, with better GPG support.Murray Stokely2001-06-262-2/+2
| | | | | | | Submitted by: Greg Troxel <gdt@ir.bbn.com> Notes: svn path=/head/; revision=44473
* Upgrade databases/p5-DBIx-SearchBuilder to 0.39.Anton Berezin2001-06-262-2/+2
| | | | | | | | | | | Upgrade mail/p5-Email-Find to 0.04. Upgrade print/p5-Text-PDF to 0.15. Upgrade textproc/p5-Text-Tmpl to 0.24. OK'ed by: markm Notes: svn path=/head/; revision=44462
* Fix segfaults when accessing a mailbox with 512 messages.Vanilla I. Shu2001-06-261-3/+12
| | | | | | | | PR: ports/28099 Submitted by: Andre Albsmeier <andre.albsmeier@mchp.siemens.de> Notes: svn path=/head/; revision=44446
* - generate comment in sendmail.cf with standard dateDirk Meyer2001-06-2612-36/+236
| | | | | | | - apply an extension to the vacation manpage Notes: svn path=/head/; revision=44441
* Update imap-uw and cclient to 0106191041David W. Chapman Jr.2001-06-2511-94/+217
| | | | | | | | | | | | Add SSL support to both Add pkg-req.rev to detect version Add pkg-req.ssl to keep track of ssl versions PR: 28289 Submitted by: maintainer Notes: svn path=/head/; revision=44406
* Remove duplicate words where appropriate.Dima Dorfman2001-06-241-1/+1
| | | | | | | Approved by: sobomax, obrien Notes: svn path=/head/; revision=44392
* change MAINTAINER to FreeBSD.org addressDirk Meyer2001-06-247-7/+7
| | | | Notes: svn path=/head/; revision=44375
* Add working MASTER_SITESMario Sergio Fujikawa Ferreira2001-06-221-2/+1
| | | | | | | Submitted by: fenner (distfile survey) Notes: svn path=/head/; revision=44327
* upgrade to 0.4.13Ying-Chieh Liao2001-06-212-2/+2
| | | | | | | | PR: 28316 Submitted by: maintainer Notes: svn path=/head/; revision=44275
* The commented RBL stuff in configure.default was not updated asSheldon Hearn2001-06-203-0/+69
| | | | | | | | expected in exim-3.30 release. Apply a patch from the author, which will be included in exim-3.31 if such a release ever occurs. Notes: svn path=/head/; revision=44248
* Update to 0.9.6.Akinori MUSHA2001-06-206-10/+16
| | | | Notes: svn path=/head/; revision=44244
* Update MASTER_SITEDavid W. Chapman Jr.2001-06-191-1/+1
| | | | | | | | PR: 27910 Submitted by: Joseph Scott <joseph@randomnetworks.com> Notes: svn path=/head/; revision=44228
* Clean up dependency chains after moving gtkhtml/gal inside theAde Lovett2001-06-194-12/+10
| | | | | | | USE_GNOME knob Notes: svn path=/head/; revision=44213
* Fix a buffer overflow introduced in 3.30. This patch will be adoptedSheldon Hearn2001-06-183-0/+33
| | | | | | | in 3.31. :-) Notes: svn path=/head/; revision=44178
* Fix some breakage in the section on expansion variables. This wasn'tSheldon Hearn2001-06-183-0/+120
| | | | | | | | submitted to Philip in time for exim-3.30's release, and a new version of the documentation is unlikely until exim-4.00. Notes: svn path=/head/; revision=44175
* Update 3.22 -> 3.30:Sheldon Hearn2001-06-1815-348/+18
| | | | | | | | | | | This is primarily a maintenance release, though there are a very small number of functional additions. This release does not address the "orphaned -D spool files" problem, but to date this problem has not been observed on FreeBSD systems. Notes: svn path=/head/; revision=44173
* Update port to 4.48Chris D. Faulhaber2001-06-182-2/+2
| | | | | | | | PR: 28018 Submitted by: Patrick Li <pat@databits.net> Notes: svn path=/head/; revision=44165
* Bump PORTREVISION due to previous pkg-plist commitDavid W. Chapman Jr.2001-06-181-0/+1
| | | | Notes: svn path=/head/; revision=44148
* Bump PORTREVISION due to added files to pkg-plist from previous commitDavid W. Chapman Jr.2001-06-181-0/+1
| | | | Notes: svn path=/head/; revision=44147
* Add port examples to pkg-plistDavid W. Chapman Jr.2001-06-171-0/+1
| | | | | | | PR: 27772 Notes: svn path=/head/; revision=44144
* Add extra dirrm for examples, thanks bento.David W. Chapman Jr.2001-06-171-0/+1
| | | | | | | PR: 27770 Notes: svn path=/head/; revision=44143
* Update to pl3 of postfixDavid W. Chapman Jr.2001-06-1733-99/+99
| | | | | | | Update TLS and IPv6 to go with new postfix version Notes: svn path=/head/; revision=44140
* Add better way to detect if sasl is compiled with mysqlDavid W. Chapman Jr.2001-06-171-1/+6
| | | | | | | | | compile with mysql if sasl isn't installed as its sasl's default Submitted by: Stefan Esser <se@freebsd.org> Notes: svn path=/head/; revision=44139