diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2005-11-10 10:26:29 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2005-11-10 10:26:29 +0000 |
commit | 5a26cddfe3ad3d189aa77dc887390d8025172a3c (patch) | |
tree | 13e2eec5eacf62919937af16bcf2b0356d65f231 /NEWS | |
parent | ecb3612c83cbc7f140663cd7266ae3879a643414 (diff) | |
download | fetchmail-5a26cddfe3ad3d189aa77dc887390d8025172a3c.tar.gz fetchmail-5a26cddfe3ad3d189aa77dc887390d8025172a3c.tar.bz2 fetchmail-5a26cddfe3ad3d189aa77dc887390d8025172a3c.zip |
The default for --smtphost is now always "localhost" regardless of
authentication types and protocols, so as to simplify configurations for
workstations where the SMTP daemon only listens on the loopback
interface. Sunil Shetye & Matthias Andree
svn path=/trunk/; revision=4410
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -29,6 +29,10 @@ fetchmail 6.3.0 (not yet released officially): (1997) or v3 (2001, aka IEEE Std 1003.1-2001) are no longer supported. They may continue to work and non-intrusive patches to support them may be accepted. Matthias Andree +* The default for --smtphost is now always "localhost" regardless of + authentication types and protocols, so as to simplify configurations for + workstations where the SMTP daemon only listens on the loopback interface. + Sunil Shetye & Matthias Andree # OBSOLETION WARNINGS * The MX and host alias lookups that fetchmail performs in multidrop mode are |