Koozali.org: home of the SME Server

How to pull mail from ISP

Mike Sensney

How to pull mail from ISP
« on: March 10, 2002, 08:53:33 AM »
I would like to be able to pull mail from an account at an ISP using pop3 and place it into an account on my SME server. Is this possible?

isp-user@isp.com --> sme-user@sme-server.com

Trevor B

Re: How to pull mail from ISP
« Reply #1 on: March 10, 2002, 10:46:36 AM »
There are a number of fetchmail alternatives around. This option from Stephen Noble is available from the Contributed HowTo's section.

http://www4.tpgi.com.au/users/dungog/sme/howto/pop.html

Trevor BMike Sensney wrote:
>
> I would like to be able to pull mail from an account at an
> ISP using pop3 and place it into an account on my SME server.
> Is this possible?
>
> isp-user@isp.com --> sme-user@sme-server.com

Mike Sensney

Re: How to pull mail from ISP
« Reply #2 on: March 11, 2002, 12:30:47 AM »
Trevor B wrote:
>
> There are a number of fetchmail alternatives around. This
> option from Stephen Noble is available from the Contributed
> HowTo's section.
>
> http://www4.tpgi.com.au/users/dungog/sme/howto/pop.html

This is unfortunately not much help. The links on this page are broken.

On the good side I do have fetchmail working sort of.
    fetchmail -u isp-user -d 600 isp.com
But this fetches the mail to the root account. Well, it will have to do until I get more time to fiddle with it.

stephen

Re: How to pull mail from ISP
« Reply #3 on: March 11, 2002, 02:47:18 AM »
>> http://www4.tpgi.com.au/users/dungog/sme/howto/pop.html
>This is unfortunately not much help. The links on this page are broken.

the link back to the main site works
which would explain and where and how  to get the rpms

stephen noble
dungog.net/sme

trevorb

Re: How to pull mail from ISP
« Reply #4 on: March 11, 2002, 03:45:34 AM »
The fetchmail rpm's that Stephen talks about can now be found at
http://e-smith.dyndns.org/

You just need the fetchmail ones (note: it installs a Manager Panel to administer).

Trevor B

stephen wrote:
>
> >> http://www4.tpgi.com.au/users/dungog/sme/howto/pop.html
> >This is unfortunately not much help. The links on this page
> are broken.
>
> the link back to the main site works
> which would explain and where and how  to get the rpms
>
> stephen noble
> dungog.net/sme

Mike Sensney

Re: How to pull mail from ISP
« Reply #5 on: March 11, 2002, 07:44:14 AM »
trevorb wrote:
>
> The fetchmail rpm's that Stephen talks about can now be found
> at http://e-smith.dyndns.org/

Just what I needed. Thanks.