Commit graph

28 commits

Author SHA1 Message Date
taca
f61dcfc561 Update smtpfeed package to 1.18.
1.18: Mar.19,2002:
	smtp.c:
		avoid null pointer access when MAPOPT_TRYALLADDR set.
		reported by Koji Kawano <kawano@eng.trans-cosmos.co.jp>
	dns.c:
		ignore answer from a nameserver which does not support recursive
		query if the server described in resolv.conf is such a server.
	main.c:
		default for -q option is changed to 50.
		 suggested by Takahiro Kambe <taca@sky.yamashina.kyoto.jp>
2002-03-19 13:23:26 +00:00
taca
823a8d3903 Fix PLIST one more, not smtpeed but smtpfeed. 2002-01-22 06:30:45 +00:00
taca
18e6a8ac2c Fix PLIST, /usr/pkg/man not /usr/pkg/share/man. 2002-01-22 06:27:45 +00:00
taca
5f1f9f1dde Update smtpfeed to 1.17. Now online manual added, too.
1.17: Jan.12,2002:
	smtpfeed.8:
		this manual page (in English) is provided by Ralf S.
		Engelschall <rse@engelschall.com>
	dns.c:
		some sanity checking in DNS answer packet to avoid coredump.
	common.h, dns.c, main.c, lmtp.c:
		DNS query concurrency limitation. set -q option to limit.
		default is 0 (unlimited). maximum concurrency will be
		 shown with dnsmaxcq= in log after delivery is completed.
		 problem reported by Takahiro Kambe
		 <taca@sky.yamashina.kyoto.jp>
	common.h, dns.c, smtp.c:
		/opt support in map file.
		if you want to try other IP addresses for a MX host when
		 a transaction (after HELOSENT) with an IP address was failed,
		 describe "domain MX/a" in the map file.
		 this option can be applied to each term separated by ':' like
		 "domain mx1/a:mx2:mx3/a".
		 based on a request from Koji Kawano
		 <kawano@eng.trans-cosmos.co.jp>

1.16: Aug.27,2001:
	main.c:
		"socklen_t" is replaced with "int" to support old platforms
		which does not have the "socklen_t" definition.
2002-01-21 11:25:23 +00:00
zuntum
c72c1cf5f9 Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
taca
9a53280dd1 Update smtpfeed to 1.15.
1.15: Aug.26,2001:
	dns.c:
		avoid DNS query synchronization when no queries are sent
		in case a LMTP connection is used for multiple transaction.
	lmtp.c:
		some messages in setproctitle() are changed.
	main.c:
		logging peer-name for use with inetd (LMTP over TCP)
	README:
		some comments added: Sendmail 8.12 includes the DYNAMIC_TOBUF
		feature by default which supplied from 3.xW patch for sendmail.
		So you do not need the patch any more if you do not use
		extensions in sendmail.cf description offered by the patch.

1.14: Aug.15,2001:
	smtp.c:
		changes on some timeout values
		work around for bogus mail gateway to mobile phone...
		fix on NULL pointer access which causes unterminating process
		 with proctitle like: "smtpfeed: 550% delivered"
		 reported by Hisaaki Shibata <shibata@luky.org>
		 fixed by Anatoly A. Orehovsky <tolik@asplinux.ru>
		do not rewrite envelope sender using the following rule
		 when sender is <>: SndrUser+RcptUser=RcptDomain@SndrDomain
		 problem reported by Shin ZUKERAN <shin@ryukyu.ad.jp>
	log.c:
		increase retry counter value
	common.h, address.c, smtp.c, extern.h, main.c, util.c:
		support par domain recipient number setting with file
		 suggested by Koji Kawano <kawano@eng.trans-cosmos.co.jp>
2001-09-09 16:46:47 +00:00
zuntum
8ef06f8400 Remove FreeBSDism (NOPORTDOCS) 2001-04-22 22:06:19 +00:00
agc
b26a4eb88b Move to sha1 digests, and add distfile sizes. 2001-04-20 13:09:54 +00:00
agc
9e8d6c8b8d + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:33:31 +00:00
itojun
38b38a18b6 upgrade to 1.13.
smtp.c:
                max number of RCPT/SMTP was limited to 99 (should be 100).
                 reported by Koji Kawano <kawano@eng.trans-cosmos.co.jp>
        configure.in:
                Solaris8 support
                 suggested by Toshio Hiraga <Toshio.Hiraga@jp.sony.com>
2001-03-19 05:28:23 +00:00
itojun
9c2e4ae975 upgrade to 1.12. (the following "buffer overflow" is not about security issue
like memory buffer overrun, but the udp send buffer overflow)

1.12: Mar.4,2001:
        log.c:
                a hack to avoid syslog buffer overflow added.
                 problem reported by Koji Kawano <kawano@eng.trans-cosmos.co.jp>
2001-03-05 11:43:16 +00:00
hubertf
d32e698de6 Cleanup MKDIR usage => INSTALL_*_DIR
XXX need to teach pkglint to be more picky about this
2001-02-25 04:17:35 +00:00
wiz
a13ea108bb Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:52:59 +00:00
itojun
077346bbc8 upgrade to 1.11. logging changes.
1.11: Feb.14,2001:
        smtp.c:
                changes in logging format:
                 remove IPv6 letter in [IPv6:...] notation.
                 show proto=v4 when IPv4 address used if compiled with
                 --enable-v6.
                 show "(gateway)" after protocol gateway address.
                 patch from Makoto MATSUSHITA <matusita@ics.es.osaka-u.ac.jp>
2001-02-14 00:32:39 +00:00
itojun
cce19d7e0f upgrade to 1.10.
1.10: Jan.30,2001:
	main.c, address.c:
		Now you can specify order of IPv4/IPv6 for SMTP with -NB option.
		-NB4: try IPv4 first, then IPv6
		-NB6: try IPv6 first, then IPv4 (default setting)
	dns.c:
		AF_INET6 should not be used on IPv4 only plathome.
		 reported by Shigechika AIKAWA <shige@cin.nihon-u.ac.jp>

1.09: Jan.29,2001
	address.c:
		Log un-delivered recipients because of DNS lookup failure.
		 suggested by Koji Kawano <kawano@eng.trans-cosmos.co.jp>
	dns.c, main.c:
		A new -g option added to support protocol gateway feature.
		 idea from Makoto MATSUSHITA <matusita@ics.es.osaka-u.ac.jp>
2001-01-31 10:24:03 +00:00
wiz
b979f7222a Add automatic ${VARIABLE} handling for MESSAGE files.
Convert most MESSAGE files to new syntax (${VARIABLE} gets replaced,
not @VARIABLE@, nor @@VARIABLE@@).
By default, substitutions are done for LOCALBASE, PKGNAME, PREFIX,
X11BASE, X11PREFIX; additional patterns can be added via MESSAGE_SUBST.
Clean up some packages while I'm there; add RCS tags to most MESSAGEs.
Remove some uninteresting MESSAGEs.
2001-01-29 11:34:21 +00:00
itojun
dddacfd3a2 upgrade to 1.08.
1.08: Jan.4,2001
	smtp.c:
		Successful recipients were not logged if the final recipient
		was rejected in a SMTP transaction.
		 reported by Koji Kawano <kawano@eng.trans-cosmos.co.jp>
		An access to conn->host->currect encounters NULL at the
		beginning of SMTP connection establishment. So checks inserted
		for safety.
		 reported by Makoto MATSUSHITA <matusita@ics.es.osaka-u.ac.jp>
	dns.c:
		fallbackmx will work with A/AAAA only hosts
	commom.h, main.c, dns.c, smtp.c:
		Option -5 supported for IPv4 or IPv6 only platform to use
		fallback gateway to IPv6/IPv4 cloud. Unless -5 specified,
		messages will be bounced back from IPv4 host to IPv6 host
		(AAAA only MX) or from IPv6 host to IPv4 host (A only MX),
		what was default action of old versions of smtpfeed.
		You also want to specify fallback host which can reach
		IPv6/IPv4.
2001-01-21 06:02:27 +00:00
itojun
67e74c082d use 1.07.1. changes: documentation change for 8.11.0+wide patch.
correct DEPENDS.
2000-07-26 09:43:51 +00:00
itojun
0243a5a542 upgrade smtpfeed from 1.06 to 1.07.
--- recent changes from RELEASE.NOTES
1.07: May.29,2000
	smtp.c:
		false permanent errors (Connection timed out, which should be
		temporary failures) when SMTP connection (in processing) is
		timed-out.
		 reported by Jun-ichiro itojun Hagino <itojun@iijlab.net>

1.06: Apr.24,2000
	smtp.c, main.c, common.h:
		false permanent errors (No addresses) occur when DNS queries
		are timed-out.
		 reported by Takahiro Kambe <taca@sky.yamashina.kyoto.jp>
2000-05-29 02:38:27 +00:00
itojun
e95b1dd3f1 upgrade to 1.06.
no changelog available in the tar.gz file.  IIRC, the change was
about MX search order.
2000-05-05 18:37:57 +00:00
itojun
3d07a15c6b upgrade to use version 1.05 of master distribution.
key changes in 1.02 -> 1.05:
- portability fixes
- cope with corrupted DNS configuration, where A/AAAA for MX is not found
2000-04-15 13:58:26 +00:00
itojun
0d5aab94c7 add comment about dependency to sendmail 2000-04-05 16:18:33 +00:00
dmcmahill
28ad1dc15b defuzz. patch is otherwise the same 2000-02-22 01:31:26 +00:00
wiz
9e392fbbf0 (re)gen 2000-01-09 01:27:44 +00:00
itojun
aa5498d754 change special sendmail installation. now mail/sendmail includes
WIDE patch, mail/smtpfeed can simply depend on mail/sendmail.
2000-01-02 18:02:50 +00:00
itojun
808d3c693f be more friendly with mailwrapper(8) when installing sendmail.
XXX maybe we should install sendmail into /usr/pkg/somewhere, and let
the user edit /etc/mailer.conf?  I'm not really sure what is the best route.
1999-12-27 09:34:13 +00:00
itojun
5a98c78547 mail/smtpfeed: SMTP Fast Exploding External Deliverer for Sendmail
(builds patched sendmail as well)
1999-11-29 08:33:29 +00:00
itojun
45b20285eb from KAME/netbsd repository 1999-11-29 08:06:32 +00:00