Next: masqmail/gmx_foo.route Up: Receiving and sending mails Previous: How to setup MasqMail

masqmail.conf

The configuration file of MasqMail. The following lines must be set:
host_name="picard"
local_hosts="picard;picard.oehningen.de;;localhost"
local_nets="*.oehningen.de"
listen_addresses="picard:25;localhost:25"
remote_port=25
spool_dir="/var/spool/masqmail"
mail_dir="/var/spool/mail"
use_syslog=false
log_dir="/var/masqmail"
do_queue=false
mda="/usr/bin/procmail -Y -d ${rcpt_local}"
connect_route.all = "/etc/masqmail/gmx.route;/etc/masqmail/web.route"
get.gmx = /etc/masqmail/gmx.get
get.web = /etc/masqmail/web.get
In the lower part you see the expected paths towards the two different E-Mail accounts.

Georg Lohrer 2001-03-23