diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-10-04 18:09:43 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-10-04 18:09:43 +0000 |
commit | e3a7feb56a5412385d249277cd78ce3ba0193b20 (patch) | |
tree | 9bd1a05a71d836cd43a2f0a92a168b5955c0ef50 /NEWS | |
parent | 50b3d54cadeda8be3e837358f43e0e9b904d091a (diff) | |
download | fetchmail-e3a7feb56a5412385d249277cd78ce3ba0193b20.tar.gz fetchmail-e3a7feb56a5412385d249277cd78ce3ba0193b20.tar.bz2 fetchmail-e3a7feb56a5412385d249277cd78ce3ba0193b20.zip |
We can specify smtphost in the defaults line now.
svn path=/trunk/; revision=215
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -1,8 +1,9 @@ To-do list: At this point, the fetchmail code appears to be stable and free of -bugs affecting normal operation. It will probably undergo substantial -change only if and when support for a new retrieval protocol is added. +bugs affecting normal operation (that is, forwarding to SMTP from a +single server host). It will probably undergo substantial change only +if and when support for a new retrieval protocol is added. Test RPOP feature against a Unix server that has it. The protocol transactions are certainly OK, the question is whether the rresvport() @@ -26,6 +27,8 @@ fetchmail-1.6 (): * Restore --mda, seems some people either can't run a port 25 listener due to bizarre dynamic-SLIP problems, or won't for security reasons. +* Fix bug that prevented SMTP from being specified on the defaults line. + fetchmail-1.5 (Thu Oct 3 04:35:15 EDT 1996): * Naturally, my decision to announce 1.4 on comp.os.linux.announce |