LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 11-12-2003, 04:21 PM   #1
whohasit
Member
 
Registered: Nov 2003
Location: Seattle
Distribution: Fedora Core 1
Posts: 34

Rep: Reputation: 15
ipop - imap services


I have successfully installed imap-2002d-3.i386.rpm

However using:

service start ipop3

returns "ipop3: unrecognized service"

and the same happens trying to start imap.

Directly starting:

/usr/sbin/ipop3d

returns:
+OK POP3 [localhost].[localdomain] v2003.83rh server ready

and similar result for starting imap.


Question:
 
Old 11-12-2003, 04:24 PM   #2
whohasit
Member
 
Registered: Nov 2003
Location: Seattle
Distribution: Fedora Core 1
Posts: 34

Original Poster
Rep: Reputation: 15
(sorry..)

My Question was:

1. Why is this "unrecognized service"? ... Is there something wrong?

2. Can someone point me to documents to get started using the new POP3 server?

i.e.
setting up and account
 
Old 11-12-2003, 04:28 PM   #3
whohasit
Member
 
Registered: Nov 2003
Location: Seattle
Distribution: Fedora Core 1
Posts: 34

Original Poster
Rep: Reputation: 15
Lastly,

I have firewall rules in place and will need to verify/update them accordingly... I am not sure where to proceed here... again.. any previous threads or links to helpful information would be more than helpful... I have used Google and surprisingly, cannot seem to find relevent documents.


Thanks in Advance!!!!

Bryan
Seattle, Washington
 
Old 11-12-2003, 07:18 PM   #4
joseph
Member
 
Registered: Jun 2003
Location: Batam
Distribution: Ubuntu 10 And Linux Mint
Posts: 414

Rep: Reputation: 30
Re: ipop - imap services

Quote:
Originally posted by whohasit
I have successfully installed imap-2002d-3.i386.rpm

However using:

service start ipop3

returns "ipop3: unrecognized service"

and the same happens trying to start imap.

Directly starting:

/usr/sbin/ipop3d

returns:
+OK POP3 [localhost].[localdomain] v2003.83rh server ready

and similar result for starting imap.


Question:
First, you can not start ipop3 and imap using service ipop3d start
because ipop3 and imap is start under xinetd service,so there is no service for pop3. if you want to start your pop3, you must do /etc/rc.d/init.d/xinetd restart
 
Old 11-12-2003, 07:21 PM   #5
joseph
Member
 
Registered: Jun 2003
Location: Batam
Distribution: Ubuntu 10 And Linux Mint
Posts: 414

Rep: Reputation: 30
Quote:
Originally posted by whohasit
Lastly,

I have firewall rules in place and will need to verify/update them accordingly... I am not sure where to proceed here... again.. any previous threads or links to helpful information would be more than helpful... I have used Google and surprisingly, cannot seem to find relevent documents.


Thanks in Advance!!!!

Bryan
Seattle, Washington
what is your firewall? how can we give you the link since you don't give us what is your firewall
 
Old 11-12-2003, 07:23 PM   #6
whohasit
Member
 
Registered: Nov 2003
Location: Seattle
Distribution: Fedora Core 1
Posts: 34

Original Poster
Rep: Reputation: 15
Well.. this is good to know.. Thanks for clarifying..!

I understand at least some of the benefits for using xinetd (to manager connections, services, etc...) so is there any reason other services (i.e. https, ftp, etc) don't run under this 'umbrella' as well?


Bryan
 
Old 11-12-2003, 07:28 PM   #7
whohasit
Member
 
Registered: Nov 2003
Location: Seattle
Distribution: Fedora Core 1
Posts: 34

Original Poster
Rep: Reputation: 15
> what is your firewall? how can we give you the link since you don't give us what is your firewall


Opps!

I am using iptables..

I am trying to figure out why/how I am now pop'ing into this machine w/o explicitly opening those ports (110) (eth0/eth1 are not trusted), and at the same time, continue with opening port 25 for my next project (establishing SMTP)..


Thanks Joe,... your posts (this and others I've seen), have been a big help.

Bryan
 
Old 11-12-2003, 07:44 PM   #8
joseph
Member
 
Registered: Jun 2003
Location: Batam
Distribution: Ubuntu 10 And Linux Mint
Posts: 414

Rep: Reputation: 30
Quote:
Originally posted by whohasit
Well.. this is good to know.. Thanks for clarifying..!

I understand at least some of the benefits for using xinetd (to manager connections, services, etc...) so is there any reason other services (i.e. https, ftp, etc) don't run under this 'umbrella' as well?


Bryan
If i am not wrong in Linux there are two type service :
1 ) stand alone service : its mean you start the service directly
ex. sendmail, squid,etc
2 ) parental service : its mean if you want to start the daemon you must tell its father to start the daemon for you, Ex : ftp,pop3,http,etc
 
Old 11-12-2003, 07:47 PM   #9
joseph
Member
 
Registered: Jun 2003
Location: Batam
Distribution: Ubuntu 10 And Linux Mint
Posts: 414

Rep: Reputation: 30
Quote:
Originally posted by whohasit
> what is your firewall? how can we give you the link since you don't give us what is your firewall


Opps!

I am using iptables..

I am trying to figure out why/how I am now pop'ing into this machine w/o explicitly opening those ports (110) (eth0/eth1 are not trusted), and at the same time, continue with opening port 25 for my next project (establishing SMTP)..


Thanks Joe,... your posts (this and others I've seen), have been a big help.

Bryan
Maybe you can configure it to accept the packets from your networks, not much than that.
 
  


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
qmail-ldap + courier-imap woes (imap capability) syahid Linux - General 1 10-12-2005 12:03 AM
POP3s IPOP (problems) firedude Linux - Software 1 09-20-2005 07:18 PM
IMAP works but IMAP TLS doesn't under PHP (Horde IMP) theparadigm Linux - Software 0 11-17-2003 12:35 AM
Telnet localhost and telnet not from localhost for IMAP services seb77 Linux - Networking 1 10-15-2003 01:20 PM
Can't Start IMAP/POP3 Services stevewilliams Linux - Software 6 08-08-2003 12:04 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 07:54 AM.

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