X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fdocs%2Fman%2FFS%2Fsvc_acct_sm.html;h=86c7b8b3ba30cb60b9727a80cab3f7097d7188bc;hb=6991d4986df7fb3a6c7c49b5ae1b3713e87a16c4;hp=ca50e7202449e360efc2b8d4b0e90003d2f1fc0b;hpb=f02dd9b0e5042ef000d9338089eed50988d48914;p=freeside.git diff --git a/httemplate/docs/man/FS/svc_acct_sm.html b/httemplate/docs/man/FS/svc_acct_sm.html index ca50e7202..86c7b8b3b 100644 --- a/httemplate/docs/man/FS/svc_acct_sm.html +++ b/httemplate/docs/man/FS/svc_acct_sm.html @@ -13,6 +13,7 @@
  • NAME
  • SYNOPSIS
  • +
  • WARNING
  • DESCRIPTION
  • METHODS
  • VERSION
  • @@ -49,9 +50,14 @@ $error = $record->cancel;


    +

    WARNING

    +

    FS::svc_acct_sm is depreciated. This class is only included for migration +purposes. See the FS::svc_forward manpage.

    +

    +


    DESCRIPTION

    -

    An FS::svc_acct object represents a virtual mail alias. FS::svc_acct inherits -from FS::Record. The following fields are currently supported:

    +

    An FS::svc_acct_sm object represents a virtual mail alias. FS::svc_acct_sm +inherits from FS::Record. The following fields are currently supported:

    svcnum - primary key (assigned automatcially for new accounts)
    @@ -77,15 +83,17 @@ Adds this virtual mail alias to the database. If there is an error, returns the error, otherwise returns false.

    The additional fields pkgnum and svcpart (see the FS::cust_svc manpage) should be defined. An FS::cust_svc record will be created and inserted.

    -

    If the configuration values (see the FS::Conf manpage) shellmachine and qmailmachines -exist, and domuser is `*' (meaning a catch-all mailbox), the command:

    -  [ -e $dir/.qmail-$qdomain-default ] || {
    -    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 surpressed by setting $FS::svc_acct_sm::nossh_hack true.

    + #If the configuration values (see L<FS::Conf>) shellmachine and qmailmachines + #exist, and domuser is `*' (meaning a catch-all mailbox), the command: + # + # [ -e $dir/.qmail-$qdomain-default ] || { + # touch $dir/.qmail-$qdomain-default; + # chown $uid:$gid $dir/.qmail-$qdomain-default; + # } + # + #is executed on shellmachine via ssh (see L<dot-qmail/"EXTENSION ADDRESSES">). + #This behaviour can be surpressed by setting $FS::svc_acct_sm::nossh_hack true.

    delete
    @@ -123,7 +131,7 @@ replace methods.


    VERSION

    -

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

    +

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


    BUGS

    @@ -132,6 +140,7 @@ replace methods.


    SEE ALSO

    +

    the FS::svc_forward manpage

    the FS::Record manpage, the FS::Conf manpage, the FS::cust_svc manpage, the FS::part_svc manpage, the FS::cust_pkg manpage, the FS::svc_acct manpage, the FS::svc_domain manpage, the Net::SSH manpage, ssh, dot-qmail, schema.html from the base documentation.