Moritz,
        Fetchmail and Exim are what I use for my home system.  The
configuration is fairly simple.
Mike Thompson 

#!/bin/sh
# Fetchmail configuration file
poll gmx.de
protocol pop3
username mjodeit
password "your-password"
flush
fetchall

For exim answer the install questions.
at the bottom of the /etc/exim.conf file you will have to 
add a rewrite configuration to change
[EMAIL PROTECTED] to [EMAIL PROTECTED]
eg.
[EMAIL PROTECTED]       "[EMAIL PROTECTED]"
or [EMAIL PROTECTED]    "[EMAIL PROTECTED]"

Reply via email to