<html dir="ltr"><head></head>
<body dir="ltr" style="text-align:left; direction:ltr;" bgcolor="#29353b" text="#cfd8dc" link="#55bcea" vlink="#cfd8dc"><div>Hi James,</div><div><br></div><div>Wow, this takes me back. My first proper job was supporting NTL's doomed internet set top boxes when they launched ntlworld, Project1 as it was known. Ah, the late 90s!!! Y2K panic, the heady days before broadband, Netscape, Eurdora and clearing out large or corrupt mails from customer's inboxes with telnet.</div><div><br></div><div>My favourite ever call, and customer, was from this job. A lovely lady from Swansea, trying to get online for the first time, at her wits end. "I'm typing in my password, see, and it's just coming up STARS." But I digress...</div><div><br></div><div>Try vanilla telnet to the server, that still seems to work OK:</div><div><br></div><div>[<a href="mailto:matt@kraken">matt@kraken</a> ~]$ telnet pop3.ntlworld.com 110</div><div>Trying 62.254.26.206...</div><div>Connected to pop3.ntlworld.com.</div><div>Escape character is '^]'.</div><div>+OK Virgin Media POP3 server ready [ e4c558782NTL ].</div><div>user wypers</div><div>+OK</div><div><br></div><div>Or skin the cat by other means and have a clear out via the webmail interface... mail.ntlworld.com in your browser's address bar will redirect you to the Virgin Media e-mail portal.</div><div><br></div><div>Best of luck!</div><div><br></div><div>Matt</div><div><br></div><div>On Mon, 2020-06-08 at 19:17 +0100, James Wyper via Sclug wrote:</div><blockquote type="cite" style="margin:0 0 0 .8ex; border-left:2px #729fcf solid;padding-left:1ex">
<div dir="ltr">
<div style="FONT-SIZE: 12pt; FONT-FAMILY: 'Calibri'; COLOR: #000000">
<div>Hi</div>
<div> </div>
<div>I’ve got an old-fashioned email set-up that pre-dates my ISP offering IMAP 
access – in fact I set this up after asking this group for advice ~16 years ago 
(thanks again!).  I use fetchmail to pull messages from my ISP’s POP3 
server and then (via postfix) dump them onto a server which in turn runs IMAP 
and makes the email available to multiple devices.  This works well for me 
and I’m in no hurry to change it.</div>
<div><br>Except.. I keep getting a message like this in /var/log/mail.log – it’s 
nothing more than an annoyance but I’d appreciate advice on how I might get rid 
of it.  </div>
<div> </div>
<div>Jun  8 18:00:24 karelia dovecot: imap-login: Login: 
user=<james>, method=PLAIN, rip=86.17.172.114, lip=192.168.0.99, 
mpid=13979, session=<tB7/i5WnovtWEaxy></div>
<div>Jun  8 18:00:24 karelia dovecot: imap(james): Logged out in=120 
out=1139</div>
<div>Jun  8 18:00:53 karelia dovecot: imap-login: Login: 
user=<james>, method=PLAIN, rip=86.17.172.114, lip=192.168.0.99, 
mpid=13984, TLS, session=<p/m2jZWnXsJWEaxy></div>
<div>Jun  8 18:02:26 karelia dovecot: imap(james): Logged out in=135593 
out=75268385</div>
<div>Jun  8 18:02:48 karelia fetchmail[2214]: 1 message for 
wypers@<redacted> at pop3.ntlworld.com (1942 octets).</div>
<div>Jun  8 18:02:48 karelia postfix/smtpd[13996]: connect from 
localhost[127.0.0.1]</div>
<div>Jun  8 18:02:48 karelia postfix/smtpd[13996]: warning: Illegal address 
syntax from localhost[127.0.0.1] in MAIL command: <zydnsacabyinv@></div>
<div>Jun  8 18:02:48 karelia fetchmail[2214]: reading message 
wypers@<redacted>@pop3.ntlworld.com:1 of 1 (1942 octets) not flushed</div>
<div>Jun  8 18:02:48 karelia postfix/smtpd[13996]: disconnect from 
localhost[127.0.0.1] ehlo=1 mail=0/1 rset=1 quit=1 commands=3/4</div>
<div>Jun  8 18:02:48 karelia dovecot: imap-login: Login: 
user=<james>, method=PLAIN, rip=86.17.172.114, lip=192.168.0.99, 
mpid=14002, TLS, session=<M82dlJWnuppWEaxy></div>
<div>Jun  8 18:02:50 karelia dovecot: imap(james): Connection closed 
(STATUS finished 1.316 secs ago) in=348 out=976</div>
<div> </div>
<div>I’m assuming that the problem is a malformed email on the POP3 server that 
fetchmail can’t fetch and delete because my local postfix rejects it.</div>
<div> </div>
<div>To verify this I’ve tried to log on to VirginMedia’s POP3 server manually 
with</div>
<div> </div>
<div>openssl s_client -connect pop3.ntlworld.com:995 </div>
<div> </div>
<div>and get as far as</div>
<div> </div>
<div>+OK Virgin Media POP3 server ready [ e4c558782NTL ].</div>
<div> </div>
<div>When I then enter</div>
<div> </div>
<div>USER <same email address as in /etc/fetchmailrc></div>
<div> </div>
<div>it hangs for a minute and then dumps me out with</div>
<div> </div>
<div>read:errno=0</div>
<div> </div>
<div>Does anyone know the correct incantation to get command-line access to 
Virgin’s POP3 server, or other client methods I could try to find and delete 
this message?  Or am I looking in the wrong place?</div>
<div> </div>
<div>Thanks</div>
<div>James</div></div></div>
</blockquote></body></html>