POP3 proxy server for RH Linux

This is a discussion on POP3 proxy server for RH Linux within the Linux Networking forums, part of the Linux Forums category; Hello, I am trying to write a pop3 mail checker. I wanted to know if there is a program within ...


Go Back   Usenet Forums > Linux Forums > Linux Networking

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 11-25-2003
Ravi
 
Posts: n/a
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;}
Reply With Quote
  #2 (permalink)  
Old 11-25-2003
Ravi
 
Posts: n/a
Default Re: POP3 proxy server for RH Linux

On Wed, 26 Nov 2003 00:32:13 +0530, Ravi <ravi@despammed.com> 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 :o)

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

"Ravi" <ravi@despammed.com> wrote in message
news:lo97svoit1e2oj8vula6eeo63vsa9uc7qh@4ax.com...
>
>
>
> 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 (permalink)  
Old 11-26-2003
Ravi
 
Posts: n/a
Default Re: POP3 proxy server for RH Linux

On Wed, 26 Nov 2003 02:06:44 GMT, William Hooper
<whooperhsd@earthlink.net.NO_SPAM> wrote:

> "Ravi" <ravi@despammed.com> wrote in message
> news:lo97svoit1e2oj8vula6eeo63vsa9uc7qh@4ax.com...
>>
>>
>>
>> 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 (permalink)  
Old 11-27-2003
William Hooper
 
Posts: n/a
Default Re: POP3 proxy server for RH Linux

"Ravi" <ravi@despammed.com> wrote in message
news:opry8xf9tf2ctyyi@news.individual.net...
>
> 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 (permalink)  
Old 11-28-2003
Ravi
 
Posts: n/a
Default Re: POP3 proxy server for RH Linux

On Thu, 27 Nov 2003 01:17:02 GMT, "William Hooper"
<whooper@infinet.com_NOSPAM> wrote:

>"Ravi" <ravi@despammed.com> wrote in message
>news:opry8xf9tf2ctyyi@news.individual.net...
>>
>> 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
root@localhost.localdomain ?

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 (permalink)  
Old 11-28-2003
William Hooper
 
Posts: n/a
Default Re: POP3 proxy server for RH Linux

"Ravi" <ravi@despammed.com> wrote in message
news:p8lesv4esgc0hvf9nj8if7pt5ctq46vf38@4ax.com...
>
> Do you know how I can enable pop3 for accounts like
> root@localhost.localdomain ?


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 (permalink)  
Old 11-29-2003
Ravi
 
Posts: n/a
Default Re: POP3 proxy server for RH Linux

On Fri, 28 Nov 2003 21:17:02 GMT, "William Hooper"
<whooper@infinet.com_NOSPAM> wrote:

>"Ravi" <ravi@despammed.com> wrote in message
>news:p8lesv4esgc0hvf9nj8if7pt5ctq46vf38@4ax.com.. .
>>
>> Do you know how I can enable pop3 for accounts like
>> root@localhost.localdomain ?

>
>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
Thread Tools Search this Thread
Search this Thread:

Advanced Search
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 Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT +1. The time now is 09:34 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0