[RH7.1]-[Fetchmail]: Fetchen errug lang!!

Pagina: 1
Acties:

  • Machiel21
  • Registratie: September 2001
  • Laatst online: 08-02-2024
Op mijn stage gebruiken ze Red Hat Linux 7.1 en Fetchmail en GroupWise 5(mailclient).
Het checken van de mail duurt vrij lang (ca 3 minuten) van een Linux naar een Novell Server.
Maar als ik het op de volgende manier doe:

Linux ~~> NetPilot(Linux versie ??) ~~> Novell Server

Is het in een paar seconde gebeurd.
Maar de NetPilot dient te worden verwijderd en het fetchen dient dus mogelijk te worden gemaakt zonder de NetPilot, maar dan dat het niet 3 minuten duurt. Hoe krijg ik dit voor elkaar?

Nu krijg ik de volgende te zien als de mail wordt opgehaald (Linux ~~> Novell Server). De vette tekst snap ik niet zo helemaal. (EHLO??? Moet het niet HELO zijn??)
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Checking for mail on server(s) with command fetchmail -v -f /home/rkalkh/.fetchmailrc pop.wanadoo.nl ..

fetchmail: 5.7.4 querying pop.wanadoo.nl (protocol POP3) at Wed Nov 21 13:50:03 2001
fetchmail: POP3< +OK QPOP (version 2.53) at larry.euronet.nl starting.  
fetchmail: POP3> USER rkalkh@wanadoo.nl
fetchmail: POP3< +OK Password required for rkalkh@wanadoo.nl.
fetchmail: POP3> PASS *
fetchmail: POP3< +OK 51369269 has 5 messages (14656 octets).
fetchmail: POP3> STAT
fetchmail: POP3< +OK 5 14656
5 messages for rkalkh@wanadoo.nl at smtp.wanadoo.nl (14656 octets).
fetchmail: POP3> LIST
fetchmail: POP3< +OK 5 messages (14656 octets)
fetchmail: POP3< 1 1257
fetchmail: POP3< 2 1261
fetchmail: POP3< 3 1259
fetchmail: POP3< 4 6958
fetchmail: POP3< 5 3921
fetchmail: POP3< .
fetchmail: POP3> RETR 1
fetchmail: POP3< +OK 1257 octets
reading message 1 of 5 (1257 octets)
fetchmail: SMTP< 220 arbodienst.com GroupWise Internet Agent 5.5.1 Ready (C)1993, 1998 Novell, Inc.
<b>fetchmail: SMTP> EHLO localhost
fetchmail: SMTP< 500 Syntax error</b>
fetchmail: SMTP< 220 arbodienst.com GroupWise Internet Agent 5.5.1 Ready (C)1993, 1998 Novell, Inc.
fetchmail: SMTP> HELO localhost
fetchmail: SMTP< 250 arbodienst.com Ok
fetchmail: SMTP> MAIL FROM:<r.kalkhoven@ti.mon3aan.nl>
fetchmail: SMTP< 250 Ok
fetchmail: SMTP> RCPT TO:<admin@arbodienst.com>
fetchmail: SMTP< 250 Ok
fetchmail: SMTP> DATA
fetchmail: SMTP< 354 Enter mail, end with "." on a line by itself
#**********fetchmail: SMTP>. (EOM)
fetchmail: SMTP< 250 Ok
 flushed
fetchmail: POP3> DELE 1
fetchmail: socket error while fetching from pop.wanadoo.nl
fetchmail: Query status=2 (SOCKET)
fetchmail: SMTP> QUIT
fetchmail: SMTP< 221 arbodienst.com Closing transmission channel
fetchmail: normal termination, status 2

.. checking complete.

  • MikeN
  • Registratie: April 2001
  • Laatst online: 18-08 18:21
Zet voortaan je bericht 1x neer....

Maarre, misschien dat het fetchen zolang duurt omdat:
  • Wanadoo heeft opgehangen<li>Verbinding met SMTP server traag is
</li>
Voorzover ik zie in je log, heeft Wanadoo opgehangen, socket error enzo. Nu ben ik dit wel gewend (Casema met fetchmail) en bij mij kan het dan ook lang duren voordat het programma het door heeft. Maar soms ook heel kort. Wat ik me dus afvraag: Heb je dit _altijd_? Of alleen af en toe?
Als het altijd zo is ligt het misschien aan die EHLO, zou daarvoor is gaan zoeken op het internet.