[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: mailsystem configuration



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
yourname@localnet to your-hostname@your0host
eg.
*@localhost	"mjodeit@gmx.de"
or *@debian	"mjodeit@gmx.de"


Reply to: