I need a program that will pull files off of my isp's pop3 accounts, and store them on my own personal imap server. someone suggested fetchmail but i don't think that does the job, and it makes me store passwords in a plaintext file which is stupid.
----
while i'm here, does anyone know why i can't connect to my linux box via my WAN ip? i always have to use an internal LAN ip. when i ask someone to telnet to it, they can though. my router has ports setup correctly. if i'm not speaking clearly, for example if i do
$ telnet 24.191.xxx.xxx 110
it will not connect, however when i ask someone else to, it works. seems that my box ignores my own IP, so i have to use this method:
$ telnet 192.168.0.4 110
which gets the job done, but i was just wondering if anyone knew why that would happen. hosts.deny and hosts.allow are empty.
----
while i'm here, does anyone know why i can't connect to my linux box via my WAN ip? i always have to use an internal LAN ip. when i ask someone to telnet to it, they can though. my router has ports setup correctly. if i'm not speaking clearly, for example if i do
$ telnet 24.191.xxx.xxx 110
it will not connect, however when i ask someone else to, it works. seems that my box ignores my own IP, so i have to use this method:
$ telnet 192.168.0.4 110
which gets the job done, but i was just wondering if anyone knew why that would happen. hosts.deny and hosts.allow are empty.
