Port details |
- smtpfeed SMTP Fast Exploding External Deliverer for Sendmail
- 1.23_1 mail
=4 1.23_1Version of this port present on the latest quarterly branch. - There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
 - Port Added: unknown
- Last Update: 2024-01-09 09:47:14
- Commit Hash: c75c944
- People watching this port, also watch:: p5-Net, fetchmail, sendmail, freetype2, gmake
- License: BSD4CLAUSE
- Description:
- SMTP feed -- SMTP Fast Exploding External Deliverer for Sendmail
Smtpfeed is a SMTP delivery agent which is called by sendmail, and it
improves required time to complete delivery of copies of a message to
recipients of huge number.
This delay of delivery by sendmail causes by the fact that implementation
of SMTP delivery routine in sendmail processes all delivery in a series.
For this reason, when it takes long time for delivery to one recipient
which is in a huge list, delivery to following recipients is greatly
influenced.
To avoid such a problem, delivery agents should be implemented so that
a delivery is not influenced by preceding delivery: DNS query and
SMTP delivery par destination should be processed in parallel.
Smtpfeed is the SMTP delivery agent for sendmail implemented with this
idea.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/mail/smtpfeed/ && make install clean
- To add the package, run one of these commands:
- pkg install mail/smtpfeed
- pkg install smtpfeed
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: smtpfeed
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (smtpfeed-1.23.tar.gz) = 2e5649a055e0529afe00cf8d329ff70361a3dd6baa9e16f88ed2de383cfd11fd
SIZE (smtpfeed-1.23.tar.gz) = 152178
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for smtpfeed-1.23_1:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- mail_smtpfeed
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.23_1 09 Jan 2024 09:47:14
    |
Baptiste Daroussin (bapt)  |
MANPREFIX: eleminate its usage and move man to share/man |
1.23 20 Jul 2022 14:22:19
    |
Tobias C. Berner (tcberner)  |
mail: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ashish@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam David <adam@FreeBSD.org>
* Adam McDougall <mcdouga9@egr.msu.edu>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Deiter <tiamat@komi.mts.ru>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com>
* Alex Perel <veers@disturbed.net> (Only the first 15 lines of the commit message are shown above ) |
1.23 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.23 09 Oct 2019 12:06:22
  |
bapt  |
Drop the ipv6 virtual category for m* category as it is not relevant anymore |
1.23 13 Aug 2019 22:29:43
  |
mat  |
onvert to UCL & cleanup pkg-message (categories l-m) |
1.23 10 Apr 2015 09:59:22
  |
danfe  |
- Update to version 1.23
- Canonicalize Makefile header
- Move OPTIONS_DEFINE knob where it belongs
- Remove double space after comma in pkg-descr
PR: 199242 |
1.21 21 Feb 2014 14:51:24
  |
ehaupt  |
Restore LICENSE_FILE as mat pointed out that BSD licenses have copyright holder
in them.
Notified by: mat |
1.21 21 Feb 2014 09:34:11
  |
ehaupt  |
Support staging |
1.21 20 Sep 2013 19:59:14
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail) |
1.21 09 Aug 2013 15:46:23
  |
antoine  |
- Trim Makefile header
- Remove NO_PACKAGE, it needs manual configuration post installation but
it packages fine and BSD license allows it
- Unbreak with clang (reported by pkg-fallout)
- Remove obsolete MAKE_JOBS_SAFE
- Mute MKDIR
- Remove loop in DOCS installation
- Pad PKGMESSAGE |
1.21 17 Jun 2012 20:20:01
 |
sylvio  |
- Update to version 1.21
Remove file:
files/patch-dns.c
pkg-plist
PR: ports/169002
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
1.20 03 Jul 2011 13:53:52
 |
ohauer  |
- remove MD5 |
1.20 31 Jan 2010 03:44:46
 |
pgollucci  |
- use SUB_FILES & DOCSDIR
PR: ports/142806
Submitted by: Sevan Janiyan <venture37@geeklan.co.uk> |
1.20 21 Jul 2008 09:00:17
 |
motoyuki  |
Avoid compile errors on recent FreeBSD. |
1.20 25 Nov 2005 15:31:02
 |
pav  |
- Add SHA256 |
1.20 29 Jan 2004 07:24:56
 |
trevor  |
SIZEify. |
1.20 07 Nov 2003 09:28:14
 |
marcus  |
Rename PORTDOCS to MYPORTDOCS to avoid a conflict with the recently added
bsd.port.mk macro.
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> |
1.20 23 Aug 2003 01:35:58
 |
motoyuki  |
Update to smtpfeed 1.20.
- Smtpfeed no longer depends on mail/sendmail. It works well with
sendmail 8.12. If you use 8.11.X, you'll need sendmail WIDE patch.
- There seems to be no official WWW page. |
1.18 17 Feb 2003 16:42:32
 |
leeym  |
- Add mirror sites
- Use COMMENT
PR: 48356
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> |
1.18 17 Feb 2003 04:38:41
 |
nork  |
Add MASTER_SITE_RINGSERVER to MASTER_SITE. |
1.18 01 Apr 2002 02:47:42
 |
dwcjr  |
Update to 1.18
PR: 36583
Submitted by: tkato@prontomail.com |
24 Dec 2001 02:17:17
    |
pat  |
- PORTDOCS police - DOCSDIR support to some - Brush out some lint |
17 Apr 2001 16:51:01
    |
kris  |
Update to smtpfeed 1.13 |
09 Jan 2001 05:57:08
    |
itojun  |
drop myself from MAINTAINER. too many KAME platforms to support, to little
time... |
08 Oct 2000 11:23:49
    |
asami  |
Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is spelled out
(many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that
shouldn't have been necessary) and the string "/pkg/" appear. |
08 Oct 2000 04:16:42
    |
asami  |
Convert category mail to new layout. |