LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Server
User Name
Password
Linux - Server This forum is for the discussion of Linux Software used in a server related context.

Notices


Reply
  Search this Thread
Old 04-29-2011, 05:36 AM   #1
centos123
Member
 
Registered: Apr 2011
Posts: 397

Rep: Reputation: 16
fetchmail error--


i can't fetchmail form my company server to local pc.it gives error


fetchmail: WARNING: Running as root is discouraged.
fetchmail: starting fetchmail 6.3.6 daemon
fetchmail: connection to 202.137.236.11op3 [202.137.236.11/110] failed: Connection timed out.
fetchmail: POP3 connection to 202.137.236.11 failed: Connection timed out
fetchmail: Query status=2 (SOCKET)
fetchmail: connection to gmail.comop3 [74.125.236.56/110] failed: Connection timed out.


iam trying to connect but it can't

pls help me
 
Old 04-29-2011, 05:51 AM   #2
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Quote:
fetchmail: WARNING: Running as root is discouraged.
Don't run fetchmail as root.
Any firewall?

Kind regards
 
Old 04-29-2011, 06:24 AM   #3
Senthilv
Member
 
Registered: Jan 2011
Posts: 66
Blog Entries: 2

Rep: Reputation: 0
For This you First Check
ping 202.137.236.11
whether if its Working Means
then,do
Login through telnet and check it, if its working or not .......
For this View this link
http://www.yuki-onna.co.uk/email/smtp.html
 
Old 04-29-2011, 06:29 AM   #4
omgs
Member
 
Registered: Dec 2010
Posts: 64

Rep: Reputation: 6
Apart from connecting as root, the server is smtp.gmail.com in port 995.
 
Old 04-29-2011, 09:18 AM   #5
centos123
Member
 
Registered: Apr 2011
Posts: 397

Original Poster
Rep: Reputation: 16
thanks for replying all
their is firewall between my pc and server pc
 
Old 04-29-2011, 10:16 AM   #6
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Quote:
their is firewall between my pc and server pc
Well, is port 110 open?
What is the output from
Code:
telnet 202.137.236.11 110
What happens if you disable the firewall?

Kind regards
 
Old 04-29-2011, 10:50 AM   #7
centos123
Member
 
Registered: Apr 2011
Posts: 397

Original Poster
Rep: Reputation: 16
my dovecot service is not ruunig...
it gives error


#service dovecot start
Starting Dovecot Imap: Fatal: listen(143) failed: Address already in use
[FAILED]
and while doing telnet it takes lot of time..my pop3 is not running.

how to start pop3
 
Old 04-29-2011, 12:45 PM   #8
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
I have no problem connecting to the mail server
Code:
repo@cannabis ~]$ telnet 202.137.236.11 110
Trying 202.137.236.11...
Connected to 202.137.236.11.
Escape character is '^]'.
+OK <52810.1304098629@pop.rediffmailpro.com>
quit
+OK 
Connection closed by foreign host.
repo@cannabis ~]$
From where are you connecting to what server?
Code:
i can't fetchmail form my company server to local pc.it gives error
Are they in the same local network, or are you connecting to the outside (your home pc)
Where is dovecat running?

Kind regards

Last edited by repo; 04-29-2011 at 12:46 PM.
 
Old 04-29-2011, 11:28 PM   #9
centos123
Member
 
Registered: Apr 2011
Posts: 397

Original Poster
Rep: Reputation: 16
thanks repo
iam in a project for making mail server.
iam connecting server from my company.and all my server and other pc are connected in lan.my mail server can fetch mail.but pc mc cant fetch nor ping this ip....
it error Time Out.

can you tell me how to start pop3 service .might be issue with pop3.
 
Old 04-29-2011, 11:32 PM   #10
centos123
Member
 
Registered: Apr 2011
Posts: 397

Original Poster
Rep: Reputation: 16
iam in same network of server.and dovecot in my pc is not running.

#service dovecot start
Starting Dovecot Imap: Fatal: listen(143) failed: Address already in use
[FAILED]
what to do.
 
Old 04-29-2011, 11:35 PM   #11
centos123
Member
 
Registered: Apr 2011
Posts: 397

Original Poster
Rep: Reputation: 16
#netstat -lnp | grep :143

tcp 0 0 0.0.0.0:143 0.0.0.0:* LISTEN 2592/tcpserver
what to do
 
Old 04-30-2011, 01:20 AM   #12
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Just kill the tcpserver, and let him listen on another port.

Kind regards
 
Old 04-30-2011, 01:53 AM   #13
centos123
Member
 
Registered: Apr 2011
Posts: 397

Original Poster
Rep: Reputation: 16
thanks repo

iam using qmail and it uses courier-imap and qmail-pop3 services.
i talked to support they told dovecot run with postfix not with qmail.so not to configure dovecot.
when i telnet


telnet 127.0.0.1 110
Trying 127.0.0.1...
Connected to abc.co.in (127.0.0.1).
Escape character is '^]'.
+OK <29898.1304146121@abc.co.in>

cursor stoped here and when i hit enter it shows-

-ERR authorization first


what to do
 
Old 04-30-2011, 05:37 AM   #14
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Quote:
telnet 127.0.0.1 110
Trying 127.0.0.1...
Connected to abc.co.in (127.0.0.1).
Escape character is '^]'.
+OK <29898.1304146121@abc.co.in>
This means it's working.
The server is accepting connections on port 110

Kind regards
 
Old 04-30-2011, 06:05 AM   #15
centos123
Member
 
Registered: Apr 2011
Posts: 397

Original Poster
Rep: Reputation: 16
so repo now what to do.
iam trying to fetch mail from mail server.iam not success.

cat /root/.fetchmailrc

poll 202.137.236.11 proto pop3 localdomains mypcdomain.co.in vpopdomain.co.in no dns uidl
envelope Delivered-To:
#server name
qvirtual abc.co.in-

user abc@abc.co.in with pass "123" is xyz@mypcdomain.co.in here keep forcecr flush dropdelivered batchlimit 15

here abc is server catchall account in server domain abc.co.in and xyz is catchall account in my pc,and vpopdomain is domain created through vadddomain in pc.



log of fetchmail--------------

fetchmail: POP3 connection to 202.137.236.11 failed: Connection timed out
fetchmail: Query status=2 (SOCKET)
fetchmail: sleeping at Sat Apr 30 16:16:34 2011 for 15 seconds
fetchmail: awakened at Sat Apr 30 16:16:49 2011
fetchmail: connection to 202.137.236.11op3 [202.137.236.11/110] failed: Connection timed out.


what is the problem how to solve
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
postfix - fetchmail error varun_saa Mandriva 4 09-25-2014 05:07 AM
fetchmail socket error bobcatch Linux - Newbie 0 03-04-2005 03:41 AM
Fetchmail - Permission error jacquedp Linux - Newbie 1 02-23-2005 02:06 PM
fetchmail error Mux Linux - Networking 2 05-21-2002 05:25 PM
fetchmail error Mux Linux - Software 1 05-20-2002 10:35 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Server

All times are GMT -5. The time now is 01:05 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration