meillo@0: # Example configuration for MasqMail meillo@0: # Copyright (C) 1999 Oliver Kurth 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@46: host_name="SMTP_HOST" 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@63: #local_nets="SMTP_HOST" meillo@0: meillo@0: # accept connections on these interfaces: meillo@63: #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@46: #remote_port=25 meillo@0: meillo@0: # where MasqMail stores its spool files and other stuff: meillo@0: #spool_dir="/var/spool/masqmail" meillo@46: spool_dir="PWD" meillo@0: meillo@0: # where local mail will be written to: meillo@0: #mail_dir="/var/spool/mail" meillo@46: mail_dir="PWD" 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@46: log_dir="PWD"