Hi,
I've been using fetchmail for a long time and after upgrade today I
get:
fetchmail: no mailservers have been specified.
---[ /etc/fetchmailrc ]-----------------------------------------------
# Configuration created Fri Jun 1 07:34:34 2001 by fetchmailconf
set postmaster "mrvn"
set bouncemail
set no spambounce
set properties ""
poll post.webmailer.de with proto POP3 auth password
user 'gos...@vonbrederlow.de' there with password 'XXXXXXXX' is mrvn here warnings 3600
antispam 571 550 501 554
poll pop3.web.de with proto POP3 auth password
user 'goswin-v-b' there with password 'XXXXXXXX' is mrvn here warnings 3600
antispam 571 550 501 554
----------------------------------------------------------------------
Why doesn't fetchmail default to deliver mail to localhost anymore?
MfG
Goswin
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.29.4-frosties-2 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=de_DE (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash
Versions of packages fetchmail depends on:
ii adduser 3.110 add and remove users and groups
ii debianutils 3.2 Miscellaneous utilities specific t
ii libc6 2.9-23 GNU C Library: Shared libraries
ii libcomerr2 1.41.8-2 common error description library
ii libgssapi-krb5-2 1.7dfsg~beta3-1 MIT Kerberos runtime libraries - k
ii libk5crypto3 1.7dfsg~beta3-1 MIT Kerberos runtime libraries - C
ii libkrb5-3 1.7dfsg~beta3-1 MIT Kerberos runtime libraries
ii libssl0.9.8 0.9.8k-3 SSL shared libraries
ii lsb-base 3.2-23 Linux Standard Base 3.2 init scrip
Versions of packages fetchmail recommends:
ii ca-certificates 20090709 Common CA certificates
Versions of packages fetchmail suggests:
ii exim4 4.69-11 metapackage to ease Exim MTA (v4)
ii exim4-daemon-heavy [mail-tran 4.69-11 Exim MTA (v4) daemon with extended
pn fetchmailconf <none> (no description available)
pn resolvconf <none> (no description available)
-- no debconf information
--
To UNSUBSCRIBE, email to debian-bugs-...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listm...@lists.debian.org
> I've been using fetchmail for a long time and after upgrade today I
> get:
>
> fetchmail: no mailservers have been specified.
Where can you see this? syslog?
> ---[ /etc/fetchmailrc ]-----------------------------------------------
> # Configuration created Fri Jun 1 07:34:34 2001 by fetchmailconf
> set postmaster "mrvn"
> set bouncemail
> set no spambounce
> set properties ""
> poll post.webmailer.de with proto POP3 auth password
> user 'gos...@vonbrederlow.de' there with password 'XXXXXXXX' is mrvn here warnings 3600
> antispam 571 550 501 554
> poll pop3.web.de with proto POP3 auth password
> user 'goswin-v-b' there with password 'XXXXXXXX' is mrvn here warnings 3600
> antispam 571 550 501 554
> ----------------------------------------------------------------------
>
> Why doesn't fetchmail default to deliver mail to localhost anymore?
I see no problem here. Can you show me your
/etc/default/fetchmail file?
Cheers
Nico
--
Nico Golde - http://www.ngolde.de - ni...@jabber.ccc.de - GPG: 0xA0A0AAAA
For security reasons, all text in this mail is double-rot13 encrypted.
> Hi,
> * Goswin von Brederlow <goswi...@web.de> [2009-08-07 01:29]:
> sorry, saw your mail after the one of Vladimir.
>
>> I've been using fetchmail for a long time and after upgrade today I
>> get:
>>
>> fetchmail: no mailservers have been specified.
>
> Where can you see this? syslog?
/etc/init.d/fetchmail start
>> ---[ /etc/fetchmailrc ]-----------------------------------------------
>> # Configuration created Fri Jun 1 07:34:34 2001 by fetchmailconf
>> set postmaster "mrvn"
>> set bouncemail
>> set no spambounce
>> set properties ""
>> poll post.webmailer.de with proto POP3 auth password
>> user 'gos...@vonbrederlow.de' there with password 'XXXXXXXX' is mrvn here warnings 3600
>> antispam 571 550 501 554
>> poll pop3.web.de with proto POP3 auth password
>> user 'goswin-v-b' there with password 'XXXXXXXX' is mrvn here warnings 3600
>> antispam 571 550 501 554
>> ----------------------------------------------------------------------
>>
>> Why doesn't fetchmail default to deliver mail to localhost anymore?
>
> I see no problem here. Can you show me your
> /etc/default/fetchmail file?
>
> Cheers
> Nico
> --
> Nico Golde - http://www.ngolde.de - ni...@jabber.ccc.de - GPG: 0xA0A0AAAA
> For security reasons, all text in this mail is double-rot13 encrypted.
# This file will be used to declare some vars for fetchmail
#
# Uncomment the following if you don't want localized log messages
# export LC_ALL=C
# If you want to specify any additional OPTION to the start
# scripts specify them here
OPTIONS="-d 900"
# Declare here if we want to start fetchmail. 'yes' or 'no'
START_DAEMON=yes
MfG
Goswin
> This is an automatic notification regarding your Bug report
> which was filed against the fetchmail package:
>
> #540245: Fails with "fetchmail: no mailservers have been specified." on upgrade.
>
> It has been closed by Nico Golde <ni...@debian.org>.
>
> Their explanation is attached below along with your original report.
> If this explanation is unsatisfactory and you have not received a
> better one in a separate message then please contact Nico Golde <ni...@debian.org> by
> replying to this email.
Seems to work.
Aug 8 02:26:33 frosties fetchmail[3994]: terminated with signal 15
Aug 8 02:26:40 frosties fetchmail[30794]: starting fetchmail 6.3.9-rc2 daemon
Aug 8 02:26:41 frosties fetchmail[30794]: sleeping at Sat Aug 8 02:26:41 2009 for 900 seconds
MfG
Goswin
Ok great. The problem was that after this update the config
file was included after the OPTIONS shell variable was setup
so basically the configuration from the config file got
lost. Sorry for the inconvenience!