Re: POP3 Server

2003-10-07 Thread Peramslist
Postfix is an MTA and pls use programs like QPopper for your POP3. - Original Message - From: "David Barkman" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, October 07, 2003 7:49 AM Subject: POP3 Server > Hi, I recently setup Postfix on RH 9. I'm still having trouble connect

Re: POP3 Server

2003-10-07 Thread MKlinke
On Tuesday 07 October 2003 07:49, David Barkman wrote: > Hi, I recently setup Postfix on RH 9. I'm still having trouble > connecting to the mail server with Outlook Express though. The only > way to get outlook to work is to set it to use SSL and port 995, > which is very good. I'm pretty sure i

Re: POP3 Server

2003-10-07 Thread John McKinney
On Tue, 7 Oct 2003, David Barkman wrote: David, > pretty sure inbound mail is not getting in either. And I can't connect on > the smtp port, 25, at all. Check your setting in iptables/chains. Check whether or not you can connect from the local host. > > >From what I've found so far, I think P

Re: pop3 server

2002-07-29 Thread Michael Fratoni
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Monday 29 July 2002 08:25 pm, Wesley Murphy wrote: > RH has pop3 on it already. It is not installed by default, however. You need to install the imap package. > Edit > /etc/xinet.d/ipop3 > > disbale=yes ---> disable=no > > Then run > > service

Re: pop3 server

2002-07-29 Thread Aly Dharshi
> - Original Message - > Sent: Monday, July 29, 2002 4:14 PM > Subject: Re: pop3 server > > > | On Tue, 2002-07-30 at 00:07, daniel wrote: > | > i'm experimenting with compiling and configuring sendmail from source > and i > | > think i've a

Re: pop3 server

2002-07-29 Thread daniel
ch science brings one back - roger bacon - Original Message - Sent: Monday, July 29, 2002 4:14 PM Subject: Re: pop3 server | On Tue, 2002-07-30 at 00:07, daniel wrote: | > i'm experimenting with compiling and configuring sendmail from source and i | > think i'

Re: pop3 server

2002-07-29 Thread Wesley Murphy
RH has pop3 on it already. Edit /etc/xinet.d/ipop3 disbale=yes ---> disable=no Then run service xinetd restart and telnet localhost 110 to check it. I can't remember any exploits for pop3, I'm sure if you register your machine with rhn.redhat.com and pay attention to it, you should be ok

Re: pop3 server

2002-07-29 Thread Mark C
On Tue, 2002-07-30 at 00:07, daniel wrote: > i'm experimenting with compiling and configuring sendmail from source and i > think i've actually got it working... problem is, i still can't grab my mail > off my linux box from another machine. pop3 is needed for this right? > > what software is ever

Re: pop3 server

2002-07-29 Thread Aly Dharshi
You could also use Imap as that will leave mail on the server, you are using Sendmail which works with mbx format mailboxes so you may want to use UW-Imap server. I guess that they also bundle a pop server with it if I am not mistaken. If you get adventerous and want to use Maildir formats to s

Re: POP3 Server ??

2002-06-04 Thread Darryl Harvey
At 01:14 AM 5/06/2002, you wrote: >-BEGIN PGP SIGNED MESSAGE- >Hash: SHA1 > >Darryl Harvey wrote: > > >I am running RH7.3, it doesn't seem to come with a PoP3 server. (Why?) > >Sure it does; it's part of the UW IMAP package. 'locate pop3' would >have shown you /usr/sbin/ipop3d. > >- -d no

Re: POP3 Server ??

2002-06-04 Thread Darryl Harvey
At 01:10 AM 5/06/2002, you wrote: >On 2002.06.04 09:41 Darryl Harvey wrote: >>I am running RH7.3, it doesn't seem to come with a PoP3 server. (Why?) >>What options do I have for a pop3 server ? >>Which should I install to use ?? > >I can't believe that. RH 7.2 has /usr/sbin/ipop3d which is part >

Re: POP3 Server ??

2002-06-04 Thread Darryl Harvey
At 01:10 AM 5/06/2002, you wrote: >On Wed, Jun 05, 2002 at 12:53:38AM +1000, Greg Wright wrote: > > >I am running RH7.3, it doesn't seem to come with a PoP3 server. (Why?) > > > > It will not be installed, I am sure it has an RPM on one of those CD disc > > thingies :) > >I did an everything insta

Re: POP3 Server ??

2002-06-04 Thread David Talkington
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Darryl Harvey wrote: >I am running RH7.3, it doesn't seem to come with a PoP3 server. (Why?) Sure it does; it's part of the UW IMAP package. 'locate pop3' would have shown you /usr/sbin/ipop3d. - -d - -- David Talkington PGP key: http://www.p

Re: POP3 Server ??

2002-06-04 Thread Karl O . Pinc
On 2002.06.04 09:41 Darryl Harvey wrote: > I am running RH7.3, it doesn't seem to come with a PoP3 server. (Why?) > > What options do I have for a pop3 server ? > > Which should I install to use ?? I can't believe that. RH 7.2 has /usr/sbin/ipop3d which is part of the imap-2001a-1.72.0 rpm. (

Re: POP3 Server ??

2002-06-04 Thread Matthew Bradford
> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 04, 2002 11:10 AM Subject: Re: POP3 Server ?? > On Wed, Jun 05, 2002 at 12:53:38AM +1000, Greg Wright wrote: > > >I am running RH7.3, it doesn't seem to come with a PoP3 server. (Why?) > > > > It will not be install

Re: POP3 Server ??

2002-06-04 Thread Lynne Lawrence
Greg Wright wrote: > *** REPLY SEPARATOR *** > > On 5/06/2002 at 12:41 AM Darryl Harvey [EMAIL PROTECTED] > [gregausit/redhat-list] wrote: > > >I am running RH7.3, it doesn't seem to come with a PoP3 server. (Why?) > > It will not be installed, I am sure it has an RPM on one of t

Re: POP3 Server ??

2002-06-04 Thread Mike Burger
It most certainly does...it's part of the imap-2000 package. If you want to enable it, you merely need to run: "chkconfig ipop3 on" On Wed, 5 Jun 2002, Darryl Harvey wrote: > I am running RH7.3, it doesn't seem to come with a PoP3 server. (Why?) > > What options do I have for a pop3 server ?

Re: POP3 Server ??

2002-06-04 Thread Kent Borg
On Wed, Jun 05, 2002 at 12:53:38AM +1000, Greg Wright wrote: > >I am running RH7.3, it doesn't seem to come with a PoP3 server. (Why?) > > It will not be installed, I am sure it has an RPM on one of those CD disc > thingies :) I did an everything install, and it is, indeed, there. > >What optio

Re: POP3 Server ??

2002-06-04 Thread Greg Wright
*** REPLY SEPARATOR *** On 5/06/2002 at 12:41 AM Darryl Harvey [EMAIL PROTECTED] [gregausit/redhat-list] wrote: >I am running RH7.3, it doesn't seem to come with a PoP3 server. (Why?) It will not be installed, I am sure it has an RPM on one of those CD disc thingies :) > >W

Re: Pop3 Server Client Setup

2002-05-13 Thread Amir Tal
On Monday 13 May 2002 11:00, Amir Tal wrote: > On Monday 13 May 2002 02:42, Bill Overbaugh wrote: > > Aha! Tal, you were right on. I ran the chkconfig and ipop3 *is* running, > > but port 110 is closed up by default with ipchains. > > > > Now, the next question is, how do I open that port? > > > >

Re: Pop3 Server Client Setup

2002-05-13 Thread Amir Tal
On Monday 13 May 2002 02:42, Bill Overbaugh wrote: > Aha! Tal, you were right on. I ran the chkconfig and ipop3 *is* running, > but port 110 is closed up by default with ipchains. > > Now, the next question is, how do I open that port? > > I have added > -A input -s 0/0 -d 0/0 110 -p tcp -y -j ACC

Re: Pop3 Server Client Setup

2002-05-12 Thread Mike Burger
Now, as root, type "ipchains -A input -s0/0 -d 0/0 110 -p tcp -y -j ACCEPT" at a command line, or try "service ipchains restart" to load the new configuration that edited. On Sun, 12 May 2002, Bill Overbaugh wrote: > Aha! Tal, you were right on. I ran the chkconfig and ipop3 *is* running, > b

Re: Pop3 Server Client Setup

2002-05-12 Thread Bill Overbaugh
Aha! Tal, you were right on. I ran the chkconfig and ipop3 *is* running, but port 110 is closed up by default with ipchains. Now, the next question is, how do I open that port? I have added -A input -s 0/0 -d 0/0 110 -p tcp -y -j ACCEPT to my /etc/sysconfig/ipchains file. But honestly, I just c

Re: Pop3 Server Client Setup

2002-05-12 Thread Amir Tal
On Monday 13 May 2002 01:38, Mike Burger wrote: > It's probably the server config. > > What does "chkconfig --list ipop3" give you? If it shows: > > ipop off > > then run "chkconfig ipop3 on" to turn on the pop3 server. assuming that you do have a pop3 server running, and that port 110 is

Re: Pop3 Server Client Setup

2002-05-12 Thread Mike Burger
It's probably the server config. What does "chkconfig --list ipop3" give you? If it shows: ipop off then run "chkconfig ipop3 on" to turn on the pop3 server. On Sun, 12 May 2002, Bill Overbaugh wrote: > Hi folks, > > Background: > I'm a newbie at this, I've been running my webserver f

RE: POP3 server

2002-01-06 Thread Robert Finneran
ECTED] Subject: Re: POP3 server depends on what your skill is and what your system would be serving exactly. On Sun, 6 Jan 2002, Julian Opificius wrote: > What would you experts out there recommend for a POP3 server for my RH7.2 box? &g

Re: POP3 server

2002-01-06 Thread Chuck Mead
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sun, 6 Jan 2002, Julian Opificius posted the following: JO>I guess you're saying imap is adequate for the job. Nope. I'm saying the pop3 daemon contained within the imap rpm (ipop3d) is more than adequate for what you're doing. JO>I'll go yank

Re: POP3 server

2002-01-06 Thread Julian Opificius
I guess you're saying imap is adequate for the job. I'll go yank it off the CD, thanks. julian. == At 04:44 PM 1/6/02 -0500, you wrote: >-BEGIN PGP SIGNED MESSAGE- >Hash: SHA1 > >On Sun, 6 Jan 2002, Julian Opificius posted the following: > >JO>I've managed Windows and Nov

Re: POP3 server

2002-01-06 Thread Chuck Mead
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sun, 6 Jan 2002, Julian Opificius posted the following: JO>I've managed Windows and Novell systems for several years, so I'm no rookie JO>to SMTP/POP3. I'm a relative rookie on Linux, however. JO> JO>I want to serve a modest home LAN with Eudora

Re: POP3 server

2002-01-06 Thread Julian Opificius
I've managed Windows and Novell systems for several years, so I'm no rookie to SMTP/POP3. I'm a relative rookie on Linux, however. I want to serve a modest home LAN with Eudora clients, and whatever graphical is good on Linux/KDE. julian. = At 04:18 PM 1/6/02 -0500, you wrote: >d

Re: POP3 server

2002-01-06 Thread Statux
depends on what your skill is and what your system would be serving exactly. On Sun, 6 Jan 2002, Julian Opificius wrote: > What would you experts out there recommend for a POP3 server for my RH7.2 box? > > julian. > > > > Just

Re: POP3 server config page?

1998-07-01 Thread dreamwvr
At 03:44 PM 6/26/98 -0500, you wrote: >-Original Message- >From: dreamwvr <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> >Date: Thursday, June 25, 1998 2:08 PM >Subject: Re: POP3 server config page? > > >>Hi Sean, >> You ha

Re: POP3 server config page?

1998-06-26 Thread Hoe-Teck Wee
Hello, dreamwver. The pop3 and imap4 daemons should be executed by inetd and not from the shell. You should therefore uncomment/insert the following lines in your /etc/inetd.conf: pop-3 stream tcp nowait root /usr/sbin/tcpd /usr/sbin/popper #qpopper imapstream tcp nowait root

Re: POP3 server config page?

1998-06-26 Thread dreamwvr
Thanks for the feed:') ___ DREAMWVR.COM - TOTAL WEB INTEGRATION, DEVELOPMENT, DESIGN SERVICES. Featuring Website Development and Web Strategies of a TOP Developer

Re: POP3 server config page?

1998-06-26 Thread Shawn McMahon
-Original Message- From: dreamwvr <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Thursday, June 25, 1998 2:08 PM Subject: Re: POP3 server config page? >Hi Sean, > You had mentioned that IMAP is better than POP3 but i am not certain >how to c

Re: POP3 server config page?

1998-06-26 Thread Anthony E. Greene
At 10:28 6/25/98 -0600, dreamwvr wrote: >Hi Sean, > You had mentioned that IMAP is better than POP3 but i am not certain >how to configure it:'( do you simply add it to /etc/services and have it >listen for >requests for mail. From what i understand it does the delivery rather than >sendmai

Re: POP3 server config page?

1998-06-26 Thread dreamwvr
Thanks for the reply, i have imapd and ipop3d on my linux box but if you do a ipop3d for instance you get a shell per se. Well obviously i don't know what to do with the thing and since imapd allows for both delivery and client deciding if he or she wishes to keep mail on server i really want t

Re: POP3 server config page?

1998-06-25 Thread Paul Fontenot
All i did for my setup was to install the imap package and voila! It works. Don't know why, it just does. -Paul -- PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES! http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists To unsubscribe: mai

Re: POP3 server config page?

1998-06-25 Thread dreamwvr
dreamwvr At 10:20 PM 6/24/98 -0500, you wrote: >-Original Message- >From: Dodd Graham Civ USAFE CSS/SCBS <[EMAIL PROTECTED]> >To: '[EMAIL PROTECTED]' <[EMAIL PROTECTED]> >Cc: '[EMAIL PROTECTED]' <[EMAIL PROTECTED]> >Date: Tuesday, June 23,

Re: POP3 server config page?

1998-06-25 Thread Shawn McMahon
-Original Message- From: Dodd Graham Civ USAFE CSS/SCBS <[EMAIL PROTECTED]> To: '[EMAIL PROTECTED]' <[EMAIL PROTECTED]> Cc: '[EMAIL PROTECTED]' <[EMAIL PROTECTED]> Date: Tuesday, June 23, 1998 9:28 AM Subject: RE: POP3 server config page? >BTW ta

RE: POP3 server config page?

1998-06-23 Thread Dodd Graham Civ USAFE CSS/SCBS
I set this up recently for a local company. They use Outlook Express to POP in and get their mail, plus send local intranet mail, the server dials out at preset times to deliver outgoing mail and pickup any incoming mail. Install the IMAP rpm it has the POP3 server in it, enable the POP3 service

RE: POP3 server config page?

1998-06-22 Thread Hoe-Teck Wee
Hello. You might like to give Eudora's qpopper POP3 server a go. As with most POP3 servers, minimal configuration is required unless U require APOP or support for shadow passwords. ftp://mudflap.cafes.net/pub/redhat5/qpopper*.i386.rpm Just make sure that u've got inetd [/etc/inetd.conf] set up

RE: POP3 server error

1998-06-07 Thread Hoe-Teck Wee
Hello .. You would have to tell us the error message that you get with using POP3 in Navigator before we can help. Pine doesn't allow you to receive mail from a POP3 server; you'd have to use fetchmail to download the mail to your Linux box first. A good way to check your POP3 server is to do a t

RE: POP3 Server...

1998-05-19 Thread Hoe-Teck Wee
Hello, you'd need a POP3 server for that purpose. RedHat 5 comes with imapd which contains a pop3 server. You could otherwise use qpopper or cucipop, which should be available from the redhat ftp sites. Try a search on ftp.redhat.com at www.redhat.com/search/ ? It's not difficult to install a pop

Re: POP3 Server...

1998-05-19 Thread Kazumoto Kondo
Currently RedHat ships the imap rpm package with 5.0 that contains a version of the popd server which will allow people to use their email clients to gather mail from a machine running popd. Check the man pages of popd for more info. You'll find the imap4.rpm. I hope this information was he