Nelson Ferreira | 20 Sep 2002 09:17
Picon

[fetchmail] IMAP server with LOGINDISABLED capability


Hello all.

I use a IMAP server (myrealbox.com) which in the 
capabilities anounces LOGINDISABLED, however it
allows login.
Since I like IMAP much better than POP3, I propose
the addition of a nologindisabled option for the
server connections, to ignore the LOGINDISABLED
capability and attempt login anyway.

Patch againt fetchmail-6.0.0 is attached and tested.

Best regards,

     Nelson


--

-- 
Nelson Ferreira
Matthias Andree | 1 Sep 2002 15:11
Picon
Picon
Favicon

Re: [fetchmail] Double bounce (Was: unexpected behaviour with undeliverable mail)

Sunil Shetye <shetye <at> bombay.retortsoft.com> writes:

> I presume, this means that 550 should be added in the single drop case
> only. This means that the default antispam list should be different
> for multidrop and single drop cases.

The safe default would be to leave the antispam list empty.

> I now realise that the reason for the missing bounces was the
> inclusion of 550 in antispam by default!

Oh hum. Even though the machine I reported this against, ludwig.ping.de,
has been off-line for many months now, I happen to have the original
configuration here, because it was a well-documented one. And indeed, it
has

  antispam 571 554 501          # 550 nicht!

for the multidrop case ("nicht" is German for "not").

> On tracing, it shows that for each invalid recipient, open_smtp_sink()
> calls handle_smtp_report() which can call send_bouncemail(). Also, at
> the end, if there are any invalid recipients, send_bouncemail() is
> called with all invalid recipients. This leads to the double bounces.
> In fact, this leads to (number of invalid recipients)+1 bounce mails,
> though nobody seems to have reported this! When

Good catch.

> EXPLICIT_BOUNCE_ON_BAD_ADDRESS is undefined, this leads to one bounce
(Continue reading)

Sean Rima | 1 Sep 2002 20:49
Favicon

[fetchmail] Bouncing unknown users mail

Hi folks,

I am using fetchmail 5.9.13 with exim 4.10. I get a lot of spam for
users who don't exist, ie 1028829088.b562f4 <at> tcob1.net (which was a
msgid). However, when fetchmail whe it hits exim says:

reading message 1 of 4 (23538 octets) .fetchmail:
SMTP error: 550 unknown user ..................... not flushed

I editted the 550 out of the antispam list. 

Sean

--

-- 
  Sean Rima                                http://www.tcob1.net
  Linux User:      231986          Jabber:   tcobone <at> jabber.org
  THE VIEWS EXPRESSED HERE ARE NOT NECESSARILY THOSE OF MY WIFE.

_______________________________________________
Fetchmail-friends mailing list
Fetchmail-friends <at> lists.ccil.org
http://lists.ccil.org/mailman/listinfo/fetchmail-friends

Matthias Andree | 1 Sep 2002 21:37
Picon
Picon
Favicon

Re: [fetchmail] Bouncing unknown users mail

Sean Rima <sean <at> tcob1.net> writes:

> Hi folks,
>
> I am using fetchmail 5.9.13 with exim 4.10. I get a lot of spam for
> users who don't exist, ie 1028829088.b562f4 <at> tcob1.net (which was a
> msgid). However, when fetchmail whe it hits exim says:
>
> reading message 1 of 4 (23538 octets) .fetchmail:
> SMTP error: 550 unknown user ..................... not flushed
>
> I editted the 550 out of the antispam list. 

Fine. So what is your question again? 

What is wrong with that?

How did you configure fetchmail to achieve this?

What do you expect fetchmail to do instead?

--

-- 
Matthias Andree

_______________________________________________
Fetchmail-friends mailing list
Fetchmail-friends <at> lists.ccil.org
http://lists.ccil.org/mailman/listinfo/fetchmail-friends

(Continue reading)

Matthias Andree | 1 Sep 2002 22:07
Picon
Picon
Favicon

Re: [fetchmail] fetchmail and gmx

uwe petrasch <Uwe_P_aus_B <at> gmx.de> writes:

> Hi
> is there anybody who can say more about fetchmail and gmx than "use IMAP"
> ...
> my problem is than with IMAP i coun't get authorized.

I believe you need to pay GMX to be allowed to use IMAP.

> with pop all looks got but i cant get the messages:
>
> fetchmail: 5.9.0 querying pop.gmx.de (protocol POP3) at Mon 15 Jul 2002
> 22:43:35 CEST
> fetchmail: POP3< +OK GMX POP3 StreamProxy ready <26125.1026766851 <at> mp009-rz3>
> fetchmail: POP3> CAPA
> fetchmail: POP3< -ERR Unknown command.
> fetchmail: Unknown command.
> fetchmail: POP3> USER test <at> gmx.de
> fetchmail: POP3< +OK May I have your password, please?
> fetchmail: POP3> PASS *
> fetchmail: POP3< +OK mailbox has 12 messages (6075052 octets)
> fetchmail: POP3> STAT
> fetchmail: POP3< +OK 12 6075052fetchmail: POP3< +OK mailbox has 12 messages
> (6075052 octets)
> fetchmail: POP3< 1 1832
> fetchmail: POP3< 2 2071864
> fetchmail: POP3< 3 3033
> fetchmail: POP3< 4 35979
> fetchmail: POP3< 5 1515
> fetchmail: POP3< 6 1813
(Continue reading)

Matthias Andree | 1 Sep 2002 22:08
Picon
Picon
Favicon

Re: [fetchmail] fetchmail errors--now on 5.9.13 as well

cmeo <at> lendtech.com.au writes:

> I spoke too soon, here is the error back again. A restart seems to clear it.
>
> What now eh?

Nothing serious, the server seems to hicc-up.

--

-- 
Matthias Andree

_______________________________________________
Fetchmail-friends mailing list
Fetchmail-friends <at> lists.ccil.org
http://lists.ccil.org/mailman/listinfo/fetchmail-friends

Sean Rima | 1 Sep 2002 23:13
Favicon

Re: [fetchmail] Bouncing unknown users mail

On Sun, 01 Sep 2002, Matthias Andree outgrape:

> Sean Rima <sean <at> tcob1.net> writes:
> 
>> Hi folks,
>>
>> I am using fetchmail 5.9.13 with exim 4.10. I get a lot of spam for
>> users who don't exist, ie 1028829088.b562f4 <at> tcob1.net (which was a
>> msgid). However, when fetchmail whe it hits exim says:
>>
>> reading message 1 of 4 (23538 octets) .fetchmail:
>> SMTP error: 550 unknown user ..................... not flushed
>>
>> I editted the 550 out of the antispam list. 
> 
> Fine. So what is your question again? 
> 
> What is wrong with that?
> 
> How did you configure fetchmail to achieve this?
> 
> What do you expect fetchmail to do instead?

Okay, I should have continued :)

I used to have Fetchmail bouncing them to the original sender, okay
99% of the time the bounce will bounce but that is no problem, it will
end up in my bit bucket.

My config is:
(Continue reading)

Sunil Shetye | 1 Sep 2002 13:17

Re: [fetchmail] fetchmail errors--now on 5.9.13 as well

Quoting from cmeo <at> lendtech.com.au's mail on Wed, Aug 28, 2002 at 11:56:33PM +1000:
> I spoke too soon, here is the error back again. A restart seems to clear it.
> 
> What now eh?
> 
> Chuck
> 
> 1 message for cmeo at mailhost (5415 octets).
> fetchmail: reading message cmeo <at> mailhost:1 of 1 (5415 octets) 
> cmeo <at> godzilla: fetchmail: timeout after 300 seconds.
> fetchmail: client/server synchronization error while fetching from mailhost
> fetchmail: Query status=7 (ERROR)
> fetchmail: sleeping at Wed, 28 Aug 2002 23:53:04 +1000 (EST)
> 
> cmeo <at> godzilla: fetchmail -q
> fetchmail: background fetchmail at 14452 killed.
> cmeo <at> godzilla: fetchmail: terminated with signal 15
> 
> cmeo <at> godzilla: fetchmail
> cmeo <at> godzilla: fetchmail: starting fetchmail 5.9.13 daemon 
> fetchmail: Repoll immediately on cmeo <at> mailhost
> fetchmail: 1 message for cmeo at mailhost (5426 octets).
> fetchmail: reading message cmeo <at> mailhost:1 of 1 (5426 octets) fetchmail:  flushed
> fetchmail: sleeping at Wed, 28 Aug 2002 23:54:24 +1000 (EST)

What happens if you don't do

fetchmail -q; fetchmail

Does fetchmail keep on reporting ERROR on every run after that? Run
(Continue reading)

Rob MacGregor | 2 Sep 2002 08:16
Picon
Favicon

Re: [fetchmail] Clear text password

>From: "Peter Kaagman" <bilbo <at> nedlinux.nl>
>
>Hi there
>
>To start off... I did find the section in the FAQ about this. But
>it either does not apply to or (and this is likely) I don't
>understand what it says. I wich case I appoligize.....
>
>For another problem I installed ethereal and found out that my
>password and account name is send in clear text to a IMAP server.
>When I use the mozilla client I do not see the password.

Perfectly normal and expected.  Most traditional unix services pass 
passwords in clear down the network.

The most you can do is switch to a provider that supports SSL or something 
other than plain text authentication.

  Please DO NOT send me ANY email directly unless it's a privacy issue.
       Reply-to mangled to assist those who don't read the above.
--
Rob  |  What part of "no" was it you didn't understand?

_________________________________________________________________
MSN Photos is the easiest way to share and print your photos: 
http://photos.msn.com/support/worldwide.aspx

_______________________________________________
Fetchmail-friends mailing list
Fetchmail-friends <at> lists.ccil.org
(Continue reading)

Peter Kaagman | 2 Sep 2002 19:07
Picon

Re: [fetchmail] Clear text password

> >From: "Peter Kaagman" <bilbo <at> nedlinux.nl>
> >
> >Hi there
> >
> >To start off... I did find the section in the FAQ about this. But
> >it either does not apply to or (and this is likely) I don't
> >understand what it says. I wich case I appoligize.....
> >
> >For another problem I installed ethereal and found out that my
> >password and account name is send in clear text to a IMAP server.
> >When I use the mozilla client I do not see the password.
>
> Perfectly normal and expected.  Most traditional unix services pass
> passwords in clear down the network.
>
> The most you can do is switch to a provider that supports SSL or something
> other than plain text authentication.
>
>
>   Please DO NOT send me ANY email directly unless it's a privacy issue.
>        Reply-to mangled to assist those who don't read the above.
> --
> Rob  |  What part of "no" was it you didn't understand?
>
>
> _________________________________________________________________
> MSN Photos is the easiest way to share and print your photos:
> http://photos.msn.com/support/worldwide.aspx
>
>
(Continue reading)


Gmane