- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: pop3 daemon for Fedora Core 1
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2004 10:02 AM
05-01-2004 10:02 AM
Does anyone know where on Fedora Core 1 there is pop3 or email reader service of some flavor ?
Thanks for any help !!
Vern
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2004 03:44 PM
05-01-2004 03:44 PM
Re: pop3 daemon for Fedora Core 1
Here is how to get it enabled.
as root
cd /etc/xinetd.d
vi ipop3
change disable=yes to disable=no
Do the same thing for ipop2
service xinetd restart
Then any pop3 reader will be able to pull mail off the server.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2004 04:01 PM
05-01-2004 04:01 PM
SolutionIf it is, then just:
chkconfig ipop3d on
That should be it!
If you're using a firewall, or TCP wrappers, they'll need to be opened up to allow your LAN to access port 110.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2004 04:50 PM
05-01-2004 04:50 PM
Re: pop3 daemon for Fedora Core 1
I looked for pop3, and pop2 in xinetd.d; they were not present in either of my two Fedora installs. (My PC and the server ) I think I selected the option to install everything. That was my intent; maybe I missed something.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2004 06:06 PM
05-01-2004 06:06 PM
Re: pop3 daemon for Fedora Core 1
Stuart's post has it all......
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2004 10:45 PM
05-01-2004 10:45 PM
Re: pop3 daemon for Fedora Core 1
Fedora looks great so far !
Vern
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2004 11:26 PM
05-01-2004 11:26 PM
Re: pop3 daemon for Fedora Core 1
rpm -q imap
from the command line gets me the usage error message. I've never used rpm; guess it is time I got to know it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2004 11:30 PM
05-01-2004 11:30 PM
Re: pop3 daemon for Fedora Core 1
to query uninstalled rpm
rpm -qp path/rpm_name.rpm
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2004 11:57 PM
05-01-2004 11:57 PM
Re: pop3 daemon for Fedora Core 1
[root@linda root]# rpm -q imap
package imap is not installed
[root@linda root]#
I have the set of three Fedora CD's from cheapbytes.com; they come bare; no documentation; but they were only $9 so what the hey !
So my task now is down to; how to get the package off the CD's ??
Vern
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2004 12:11 AM
05-02-2004 12:11 AM
Re: pop3 daemon for Fedora Core 1
ftp://195.220.108.108/linux/fedora/core/1/i386/os/Fedora/RPMS/imap-2002d-3.i386.rpm
just click on the link
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2004 01:03 AM
05-02-2004 01:03 AM
Re: pop3 daemon for Fedora Core 1
[root@linda dovecot-0.99.10]# rpm -q dovecot
dovecot-0.99.10-6
[root@linda dovecot-0.99.10]#
And dovecot seems to be installed; but no imap or pop3. Getting closer; but not quite there yet.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2004 01:13 AM
05-02-2004 01:13 AM
Re: pop3 daemon for Fedora Core 1
http://download.fedora.redhat.com/pub/fedora/linux/core/1/i386/os/Fedora/RPMS/
locate the imap package and download it.
Best regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2004 02:18 AM
05-02-2004 02:18 AM
Re: pop3 daemon for Fedora Core 1
If you picked squirrelmail on the install checklist then imap went int. This applies to Fedora Core 1 and RH 3.0 series.
The imap rpm should be on the original install cd and can be installed directly with the rpm -iv command or via the graphical installer add/remove programs, though the latter route has proved somewhat troublesome for me.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2004 04:29 AM
05-02-2004 04:29 AM
Re: pop3 daemon for Fedora Core 1
I popped cd#3 in the cd drive; the drive symbol appeared on the desktop; clicked the symbol; found the rpm package; clicked on it; and bingo; it istalled and ipop3 and other good stuff appeared in the /etc/xinetd.d directory.
From there I set disable = no rebooted and was home free !
Thanks again Steven !
Vern
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2004 03:44 PM
05-02-2004 03:44 PM
Re: pop3 daemon for Fedora Core 1
The binary for the pop2 and pop3 servers are packaged together with the imap server, in the 'imap' package.
The developer I beleive is associated with Washington U, and they do all 3, as well as the email reader 'Pine' and editor 'Pico'.
The source packages for them are all tied together so.. Much fun.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2004 07:39 PM
05-02-2004 07:39 PM
Re: pop3 daemon for Fedora Core 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2004 06:33 AM
05-20-2004 06:33 AM
Re: pop3 daemon for Fedora Core 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2004 03:53 AM
05-27-2004 03:53 AM
Re: pop3 daemon for Fedora Core 1
You want to find yourself imap-2002d-3.i386.rpm and "rpm -Uvh imap-2002d-3.i386.rpm" will see you home and hosed.
Then (if you're using postfix) just "service postfix restart". If you're not using postfix, then you should ;-)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2004 03:59 AM
05-27-2004 03:59 AM
Re: pop3 daemon for Fedora Core 1
The problem that I had was that I could not update the php-imap. The up2date was down so I had to learn how to use CPAN and yum, once I got that working I was okay.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2004 01:36 PM
05-27-2004 01:36 PM
Re: pop3 daemon for Fedora Core 1
That aside - dovecot is fine for IMAP but you're going to run into POP3 troubles down the track, I think. I would really recommend you *do* get imap-2002.... You can find it at "http://rpmfind.rediris.es/rpm2html/fedora-os-i386/imap-2002d-3.i386.html"
I run a whole heap of Fedora Core 1 servers and everyone of them has imap/pop3 in by default - so it sounds like we've both been hit by some wierd installation bug. It definately should be there, by default.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2004 01:24 AM
05-28-2004 01:24 AM
Re: pop3 daemon for Fedora Core 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2004 03:27 AM
05-28-2004 03:27 AM
Re: pop3 daemon for Fedora Core 1
Just out of curiosity what Email Application are you using? Is it webmail?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2004 12:16 PM
05-28-2004 12:16 PM
Re: pop3 daemon for Fedora Core 1
AS for mail - it's postfix but the web client is squirrelmail (built into fedora - you'd think the built in client would work, wouldn't you?) I played briefly with dovecot but found that mailboxes tended to become locked for no reason. Still, that was some time back and dovecot may / may not have had anything to do with that.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2004 08:02 PM
06-11-2004 08:02 PM
Re: pop3 daemon for Fedora Core 1
I just installed Fedora 2 and found I had a problem connecting with my Outlook to my Pop3 server. I had installed Dovecot and I know IMAP is working as I can telnet to the port and squirrelmail is working OK.
Where do I enable POP3?
Thanks
Warren
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2004 11:05 PM
06-11-2004 11:05 PM
Re: pop3 daemon for Fedora Core 1
Just click "New Message" instead of "Reply"