From 8fab6e9cfa7f96b6994e0fea436ff59e048dbffd Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Wed, 23 Nov 2005 11:26:46 -0500
Subject: [PATCH] Added Domain relay and exim4 config

---
 interface/web/sites/form/mail_domain.tform.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/interface/web/sites/form/mail_domain.tform.php b/interface/web/sites/form/mail_domain.tform.php
index cdf6b94..91400df 100644
--- a/interface/web/sites/form/mail_domain.tform.php
+++ b/interface/web/sites/form/mail_domain.tform.php
@@ -42,7 +42,7 @@
 $form["db_history"]		= "yes";
 $form["tab_default"]	= "domain";
 $form["list_default"]	= "mail_domain_list.php";
-$form["auth"]			= 'no';
+$form["auth"]			= 'yes'; // yes / no
 
 $form["auth_preset"]["userid"]  = 0; // 0 = id of the user, > 0 id must match with id of current user
 $form["auth_preset"]["groupid"] = 0; // 0 = default groupid of the user, > 0 id must match with groupid of current user

--
Gitblit v1.9.1