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 ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
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;} |
|
|||
|
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 > 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/ |
|
|||
|
"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 |
|
|||
|
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/ |
|
|||
|
"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 |
|
|||
|
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;} |
|
|||
|
"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 |
|
|||
|
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;} |