# 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 %!"