X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fdocs%2Fman%2FFS%2Fsvc_domain.html;h=266e0b35550719d65d04e2028eea342ad86e39ef;hp=ace3de1541a6ea4580ce828b7c05ba4fb50d3648;hb=6991d4986df7fb3a6c7c49b5ae1b3713e87a16c4;hpb=f02dd9b0e5042ef000d9338089eed50988d48914 diff --git a/httemplate/docs/man/FS/svc_domain.html b/httemplate/docs/man/FS/svc_domain.html index ace3de154..266e0b355 100644 --- a/httemplate/docs/man/FS/svc_domain.html +++ b/httemplate/docs/man/FS/svc_domain.html @@ -57,6 +57,8 @@ FS::svc_Common. The following fields are currently supported:

domain
+
catchall - optional svcnum of an svc_acct record, designating an email catchall account.
+


@@ -86,9 +88,18 @@ the domain_record table (see <FS::domain_record>).

records are added to the domain_record table (see the FS::domain_record manpage).

If any machines are defined in the mxmachines configuration file, MX records are added to the domain_record table (see the FS::domain_record manpage).

-

Any problems adding FS::domain_record records will emit warnings, but will -not return errors from this method. If your configuration files are correct -you shouln't have any problems.

+

If a machine is defined in the shellmachine configuration value, the +qmailmachines configuration file exists, and the catchall field points +to an an account with a home directory (see the FS::svc_acct manpage), the command:

+
+  [ -e $dir/.qmail-$qdomain-defualt ] || {
+    touch $dir/.qmail-$qdomain-default;
+    chown $uid:$gid $dir/.qmail-$qdomain-default;
+  }
+

is executed on shellmachine via ssh (see dot-qmail/``EXTENSION ADDRESSES''). +This behaviour can be supressed by setting $FS::svc_domain::nossh_hack true.

+

a machine is defined +in the

delete
@@ -140,7 +151,7 @@ Submits a registration email for this domain.


VERSION

-

$Id: svc_domain.html,v 1.1 2001-07-30 07:36:03 ivan Exp $

+

$Id: svc_domain.html,v 1.3 2002-01-29 17:42:46 ivan Exp $


BUGS