summaryrefslogtreecommitdiff
path: root/mail (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to version 0.62.Steve Price1999-03-154-15/+38
| | | | | | | | PR: 9831 Submitted by: maintainer Notes: svn path=/head/; revision=17186
* Commit all Y2K/WWW_SITE changes from today...Marc G. Fournier1999-03-118-8/+18
| | | | Notes: svn path=/head/; revision=17142
* remove manpages from PLISTAndrey A. Chernov1999-03-071-6/+0
| | | | Notes: svn path=/head/; revision=17040
* upgrade to 3.12Andrey A. Chernov1999-03-074-38/+13
| | | | | | | Submitted by: Ollivier Robert <roberto@keltia.freenix.fr> Notes: svn path=/head/; revision=17039
* upgrade original distribution to smtpfeed-0.95 and sendmail 8.9.3+3.2Wpre.Jun-ichiro itojun Hagino1999-03-062-6/+6
| | | | Notes: svn path=/head/; revision=17010
* s/orbs.dorkslayers.com/relays.orbs.org/Jun-ichiro itojun Hagino1999-03-041-2/+2
| | | | Notes: svn path=/head/; revision=16996
* upgrade to 0.95.4David E. O'Brien1999-03-046-12/+12
| | | | Notes: svn path=/head/; revision=16995
* BROKEN= "requires emacs to build but has no dependency for it."Bill Fumerola1999-03-021-1/+3
| | | | | | | Found By: Satoshi's errorlogs. Notes: svn path=/head/; revision=16982
* Add a notation about user restriction.SADA Kenji1999-02-262-8/+10
| | | | | | | | PR: ports/10114 Submitted by: Issei Suzuki <issei@jp.FreeBSD.ORG> Notes: svn path=/head/; revision=16904
* Additional config options at port build time.Joseph Koshy1999-02-232-4/+40
| | | | | | | | | PR: ports/10119 Reviewed by: jkoshy Submitted by: Scott Blachowicz <sab@seanet.com> Notes: svn path=/head/; revision=16870
* Use local mts for mail delivery instead of using SMTP.Joseph Koshy1999-02-231-2/+3
| | | | | | | | PR: ports/10119 Submitted by: Sheldon Hearn <axl@iafrica.com> Notes: svn path=/head/; revision=16869
* Cleanups from new maintainer.Steve Price1999-02-222-28/+46
| | | | | | | | PR: 9929 Submitted by: Tom Hukins <tom@eborcom.com> Notes: svn path=/head/; revision=16840
* Cleanups from new maintainer.Steve Price1999-02-222-40/+84
| | | | | | | | PR: 9930 Submitted by: Tom Hukins <tom@eborcom.com> Notes: svn path=/head/; revision=16839
* update base distribution to:Jun-ichiro itojun Hagino1999-02-192-8/+8
| | | | | | | | - smtpfeed 0.93 - sendmail 8.9.3 with WIDE patch 3.1 Notes: svn path=/head/; revision=16777
* better version of defaulting English responces patchAndrey A. Chernov1999-02-183-189/+162
| | | | Notes: svn path=/head/; revision=16769
* fix errors in ru.po (posted to mutt-dev)Andrey A. Chernov1999-02-163-3/+9
| | | | Notes: svn path=/head/; revision=16737
* use English fallback for multi_choice responces tooAndrey A. Chernov1999-02-163-39/+276
| | | | | | | (patch posted to mutt-dev) Notes: svn path=/head/; revision=16736
* manual.latin1 should be in the optional plist file, not the standard one.David E. O'Brien1999-02-136-3/+3
| | | | | | | | bug noticed by: ache implied-Ok'ed to fix problems experienced by ache's, by: Satoshi Notes: svn path=/head/; revision=16721
* * fix support for Russan language - there is a sign extension bug in newDavid E. O'Brien1999-02-136-42/+120
| | | | | | | | | | | version and lack of english responce fallback * when installing in the face of certain environmental vars, manual.latin1 does not get installed Submitted by: ache Ok'ed by: Satoshi Notes: svn path=/head/; revision=16720
* update to 1.12David E. O'Brien1999-02-133-12/+11
| | | | | | | | Submitted by: Michael <mharo@area51.fremont.ca.us> Ok'ed by: Satoshi Notes: svn path=/head/; revision=16716
* upgrade to 0.95.3David E. O'Brien1999-02-129-21/+21
| | | | Notes: svn path=/head/; revision=16699
* Change mode bin.bin to root.wheel.Jun Kuriyama1999-02-121-4/+4
| | | | | | | Requested by: maintainer Notes: svn path=/head/; revision=16671
* Upgrade to v1.0.Joseph Koshy1999-02-113-11/+18
| | | | | | | | Submitted by: Scott Blachowicz <Scott.Blachowicz@seaslug.org> (maintainer) Notes: svn path=/head/; revision=16610
* Activate rblsmtpd.Jun Kuriyama1999-02-111-1/+2
| | | | Notes: svn path=/head/; revision=16605
* RBL (Realtime Blackhole List) smtp daemon for blocking SPAM.Jun Kuriyama1999-02-117-0/+73
| | | | | | | | | PR: ports/8516 and ports/9080 Submitted by: John Saunders <john@nlc.net.au> Submitted by: Neil Blakey-Milner <nbm@rucus.ru.ac.za> Notes: svn path=/head/; revision=16603
* Explicit use of Berkeley DB (careful, DBM users!).Mark Murray1999-02-106-18/+18
| | | | | | | | | | | | | Fixed use of $local_part in router configurations. Fixed "unseen" on router or director on deferment of delivery. Other minor fixes. Fixed handling of USE_XLIB to deal with =NO correctly. Submitted by: maintainer Notes: svn path=/head/; revision=16590
* Upgrade to 0.4.9.Vanilla I. Shu1999-02-0310-160/+118
| | | | | | | | PR: ports/9887 Submitted by: maintainer Notes: svn path=/head/; revision=16523
* Adjust port Makefiles to new EXTRACT_* variable defaults. See log ofSatoshi Asami1999-02-031-1/+2
| | | | | | | | | | | | | | | | | | | | | | bsd.port.mk rev. 1.304 for details on the change. The fix here is one of the following. (1) Define USE_BZIP2 instead of BUILD_DEPENDS on bzip2 and redefining EXTRACT_* commands. (2) Change ${EXTRACT_CMD} to ${TAR} when the command is obviously calling the "tar" command (i.e., arguments like "-xzf" are spelled out). (3) If ${EXTRACT_CMD} is called directly with ${EXTRACT_BEFORE_ARGS}, add ${EXTRACT_AFTER_ARGS} to the command line as well. (4) If any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS is set, define the other two too. Notes: svn path=/head/; revision=16518
* Change libPropList directory name.Satoshi Asami1999-02-032-4/+4
| | | | | | | Forgotten by: vanilla Notes: svn path=/head/; revision=16512
* Adjust PLIST'sDavid E. O'Brien1999-01-316-0/+48
| | | | Notes: svn path=/head/; revision=16458
* Upgrade to version 2.11, featuring minor bug-fixes and some new features.Mark Murray1999-01-279-21/+96
| | | | | | | | | New features are backward compatible. Submitted by: maintainer Notes: svn path=/head/; revision=16381
* Activate the rlytest port.Steve Price1999-01-261-1/+2
| | | | Notes: svn path=/head/; revision=16341
* Initial import of rlytest version 1.15.Steve Price1999-01-266-0/+68
| | | | | | | | | | Test an SMTP host for third-party relay. PR: 9531 Submitted by: Paul Chvostek <paul@it.ca> Notes: svn path=/head/; revision=16340
* upgrade base version to 0.92.Jun-ichiro itojun Hagino1999-01-232-4/+4
| | | | Notes: svn path=/head/; revision=16278
* MASTER_SITES has changed.Seiichirou Hiraoka1999-01-211-2/+2
| | | | Notes: svn path=/head/; revision=16222
* Upgrade, 3.0pl63 -> pl65.Masafumi Max NAKANE1999-01-194-9/+9
| | | | Notes: svn path=/head/; revision=16189
* Add virtual category "windowmaker".Satoshi Asami1999-01-181-2/+2
| | | | Notes: svn path=/head/; revision=16177
* Add "afterstep" virtual category.Satoshi Asami1999-01-181-2/+2
| | | | Notes: svn path=/head/; revision=16176
* Activate the ezmlm and ezmlm-idx ports.Steve Price1999-01-181-1/+3
| | | | Notes: svn path=/head/; revision=16151
* Initial import of ezmlm-idx version 0.313.Steve Price1999-01-185-0/+112
| | | | | | | | | | Dan J. Bernstein's cleaned up version of ezmlm version 0.53. PR: 8885 Submitted by: Neil Blakey-Milner <nbm@rucus.ru.ac.za> Notes: svn path=/head/; revision=16150
* Initial import of ezmlm version 0.53.Steve Price1999-01-186-0/+95
| | | | | | | | | | An easy-to-use, high-speed mailing list manager for qmail. PR: 8884 Submitted by: Neil Blakey-Milner <nbm@rucus.ru.ac.za> Notes: svn path=/head/; revision=16149
* BROKEN this ports, it can't with with gnome 0.99.x.Vanilla I. Shu1999-01-172-4/+8
| | | | Notes: svn path=/head/; revision=16111
* Remove popclient from the ports collection. Popclient has beenWolfram Schneider1999-01-161-2/+1
| | | | | | | | | | abandoned by the author (who wrote fetchmail as a replacement). The source code for popclient is still available at http://www.freebsd.org/~wosch/src/popclient-3.0b6.tar.gz Notes: svn path=/head/; revision=16084
* Fix for alpha.Hidetoshi Shimokawa1999-01-169-40/+160
| | | | | | | - remove 'long time()' and add '#include <time.h>'. Notes: svn path=/head/; revision=16081
* upgrade to 3.49Andrey A. Chernov1999-01-152-3/+3
| | | | Notes: svn path=/head/; revision=16054
* upgrade base version of smtpfeed to 0.91.Jun-ichiro itojun Hagino1999-01-132-8/+8
| | | | | | | upgrade base version of (patched) sendmail to 8.9.2+wide patch 3.1. Notes: svn path=/head/; revision=16033
* handle -- sendmail argAndrey A. Chernov1999-01-132-58/+56
| | | | Notes: svn path=/head/; revision=16032
* More Y2K Statement Links...Marc G. Fournier1999-01-138-8/+24
| | | | Notes: svn path=/head/; revision=16024
* Rewrite p5- module's PLIST for alpha.Hidetoshi Shimokawa1999-01-114-6/+6
| | | | | | | | | | | Use newly introduced %%PARL_ARCH%% for dirname of architecture dependent libraries. (i.e. s!%%PERL_VER%%/i386-freebsd!%%PERL_VER%%/%%PERL_ARCH%%!) Approved by: asami Notes: svn path=/head/; revision=16010
* Activate the ml port.Steve Price1999-01-111-1/+2
| | | | Notes: svn path=/head/; revision=15996