Networking Forums  

Go Back   Networking Forums > Networking Newsgroups > Linux Networking

POP3 proxy server for RH Linux

Reply
 
Thread Tools Display Modes
  #1  
Old 11-25-2003, 07:02 PM
Default POP3 proxy server for RH Linux




Hello,

I am trying to write a pop3 mail checker. I wanted to know
if there is a
program within the RH package that could help me test a mail
checker .

I would want to set the incoming mail server to something
like 127.0.0.1 in
order to do some testing.

If no such software is there within the RH package please
tell me which
software is best suited for the purpose.

Also let me know if there is an alternate way of testing a
mail checker.

TIA.
--
main(){char s[37]="CSbwjAjocpy/mw!PS!sbwjAeftqbnnfe/dpn";
int i;for(i=0;i<36;putchar(s[i++]-1));return 0;}


Ravi
Reply With Quote
  #2  
Old 11-25-2003, 08:12 PM
Ravi
Guest
 
Posts: n/a
Default Re: POP3 proxy server for RH Linux

On Wed, 26 Nov 2003 00:32:13 +0530, Ravi <(E-Mail Removed)> wrote:

>
> Hello,
>
> I am trying to write a pop3 mail checker. I wanted to know
> if there is a program within the RH package that could help me test a
> mail
> checker .
>
> I would want to set the incoming mail server to something
> like 127.0.0.1 in order to do some testing.


What I mean is I will enter 127.0.0.1 as the incoming pop3 server in the
pop checker and the pop3 server (local) will allow testing.

> If no such software is there within the RH package please
> tell me which software is best suited for the purpose.
>
> Also let me know if there is an alternate way of testing a
> mail checker.


I downloaded qpopper4.0.5.tar.gz. Could this help me?

I think what I actually need is a pop3 server not a proxy server )

--
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/
Reply With Quote
  #3  
Old 11-26-2003, 02:06 AM
William Hooper
Guest
 
Posts: n/a
Default Re: POP3 proxy server for RH Linux

"Ravi" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>
>
>
> Hello,
>
> I am trying to write a pop3 mail checker. I wanted to know
> if there is a
> program within the RH package that could help me test a mail
> checker .
>
> I would want to set the incoming mail server to something
> like 127.0.0.1 in
> order to do some testing.


You want the "imap" package. Either get it from CD 2, or better yet:

$ up2date imap


--
William Hooper

I tried sniffing Coke once, but the ice cubes got stuck in my nose


Reply With Quote
  #4  
Old 11-26-2003, 01:08 PM
Ravi
Guest
 
Posts: n/a
Default Re: POP3 proxy server for RH Linux

On Wed, 26 Nov 2003 02:06:44 GMT, William Hooper
<(E-Mail Removed)_SPAM> wrote:

> "Ravi" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>>
>>
>>
>> Hello,
>>
>> I am trying to write a pop3 mail checker. I wanted to know
>> if there is a
>> program within the RH package that could help me test a mail
>> checker .
>>
>> I would want to set the incoming mail server to something
>> like 127.0.0.1 in
>> order to do some testing.

>
> You want the "imap" package. Either get it from CD 2, or better yet:
>
> $ up2date imap


I have installed the package. How can I add a local account?

Need a little spoon feeding...

TIA.
--
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/
Reply With Quote
  #5  
Old 11-27-2003, 01:17 AM
William Hooper
Guest
 
Posts: n/a
Default Re: POP3 proxy server for RH Linux

"Ravi" <(E-Mail Removed)> wrote in message
news(E-Mail Removed)...
>
> I have installed the package. How can I add a local account?


Any unix account has a pop3 account.

> Need a little spoon feeding...


Don't expect it from me.

--
William Hooper

Make it idiot-proof and someone will make a better idiot


Reply With Quote
  #6  
Old 11-28-2003, 02:04 PM
Ravi
Guest
 
Posts: n/a
Default Re: POP3 proxy server for RH Linux

On Thu, 27 Nov 2003 01:17:02 GMT, "William Hooper"
<(E-Mail Removed)_NOSPAM> wrote:

>"Ravi" <(E-Mail Removed)> wrote in message
>news(E-Mail Removed)...
>>
>> I have installed the package. How can I add a local account?

>
>Any unix account has a pop3 account.


I just heard that for uid's below 100 there is no pop3
account

Do you know how I can enable pop3 for accounts like
(E-Mail Removed)ldomain ?

TIA.

--
main(){char s[37]="CSbwjAjocpy/mw!PS!sbwjAeftqbnnfe/dpn";
int i;for(i=0;i<36;putchar(s[i++]-1));return 0;}
Reply With Quote
  #7  
Old 11-28-2003, 09:17 PM
William Hooper
Guest
 
Posts: n/a
Default Re: POP3 proxy server for RH Linux

"Ravi" <(E-Mail Removed)> wrote in message
news(E-Mail Removed)...
>
> Do you know how I can enable pop3 for accounts like
> (E-Mail Removed)ldomain ?


Use the mail aliases to forward root's mail to a user account.

For sendmail use "man aliases" and /etc/aliases for info. Not sure about
postfix, exim, etc.

--
William Hooper

34th Law of Computing: Anything that can go wrSEEK ERROR ON C: SECTOR D5


Reply With Quote
  #8  
Old 11-29-2003, 09:11 AM
Ravi
Guest
 
Posts: n/a
Default Re: POP3 proxy server for RH Linux

On Fri, 28 Nov 2003 21:17:02 GMT, "William Hooper"
<(E-Mail Removed)_NOSPAM> wrote:

>"Ravi" <(E-Mail Removed)> wrote in message
>news(E-Mail Removed).. .
>>
>> Do you know how I can enable pop3 for accounts like
>> (E-Mail Removed)ldomain ?

>
>Use the mail aliases to forward root's mail to a user account.
>
>For sendmail use "man aliases" and /etc/aliases for info. Not sure about
>postfix, exim, etc.


Ok, redirection is fine. But can I access it via pop3?

TIA.
--
main(){char s[37]="CSbwjAjocpy/mw!PS!sbwjAeftqbnnfe/dpn";
int i;for(i=0;i<36;putchar(s[i++]-1));return 0;}
Reply With Quote
Reply

Tags
linux, pop3, proxy, server

Thread Tools
Display Modes

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 On
HTML code is Off
Forum Jump


All times are GMT. The time now is 07:14 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.