meillo@0: # Example configuration for MasqMail meillo@0: # Copyright (C) 1999 Oliver Kurth meillo@0: # meillo@0: # This program is free software; you can redistribute it and/or modify meillo@0: # it under the terms of the GNU General Public License as published by meillo@0: # the Free Software Foundation; either version 2 of the License, or meillo@0: # (at your option) any later version. meillo@0: meillo@0: # This program is distributed in the hope that it will be useful, meillo@0: # but WITHOUT ANY WARRANTY; without even the implied warranty of meillo@0: # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the meillo@0: # GNU General Public License for more details. meillo@0: meillo@0: # You should have received a copy of the GNU General Public License meillo@0: # along with this program; if not, write to the Free Software meillo@0: # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. meillo@0: # meillo@0: meillo@0: # this is just for testing. In real life it does not make much sense: meillo@0: run_as_user=true meillo@0: meillo@0: # set debug level (0 = no debugging, 5 = very much, 6 = too much) meillo@0: # can also be set with the -d option on the cmd line meillo@0: debug_level = 5 meillo@0: meillo@0: do_queue = false meillo@0: meillo@0: # The name with which MasqMail identifies itself to others: meillo@0: host_name="blue.patchwork.net" meillo@0: meillo@0: # Hosts considered local: meillo@0: #local_hosts="localhost;blue.patchwork.net;blue" meillo@0: local_hosts="localhost" meillo@0: meillo@0: # Nets considered local, for immediate delivery attempts: meillo@0: # ALL hosts not included in either local_host or local_nets are meillo@0: # considered to be 'outside', meaning that messages to them will be queued meillo@0: local_nets="SMTP_HOST" meillo@0: meillo@0: # accept connections on these interfaces: meillo@0: listen_addresses="localhost:2525" meillo@0: meillo@0: # send messages to this port: meillo@0: # probably this will also be configurable on host basis meillo@0: remote_port=25 meillo@0: meillo@0: # where MasqMail stores its spool files and other stuff: meillo@0: #spool_dir="/var/spool/masqmail" meillo@0: spool_dir="." meillo@0: meillo@0: # where local mail will be written to: meillo@0: #mail_dir="/var/spool/mail" meillo@0: mail_dir="." meillo@0: meillo@0: # use syslogd for logs? meillo@0: use_syslog=false meillo@0: meillo@0: # directory for log files if not using syslogd: meillo@0: #log_dir="/var/masqmail" meillo@0: log_dir="." meillo@0: meillo@0: # special routes: meillo@0: meillo@0: connect_route.GWDG = "src/gwdg.route" meillo@0: connect_route.Argon = "src/argon.route" meillo@0: