From c996c1c3b143d1f4c05f96933783289a378319f7 Mon Sep 17 00:00:00 2001 From: jrmarino Date: Mon, 9 Mar 2015 07:18:55 +0000 Subject: [PATCH] correct path for mailer.conf* --- docs/docs/newhandbook/mta/index.mdwn | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/docs/newhandbook/mta/index.mdwn b/docs/docs/newhandbook/mta/index.mdwn index 948c6cfa..f679d154 100644 --- a/docs/docs/newhandbook/mta/index.mdwn +++ b/docs/docs/newhandbook/mta/index.mdwn @@ -44,9 +44,9 @@ This section explains how to configure DragonFly to use dma from base, so it sho Unless DPorts are not installed in the standard location of /usr/local, the following command will update the mail wrapper: - > cp /etc/mailer.conf.dma /etc/mailer.conf + > cp /etc/mail/mailer.conf.dma /etc/mail/mailer.conf -The contents of /etc/mailer.conf.dma are: +The contents of /etc/mail/mailer.conf.dma are: # mail wrapper set for DragonFly Mail Agent @@ -85,9 +85,9 @@ Caveat: For some reason, the sendmail package is named sendmail+tls+sasl2 and no Unless DPorts are not installed in the standard location of /usr/local, the following command will update the mail wrapper: - > cp /etc/mailer.conf.sendmail /etc/mailer.conf + > cp /etc/mail/mailer.conf.sendmail /etc/mail/mailer.conf -The contents of /etc/mailer.conf.sendmail are: +The contents of /etc/mail/mailer.conf.sendmail are: # mail wrapper set for DPorts Sendmail @@ -131,9 +131,9 @@ This section explains how to configure DragonFly to use one of the Postfix ports Unless DPorts are not installed in the standard location of /usr/local, the following command will update the mail wrapper: - > cp /etc/mailer.conf.postfix /etc/mailer.conf + > cp /etc/mail/mailer.conf.postfix /etc/mail/mailer.conf -The contents of /etc/mailer.conf.postfix are: +The contents of /etc/mail/mailer.conf.postfix are: # mail wrapper set for DPorts Postfix -- 2.41.0