--- omta.conf.dist.in.orig      2000-04-05 17:41:27.000000000 +0200
+++ omta.conf.dist.in   2002-07-15 21:13:05.000000000 +0200
@@ -4,25 +4,26 @@
#

# The name we tell other machines (defaults to canonical name)
-#HostName              @HOSTNAME@.@DOMAIN@
+#HostName              hostname.domain.com

# your local queue directory
QueueDirectory         @CONF_QUEUE@

# your SMTP server
-SMTPserver             smtp.@DOMAIN@ 25
+#SMTPserver            smtp.domain.com 25

# if specified, OfflineMailer will immediately resend a message to this server
# without queueing. This may be the same as or different from the SMTPserver
# setting above.
-#RelayTo                       smtp.@DOMAIN@   25
+#RelayTo               smtp.domain.com 25

# mail sent to these hostnames is considered to be local mail and is
# delivered using the MTA specified below.
-Local                  localhost @HOSTNAME@ @HOSTNAME@.@DOMAIN@
+#Local                 localhost hostname hostname.domain.com
+Local                  localhost

# the hosts/IP addresses we relay for
-#RelayFor              foo.@DOMAIN@ bar.@DOMAIN@
+#RelayFor              foo.domain.com bar.domain.com

# mail addressed to a local host is handled by this program
LocalMTA               "/usr/bin/procmail -d %!"