POP3 recommendations...

2008-02-21 Thread Peter Harrison
I've not run a POP3 server before, but now I'm getting tired of confusing 
myself pulling my email down from my ISP across my laptop, desktop, and home 
server. Could someone recommend a solution for me?

The situation is that I have a home server (running NFS, Samba, FTP, Apache, 
Mysql), plus a desktop and laptop (which generally gets used just around the 
house). The desktop and laptop both run fetchmail to collect my email from my 
ISP - but obviously this means some of my email ends up on the laptop, and some 
on the desktop.

I'm after something like using fetchmail on the server to collect the mail, 
then probably sort it with procmail before making it available to my home 
network. The aim is for the mail to remain on the home server - Ie. In one 
central location on my network.

Any recommendations for a POP3 server that would fit into a home network and 
make this easy to understand for the newbie?

Thanks for your help.


Peter Harrison

Peter, Deb, Jessica,  Alex
Visit us online at www.4harrisons.blogspot.com

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: POP3 recommendations...

2008-02-21 Thread Erwan David
Le Thu 21/02/2008, Peter Harrison disait
 I've not run a POP3 server before, but now I'm getting tired of confusing 
 myself pulling my email down from my ISP across my laptop, desktop, and home 
 server. Could someone recommend a solution for me?
 
 The situation is that I have a home server (running NFS, Samba, FTP, Apache, 
 Mysql), plus a desktop and laptop (which generally gets used just around the 
 house). The desktop and laptop both run fetchmail to collect my email from my 
 ISP - but obviously this means some of my email ends up on the laptop, and 
 some on the desktop.
 
 I'm after something like using fetchmail on the server to collect the mail, 
 then probably sort it with procmail before making it available to my home 
 network. The aim is for the mail to remain on the home server - Ie. In one 
 central location on my network.
 
 Any recommendations for a POP3 server that would fit into a home network and 
 make this easy to understand for the newbie?
 
 Thanks for your help.

I'd rather use an IMAP server on the central server : imap is made for keeping
the mailboxes centrally and consulting them remotely. Thus your mail stays on
the servers, but you can treat it from your laptop as well.

I have a similar setting, with courier imap, and procmail delivering to the
underlying maildir. But when I find time I'll investigate maildrop as mail
delivery agent with filtering capabilities.

-- 
Erwan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: POP3 recommendations...

2008-02-21 Thread Eric Schuele
On 02/21/2008 15:55, Peter Harrison wrote:
 I've not run a POP3 server before, but now I'm getting tired of confusing 
 myself pulling my email down from my ISP across my laptop, desktop, and home 
 server. Could someone recommend a solution for me?
 
 The situation is that I have a home server (running NFS, Samba, FTP, Apache, 
 Mysql), plus a desktop and laptop (which generally gets used just around the 
 house). The desktop and laptop both run fetchmail to collect my email from my 
 ISP - but obviously this means some of my email ends up on the laptop, and 
 some on the desktop.

IMHO... You don't need to run your own mailserver to solve this.  Simply
have one of your machines only download the mail.  Have the other,
download and *remove* the mail from the server.

Or possibly, have them both only remove mail that is older than x-days
from the server.  This will allow you to get the mail onto both
machines, assuming you use each machine within the given time.

 
 I'm after something like using fetchmail on the server to collect the mail, 
 then probably sort it with procmail before making it available to my home 
 network. The aim is for the mail to remain on the home server - Ie. In one 
 central location on my network.
 
 Any recommendations for a POP3 server that would fit into a home network and 
 make this easy to understand for the newbie?

If you must use one... I'm not sure it gets any easier than qpopper.

 
 Thanks for your help.
 
 
 Peter Harrison
 
 Peter, Deb, Jessica,  Alex
 Visit us online at www.4harrisons.blogspot.com
 
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 
 


-- 
Regards,
Eric




signature.asc
Description: OpenPGP digital signature


Re: POP3 recommendations...

2008-02-21 Thread Erich Dollansky

Hi,

in addition to the IMPA server, you could run your favorite application 
at the server and log on remotely.


Erich

Peter Harrison wrote:

I've not run a POP3 server before, but now I'm getting tired of confusing 
myself pulling my email down from my ISP across my laptop, desktop, and home 
server. Could someone recommend a solution for me?

The situation is that I have a home server (running NFS, Samba, FTP, Apache, 
Mysql), plus a desktop and laptop (which generally gets used just around the 
house). The desktop and laptop both run fetchmail to collect my email from my 
ISP - but obviously this means some of my email ends up on the laptop, and some 
on the desktop.

I'm after something like using fetchmail on the server to collect the mail, 
then probably sort it with procmail before making it available to my home 
network. The aim is for the mail to remain on the home server - Ie. In one 
central location on my network.

Any recommendations for a POP3 server that would fit into a home network and 
make this easy to understand for the newbie?

Thanks for your help.


Peter Harrison

Peter, Deb, Jessica,  Alex
Visit us online at www.4harrisons.blogspot.com

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: POP3 recommendations...

2008-02-21 Thread Wojciech Puchar

I've not run a POP3 server before, but now I'm getting tired of confusing 
myself pulling my email down from my ISP across my laptop, desktop, and home 
server. Could someone recommend a solution for me?

while i use dovecot for imap, it works for pop3 too.


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]