From: Axel J. <axe...@tu...> - 2017-02-21 16:31:46
|
I want to report back to this list about the problem I had with accessing my account via fetchmail and IMAP. It had nothing to do with fetchmail, and after many emails and countless attempts to login to the mail server with different username combinations I received this email from the KTH IT Support today: >>>>> From KTH IT Support: You should not use any other settings then in the manual. ... When I think of it we have from time to time had problem with one or 2 users on mailboxserver level. What we then have done is to restart the imap service on a specific server. I have tried this on the server where your mailbox is placed exdb06. I hope this will work. And it worked. So restarting the server solved the issue. Thanks to all who have tried to help me! --Axel >>>>> On Fri, 10 Feb 2017 12:21:54 -0500, grarpamp <gra...@gm...> said: > On Fri, Feb 10, 2017 at 5:32 AM, Axel Jantsch <axe...@tu...> wrote: >> So somehow I use the wrong username or password. I suspect the username >> because the error message says >> >>>> fetchmail: Authorization failure on ax...@we... >> >> but my email address and account is really ax...@kt... >> >> But I do not know how I could use that name because then I get the error >> for ax...@kt...@webmail.kth.se >> >> Maybe I should use some Exchange specific format like >> ug.kth.se\axel ??? >> >> I tried that but it still appends @webmail.kth.se with the corresponding >> error message. >> >> Is there a way to have fetchmail use "ax...@kt..." ? >> > https://www.kth.se/en/student/kth-it-support/work-online/email/settings-and-config/installningar-for-thunderbird-1.282051 >> > https://www.kth.se/en/student/kth-it-support/work-online/email/settings-and-config/imap-installningar-for-kth-e-post-1.3887 >> >> fetchmail: IMAP< * CAPABILITY IMAP4 IMAP4rev1 AUTH=PLAIN > First, test this by reading the RFC spec for IMAP4 auth, which people > have posted links to or search, then login to the mail server > manually using openssl / gnutls command, to confirm your > username and password are exactly what you think they are. > openssl s_client -connect server:port [-starttls imap] >> >> fetchmail: IMAP> A0002 LOGIN "axel" * >> >> fetchmail: IMAP< A0002 NO LOGIN failed. > It is extremely unlikely these days that your usename is not > required by the server to be qualified with the @fqdn. Fix that and retry. >> >> my .fetchmailrc file looks like this: >> >> >> >> poll webmail.kth.se protocol imap >> >> port 993 >> >> authenticate password >> >> user 'axel' >> >> password 'topsecret' >> >> # ssl sslproto 'auto' >> >> ssl sslproto tls1 sslcertck >> >> mda "/usr/bin/procmail -f sendmail" > Break all these multiple config statements into one per line. > 'user' is 'username' then lines up nicely with 'password'. > 'poll' is nothing more than a nop config stanza label string, > when you add a proper 'via' statement. I've talked / ticketed > about this regarding fetchmail-7 full config flexibility. > Today, you can have nonideal part of it with 6, and I do have, > poll blah2 > via <fqdn9> > username <user3@fqdn7> > and then fetchmail "blah2". > I say all this because your unqualified 'axel' username is being appended > by silly 'poll' mashup of concept to submit LOGIN 'axel@poll'. > I'm guessing kth changed to require @fqdn to support virtuals, > so you would have to test and change your config to match. >> >> My email address there is ax...@kt..., but the IMAP server is webmail.kth.se > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, SlashDot.org! http://sdm.link/slashdot > _______________________________________________ > Fetchmail-users mailing list > Fet...@li... > https://lists.sourceforge.net/lists/listinfo/fetchmail-users -- Axel Jantsch, Prof. of Systems on Chip TU Wien Gusshausstrasse 27-29/384, 1040 Vienna, Austria Phone: +43 1 58801 38415 Email: axe...@tu... Web: www.ict.tuwien.ac.at |