--- omta.conf.dist.in.orig	2000-04-05 17:41:27.000000000 +0200
+++ omta.conf.dist.in	2002-12-29 00:30:23.000000000 +0100
@@ -4,25 +4,25 @@
 #
 
 # The name we tell other machines (defaults to canonical name)
-#HostName		@HOSTNAME@.@DOMAIN@
+#HostName		darkstar.example.net
 
 # your local queue directory
 QueueDirectory		@CONF_QUEUE@
 
 # your SMTP server
-SMTPserver		smtp.@DOMAIN@ 25
+SMTPserver		smtp.example.net 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.example.net	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 darkstar darkstar.example.net
 
 # the hosts/IP addresses we relay for
-#RelayFor		foo.@DOMAIN@ bar.@DOMAIN@
+#RelayFor		foo.example.net bar.example.net
 
 # mail addressed to a local host is handled by this program
 LocalMTA		"/usr/bin/procmail -d %!"
