fetchmail with pop3


 
Thread Tools Search this Thread
Special Forums IP Networking fetchmail with pop3
# 1  
Old 09-24-2005
fetchmail with pop3

once i used kmail (or sometimes outlook express) for my e-mail client.
i had no problem with that.
now being with unix console, i want to retrieve pop3 mails, using fetchmail.
(where i can browse my mailbox(es) later)
and it seems something i'm missing or do not understand.
assuming my e-mail address is myname@isp.com
my pop3 server is mail.isp.com (notice! ``mail.'' prefix)
i configured fetchmail with the followings.
Quote:
% cat ~/.fetchmailrc
poll mail.isp.com protocol pop3 user "myname" password "mypassword"
%
after i fetchmail(ed) i got the error.
(note that i have another ~/.procmailrc, which should not relate to the topic)
Quote:
% fetchmail -akv -m "/usr/bin/procmail -d -%T"
fetchmail: 6.2.2 querying mail.isp.com (protocol POP3) at Sat Sep 24 17:44:45 2005: poll started
fetchmail: POP3< +OK Hello there.
fetchmail: POP3> CAPA
fetchmail: POP3< +OK Here's what I can do:
fetchmail: POP3< STLS
fetchmail: POP3< TOP
fetchmail: POP3< USER
fetchmail: POP3< LOGIN-DELAY 10
fetchmail: POP3< PIPELINING
fetchmail: POP3< UIDL
fetchmail: POP3< IMPLEMENTATION Courier Mail Server
fetchmail: POP3< .
fetchmail: POP3> STLS
fetchmail: POP3< +OK Begin SSL/TLS negotiation now.
fetchmail: POP3> CAPA
fetchmail: POP3> USER myname
fetchmail: POP3> PASS
fetchmail: Unknown login or authentication error on myname@mail.isp.com
fetchmail: POP3> QUIT
fetchmail: 6.2.2 querying mail.isp.com (protocol POP3) at Sat Sep 24 17:44:46 2005: poll completed
fetchmail: Query status=15
fetchmail: normal termination, status 15
the problem is in the line highlighted with red.
authentication error on myname@mail.isp.com
certainly, authentication had to fail because my e-mail address is myname@isp.com not myname@mail.isp.com
how to config it correctly? i have tried googling, but still don't know.
any help would be much appreciated.

thx in advance
# 2  
Old 09-25-2005
Hi!
Is your username "myname" ? Usualy, it should be "myname@isp.com" (@isp.com too) beacause it seems that the mail server hosts more domains and when you send your username, you have to tell the domain you belong to. So, try sending "myname@isp.com" instead "myname".
# 3  
Old 09-25-2005
> So, try sending "myname@isp.com" instead "myname".
Quote:
% cat ~/.fetchmailrc
poll mail.isp.com protocol pop3 user "myname@isp.com" password "mypassword"
already tried resulting in
fetchmail: Unknown login or authentication error on myname@isp.com@mail.isp.com

thx for your kind response :-)

[edit] i should have mentioned i use slackware 10.0 kernel 2.4.20 (with optional kernel 2.6.7) fetchmail 6.2.2+SSL+NSL[/edit]

Last edited by jaguar; 09-25-2005 at 05:06 AM..
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Red Hat

Fetchmail Error

Hello All, I am using fecthmail on RHEL 5.fetchmail: fetchmail 6.3.6-1.1.el5.3.1 getting the below error. ################# Installation check passed Fetching email ... mail box file name is ....mailbox.2011051614 /usr/bin/fetchmail --all --timeout 3000 --nokeep --bsmtp... (0 Replies)
Discussion started by: ajaincv
0 Replies

2. UNIX and Linux Applications

fetchmail with two envelope options

Dear All, Is it possible to using 2 envelope options on fetchmail ? Here is fetchmailrc configuration : envelope "Envelope-To" envelope "X-Apparently-To" Thx :) (0 Replies)
Discussion started by: rhein_onizuka@y
0 Replies

3. Linux

Fetchmail Help

Hello there Unix & Linux Guru's and Gifted ones, Can anyone help me configure fetchmail on my redhat 9.0 This sounds to be silly but really I'm new to linux. I really need step by step installation and configuration on our company's required Redhat 9.0 (shrike) OS. Thank you and God... (2 Replies)
Discussion started by: struggled_boy
2 Replies

4. IP Networking

Pop3

Opensuse Postfix ispconfig I would like to limit pop3 connections to three areas. 1. local, like 192. something 2. top domain for my Internet connection, like 204. something. 3. top domain for one other, like 270. something. What would be the easiest/best way to do this?... (1 Reply)
Discussion started by: KillerDog
1 Replies

5. Linux

Fetchmail Ate my inbox!

Hello All. I was messing around with Fetchmail on a Test Email account. Here's what my fetchmailrc file looks like: poll imap.gmail.com proto IMAP fetchall ssl When I ran this, it removed all the test emails from my Google Account. There were a few emails that I needed, however, I... (3 Replies)
Discussion started by: drewrockshard
3 Replies

6. UNIX for Dummies Questions & Answers

fetchmail taking long time to fetchmail...

Hi peeps, We are having around 60 users. The time set to retrieve the mail is 300 sec. But it's taking around 1 hour to deliver mails. I am using debian sarge 3.1. any clues? And how it will affect if I decrease the time? My machine has got 1 p4 3.0 GHZ processor and 1 GB ram. The home... (2 Replies)
Discussion started by: squid04
2 Replies

7. Linux

pop3

Hi Can anybody help me for configuring pop3 mail account i linux i m using linux enterprise 3. (1 Reply)
Discussion started by: naik_mit
1 Replies

8. UNIX for Dummies Questions & Answers

fetchmail suitable for this task?

Hi all. I'm currently building my own webmail server but I will need to collect my mail from several different account scattered around the 'Net. I know fetchmail can do this. The problem I have is that my main POP3 mailbox at my ISP lumps all users' e-mails into one box. This means that... (0 Replies)
Discussion started by: DraconianTimes
0 Replies

9. UNIX for Advanced & Expert Users

pop3

hello dear friends I configured my dns in solaris 8 X86 pc and my sendmail, but i only can send email. i don't can receive email...... i saw inetd.conf and don't have the line of pop3. how can i add the line?and what the command? Thanks friends (8 Replies)
Discussion started by: themask
8 Replies
Login or Register to Ask a Question