Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
+ move the patch digest/checksum values from files/patch-sum to distinfo
|
|
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>
|
|
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>
|
|
XXX need to teach pkglint to be more picky about this
|
|
|
|
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>
|
|
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>
|
|
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.
|
|
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.
|
|
correct DEPENDS.
|
|
--- 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>
|
|
no changelog available in the tar.gz file. IIRC, the change was
about MX search order.
|
|
key changes in 1.02 -> 1.05:
- portability fixes
- cope with corrupted DNS configuration, where A/AAAA for MX is not found
|
|
|
|
|
|
|
|
WIDE patch, mail/smtpfeed can simply depend on mail/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.
|
|
(builds patched sendmail as well)
|
|
|