X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=htdocs%2Fdocs%2Fman%2Fsvc_domain.txt;h=da8c06015b4205de9b51b88420b8dcf6650fd62f;hb=0bf5ad9ff0a65195db88ed0bac3aa11c33ec1ad3;hp=03d3dbc2714600db7e410907fff1efbc5f545b00;hpb=f6ef3dec7840be2e7ac7c39bed32a7ea68425b2d;p=freeside.git diff --git a/htdocs/docs/man/svc_domain.txt b/htdocs/docs/man/svc_domain.txt index 03d3dbc27..da8c06015 100644 --- a/htdocs/docs/man/svc_domain.txt +++ b/htdocs/docs/man/svc_domain.txt @@ -47,6 +47,13 @@ METHODS A registration or transfer email will be submitted unless $FS::svc_domain::whois_hack is true. + The additional field *email* can be used to manually set the + admin contact email address on this email. Otherwise, the + svc_acct records for this package (see the FS::cust_pkg + manpage) are searched. If there is exactly one svc_acct + record in the same package, it is automatically used. + Otherwise an error is returned. + delete Deletes this domain from the database. If there is an error, returns the error, otherwise returns false. @@ -114,6 +121,9 @@ SEE ALSO schema.html from the base documentation, config.html from the base documentation. +VERSION + $Id: svc_domain.txt,v 1.2 1998-11-13 09:56:45 ivan Exp $ + HISTORY ivan@voicenet.com 97-jul-21 @@ -129,3 +139,11 @@ HISTORY pod, some FS::Conf (not complete) ivan@sisd.com 98-sep-23 + $Log: svc_domain.txt,v $ + Revision 1.2 1998-11-13 09:56:45 ivan + change configuration file layout to support multiple distinct databases (with + own set of config files, export, etc.) + Revision 1.2 1998/10/14 08:18:21 ivan + More informative error messages and better doc for admin contact + email stuff +