summaryrefslogtreecommitdiff
path: root/httemplate/docs/schema.html
diff options
context:
space:
mode:
authorivan <ivan>2001-08-13 01:00:27 +0000
committerivan <ivan>2001-08-13 01:00:27 +0000
commite6cf4af2b9d3ffefebe1a3e358f0674f566b56bc (patch)
treeb2b129ab9b49ca9b08d2cab1267b3c3fca5098e8 /httemplate/docs/schema.html
parent60953c6f2f313949e5773350f0917b7d68ebd939 (diff)
add svc_forward, depriciate svc_acct_sm
Diffstat (limited to 'httemplate/docs/schema.html')
-rw-r--r--httemplate/docs/schema.html11
1 files changed, 9 insertions, 2 deletions
diff --git a/httemplate/docs/schema.html b/httemplate/docs/schema.html
index f68b9d257..61bc17b03 100644
--- a/httemplate/docs/schema.html
+++ b/httemplate/docs/schema.html
@@ -180,7 +180,7 @@
<ul>
<li>svcpart - primary key
<li>svc - name of this service
- <li>svcdb - table used for this service: svc_acct, svc_acct_sm, svc_domain, svc_charge or svc_wo
+ <li>svcdb - table used for this service: svc_acct, svc_acct_sm, svc_forward, svc_domain, svc_charge or svc_wo
<li><i>table</i>__<i>field</i> - Default or fixed value for <i>field</i> in <i>table</i>
<li><i>table</i>__<i>field</i>_flag - null, D or F
</ul>
@@ -241,7 +241,7 @@
<li>exch - exchange
<li>loc - rest of number
</ul>
- <li><a name="svc_acct_sm">svc_acct_sm</a> - Domain mail aliases
+ <li><a name="svc_acct_sm">svc_acct_sm</a> - <b>DEPRICIATED</b> Domain mail aliases
<ul>
<li>svcnum - <a href="#cust_svc">primary key</a>
<li>domsvc - <a href="#svc_domain">Domain</a> (by svcnum)
@@ -253,6 +253,13 @@
<li>svcnum - <a href="#cust_svc">primary key</a>
<li>domain
</ul>
+ <li><a name="svc_forward>svc_forward</a> - Mail forwarding aliases
+ <ul>
+ <li>svcnum - <a href="#cust_svc">primary key</a>
+ <li>srcsvc - <a href="#svc_acct">svcnum of the source of this forward
+ <li>dstsvc - <a href="#svc_acct">svcnum of the destination of this forward
+ <li>dst - foreign destination (email address) - forward not local to freeside
+ </ul>
<li><a name="domain_record">domain_record</a> - Domain zone detail
<ul>
<li>recnum - primary key