# MailMaster - settings file.

# LogFile <logfile>
#
# Where to send the logoutput to.

LogFile /boot/home/log/mailmaster.log

# We want these indexes for our mails:

Index to
Index replyto
Index folder

# Target <Name> TargetPattern <TargetPattern>
#
# The target pattern has to match all mail that should be send to
# the given target. You may set multiple lines for the same target
# or specify multiple patterns in the same line.
#
# The pattern has to be simple, only asterisks (*) are allowed.
#
# Don't forget to set a target for your local machine to keep your
# own mail at home. And set a default target for the unmatched mail,
# too!
#
# Mail will always be send to all matching targets!

# This one keeps all mail for karthago.cocoon.infra.de and subdomains.
# If there would be some mail I had to deliver to subdomains, I should
# specify the TargetPattern as *@karthago.cocoon.infra.de.

Target nowhere	TargetPattern "*@*karthago.cocoon.infra.de"		Local
Target nowhere	TargetPattern "*@*peter.stegemann.net"			Local

# This one is for the support mailinglist. As we match this with the upper
# target, too, we leave a copy of the matched mails. But who cares? In the
# next version we will have better patternmatching which will help us out
# of this.

Target support	TargetPattern "support@karthago.cocoon.infra.de"	Local
Target test		TargetPattern "test@karthago.cocoon.infra.de"

# This is the rest...

Target cocoon		Default

# The more specific patterns last!

Folder None		Query "MAIL:to=*"
Folder Support	Query "MAIL:replyto=*Support@karthago.cocoon.infra.de*"
Folder DeBUG	Query "MAIL:replyto=*DeBUG@cocoon.infra.de*"
Folder fGUI		Query "MAIL:replyto=*fGUI@cocoon.infra.de*"
Folder BList		Query "MAIL:replyto=*BList@cocoon.infra.de*"
Folder BeDevTalk	Query "MAIL:replyto=*[dD]ev[tT]alk@be.com*"

# And we have mailinglists, too! Blank line ends this list! Make sure you configure a
# target for every list.

Redirect support
"Joerg Stegemann <stegeman@ai-lab.fh-furtwangen.de>"
"Peter Stegemann <stegemap@ai-lab.fh-furtwangen.de>"
"Peter Stegemann <pst@karthago.cocoon.infra.de>"