1 package FS::svc_domain;
4 use base qw( FS::svc_Parent_Mixin FS::svc_CGP_Mixin FS::svc_CGPRule_Mixin
6 use vars qw( $whois_hack $conf
7 @defaultrecords $soadefaultttl $soaemail $soaexpire $soamachine
11 use Scalar::Util qw( blessed );
14 use Net::Domain::TLD qw(tld_exists);
15 use FS::Record qw(fields qsearch qsearchs dbh);
21 use FS::domain_record;
24 #ask FS::UID to run this stuff for us later
25 $FS::UID::callback{'FS::domain'} = sub {
28 @defaultrecords = $conf->config('defaultrecords');
29 $soadefaultttl = $conf->config('soadefaultttl');
30 $soaemail = $conf->config('soaemail');
31 $soaexpire = $conf->config('soaexpire');
32 $soamachine = $conf->config('soamachine');
33 $soarefresh = $conf->config('soarefresh');
34 $soaretry = $conf->config('soaretry');
40 FS::svc_domain - Object methods for svc_domain records
46 $record = new FS::svc_domain \%hash;
47 $record = new FS::svc_domain { 'column' => 'value' };
49 $error = $record->insert;
51 $error = $new_record->replace($old_record);
53 $error = $record->delete;
55 $error = $record->check;
57 $error = $record->suspend;
59 $error = $record->unsuspend;
61 $error = $record->cancel;
65 An FS::svc_domain object represents a domain. FS::svc_domain inherits from
66 FS::svc_Common. The following fields are currently supported:
70 =item svcnum - primary key (assigned automatically for new accounts)
74 =item catchall - optional svcnum of an svc_acct record, designating an email catchall account.
80 =item registrarnum - Registrar (see L<FS::registrar>)
82 =item registrarkey - Registrar key or password for this domain
84 =item setup_date - UNIX timestamp
86 =item renewal_interval - Number of days before expiration date to start renewal
88 =item expiration_date - UNIX timestamp
100 Creates a new domain. To add the domain to the database, see L<"insert">.
108 'display_weight' => 20,
109 'cancel_weight' => 60,
111 'domain' => 'Domain',
113 label => 'Parent domain / Communigate administrator domain',
115 select_table => 'svc_domain',
116 select_key => 'svcnum',
117 select_label => 'domain',
118 disable_inventory => 1,
121 'max_accounts' => { label => 'Maximum number of accounts',
122 'disable_inventory' => 1,
125 label => 'Communigate aliases',
127 disable_inventory => 1,
130 'cgp_accessmodes' => {
131 label => 'Communigate enabled services',
132 type => 'communigate_pro-accessmodes',
133 disable_inventory => 1,
136 'cgp_certificatetype' => {
137 label => 'Communigate PKI services',
139 select_list => __PACKAGE__->cgp_certificatetype_values,
140 disable_inventory => 1,
144 'acct_def_cgp_accessmodes' => {
145 label => 'Acct. default Communigate enabled services',
146 type => 'communigate_pro-accessmodes',
147 disable_inventory => 1,
150 'acct_def_password_selfchange' => { label => 'Acct. default Password modification',
152 disable_inventory => 1,
155 'acct_def_password_recover' => { label => 'Acct. default Password recovery',
157 disable_inventory => 1,
160 'acct_def_cgp_deletemode' => {
161 label => 'Acct. default Communigate message delete method',
163 select_list => [ 'Move To Trash', 'Immediately', 'Mark' ],
164 disable_inventory => 1,
167 'acct_def_cgp_emptytrash' => {
168 label => 'Acct. default Communigate on logout remove trash',
170 select_list => __PACKAGE__->cgp_emptytrash_values,
171 disable_inventory => 1,
174 'acct_def_quota' => {
175 label => 'Acct. default Quota', #Mail storage limit
177 disable_inventory => 1,
180 'acct_def_file_quota'=> {
181 label => 'Acct. default File storage limit',
183 disable_inventory => 1,
186 'acct_def_file_maxnum'=> {
187 label => 'Acct. default Number of files limit',
189 disable_inventory => 1,
192 'acct_def_file_maxsize'=> {
193 label => 'Acct. default File size limit',
195 disable_inventory => 1,
198 'acct_def_cgp_rulesallowed' => {
199 label => 'Acct. default Allowed mail rules',
201 select_list => [ '', 'No', 'Filter Only', 'All But Exec', 'Any' ],
202 disable_inventory => 1,
205 'acct_def_cgp_rpopallowed' => {
206 label => 'Acct. default RPOP modifications',
209 'acct_def_cgp_mailtoall' => {
210 label => 'Acct. default Accepts mail to "all"',
213 'acct_def_cgp_addmailtrailer' => {
214 label => 'Acct. default Add trailer to sent mail',
217 'acct_def_cgp_archiveafter' => {
218 label => 'Archive messages after',
221 -2 => 'default(730 days)',
228 1209600 => '2 weeks',
229 2592000 => '30 days',
230 7776000 => '90 days',
231 15552000 => '180 days',
232 31536000 => '365 days',
233 63072000 => '730 days',
235 disable_inventory => 1,
239 label => 'Mail trailer',
241 disable_inventory => 1,
244 'acct_def_cgp_language' => {
245 label => 'Acct. default language',
247 select_list => [ '', qw( English Arabic Chinese Dutch French German Hebrew Italian Japanese Portuguese Russian Slovak Spanish Thai ) ],
248 disable_inventory => 1,
251 'acct_def_cgp_timezone' => {
252 label => 'Acct. default time zone',
254 select_list => __PACKAGE__->cgp_timezone_values,
255 disable_inventory => 1,
258 'acct_def_cgp_skinname' => {
259 label => 'Acct. default layout',
261 select_list => [ '', '***', 'GoldFleece', 'Skin2' ],
262 disable_inventory => 1,
265 'acct_def_cgp_prontoskinname' => {
266 label => 'Acct. default Pronto style',
268 select_list => [ '', 'Pronto', 'Pronto-darkflame', 'Pronto-steel', 'Pronto-twilight', ],
269 disable_inventory => 1,
272 'acct_def_cgp_sendmdnmode' => {
273 label => 'Acct. default send read receipts',
275 select_list => [ '', 'Never', 'Manually', 'Automatically' ],
276 disable_inventory => 1,
283 sub table { 'svc_domain'; }
286 my($class, $string) = @_;
287 $class->search_sql_field('domain', $string);
302 =item insert [ , OPTION => VALUE ... ]
304 Adds this domain to the database. If there is an error, returns the error,
305 otherwise returns false.
307 The additional fields I<pkgnum> and I<svcpart> (see L<FS::cust_svc>) should be
308 defined. An FS::cust_svc record will be created and inserted.
310 The additional field I<action> should be set to I<N> for new domains, I<M>
311 for transfers, or I<I> for no action (registered elsewhere).
313 The additional field I<email> can be used to manually set the admin contact
314 email address on this email. Otherwise, the svc_acct records for this package
315 (see L<FS::cust_pkg>) are searched. If there is exactly one svc_acct record
316 in the same package, it is automatically used. Otherwise an error is returned.
318 If any I<soamachine> configuration file exists, an SOA record is added to
319 the domain_record table (see <FS::domain_record>).
321 If any records are defined in the I<defaultrecords> configuration file,
322 appropriate records are added to the domain_record table (see
323 L<FS::domain_record>).
325 Currently available options are: I<depend_jobnum>
327 If I<depend_jobnum> is set (to a scalar jobnum or an array reference of
328 jobnums), all provisioning jobs will have a dependancy on the supplied
329 jobnum(s) (they will not run until the specific job(s) complete(s)).
337 local $SIG{HUP} = 'IGNORE';
338 local $SIG{INT} = 'IGNORE';
339 local $SIG{QUIT} = 'IGNORE';
340 local $SIG{TERM} = 'IGNORE';
341 local $SIG{TSTP} = 'IGNORE';
342 local $SIG{PIPE} = 'IGNORE';
344 my $oldAutoCommit = $FS::UID::AutoCommit;
345 local $FS::UID::AutoCommit = 0;
348 $error = $self->SUPER::insert(@_)
349 || $self->insert_defaultrecords;
351 $dbh->rollback if $oldAutoCommit;
355 $dbh->commit or die $dbh->errstr if $oldAutoCommit;
360 =item insert_defaultrecords
364 sub insert_defaultrecords {
367 local $SIG{HUP} = 'IGNORE';
368 local $SIG{INT} = 'IGNORE';
369 local $SIG{QUIT} = 'IGNORE';
370 local $SIG{TERM} = 'IGNORE';
371 local $SIG{TSTP} = 'IGNORE';
372 local $SIG{PIPE} = 'IGNORE';
374 my $oldAutoCommit = $FS::UID::AutoCommit;
375 local $FS::UID::AutoCommit = 0;
379 my $soa = new FS::domain_record {
380 'svcnum' => $self->svcnum,
384 'recdata' => "$soamachine $soaemail ( ". time2str("%Y%m%d", time). "00 ".
385 "$soarefresh $soaretry $soaexpire $soadefaultttl )"
387 my $error = $soa->insert;
389 $dbh->rollback if $oldAutoCommit;
390 return "couldn't insert SOA record: $error";
393 foreach my $record ( @defaultrecords ) {
394 my($zone,$af,$type,$data) = split(/\s+/,$record,4);
395 my $domain_record = new FS::domain_record {
396 'svcnum' => $self->svcnum,
402 my $error = $domain_record->insert;
404 $dbh->rollback if $oldAutoCommit;
405 return "couldn't insert record: $error";
411 $dbh->commit or die $dbh->errstr if $oldAutoCommit;
418 Deletes this domain from the database. If there is an error, returns the
419 error, otherwise returns false.
421 The corresponding FS::cust_svc record will be deleted as well.
428 return "Can't delete a domain which has accounts!"
429 if qsearch( 'svc_acct', { 'domsvc' => $self->svcnum } );
431 #return "Can't delete a domain with (domain_record) zone entries!"
432 # if qsearch('domain_record', { 'svcnum' => $self->svcnum } );
434 local $SIG{HUP} = 'IGNORE';
435 local $SIG{INT} = 'IGNORE';
436 local $SIG{QUIT} = 'IGNORE';
437 local $SIG{TERM} = 'IGNORE';
438 local $SIG{TSTP} = 'IGNORE';
439 local $SIG{PIPE} = 'IGNORE';
441 my $oldAutoCommit = $FS::UID::AutoCommit;
442 local $FS::UID::AutoCommit = 0;
445 foreach my $domain_record ( reverse $self->domain_record ) {
446 my $error = $domain_record->delete;
448 $dbh->rollback if $oldAutoCommit;
449 return "can't delete DNS entry: ".
450 join(' ', map $domain_record->$_(),
451 qw( reczone recaf rectype recdata )
457 my $error = $self->SUPER::delete(@_);
459 $dbh->rollback if $oldAutoCommit;
463 $dbh->commit or die $dbh->errstr if $oldAutoCommit;
466 =item replace OLD_RECORD
468 Replaces OLD_RECORD with this one in the database. If there is an error,
469 returns the error, otherwise returns false.
476 my $old = ( blessed($_[0]) && $_[0]->isa('FS::Record') )
480 return "Can't change domain - reorder."
481 if $old->getfield('domain') ne $new->getfield('domain')
482 && ! $conf->exists('svc_domain-edit_domain');
484 # Better to do it here than to force the caller to remember that svc_domain is weird.
485 $new->setfield(action => 'I');
486 my $error = $new->SUPER::replace($old, @_);
487 return $error if $error;
492 Just returns false (no error) for now.
494 Called by the suspend method of FS::cust_pkg (see L<FS::cust_pkg>).
498 Just returns false (no error) for now.
500 Called by the unsuspend method of FS::cust_pkg (see L<FS::cust_pkg>).
504 Just returns false (no error) for now.
506 Called by the cancel method of FS::cust_pkg (see L<FS::cust_pkg>).
510 Checks all fields to make sure this is a valid domain. If there is an error,
511 returns the error, otherwise returns false. Called by the insert and replace
514 Sets any fixed values; see L<FS::part_svc>.
521 my $x = $self->setfixed;
522 return $x unless ref($x);
525 my $error = $self->ut_numbern('svcnum')
526 || $self->ut_numbern('catchall')
527 || $self->ut_numbern('max_accounts')
528 || $self->ut_anything('trailer') #well
529 || $self->ut_textn('cgp_aliases') #well
530 || $self->ut_enum('acct_def_password_selfchange', [ '', 'Y' ])
531 || $self->ut_enum('acct_def_password_recover', [ '', 'Y' ])
532 || $self->ut_textn('acct_def_cgp_accessmodes')
533 || $self->ut_alphan('acct_def_quota')
534 || $self->ut_alphan('acct_def_file_quota')
535 || $self->ut_alphan('acct_def_maxnum')
536 || $self->ut_alphan('acct_def_maxsize')
538 || $self->ut_alphasn('acct_def_cgp_rulesallowed')
539 || $self->ut_enum('acct_def_cgp_rpopallowed', [ '', 'Y' ])
540 || $self->ut_enum('acct_def_cgp_mailtoall', [ '', 'Y' ])
541 || $self->ut_enum('acct_def_cgp_addmailtrailer', [ '', 'Y' ])
542 || $self->ut_snumbern('acct_def_cgp_archiveafter')
544 || $self->ut_alphasn('acct_def_cgp_deletemode')
545 || $self->ut_enum('acct_def_cgp_emptytrash',
546 $self->cgp_emptytrash_values )
547 || $self->ut_alphan('acct_def_cgp_language')
548 || $self->ut_textn('acct_def_cgp_timezone')
549 || $self->ut_textn('acct_def_cgp_skinname')
550 || $self->ut_textn('acct_def_cgp_prontoskinname')
551 || $self->ut_alphan('acct_def_cgp_sendmdnmode')
554 return $error if $error;
558 if ( $self->svcnum ) {
559 my $cust_svc = qsearchs( 'cust_svc', { 'svcnum' => $self->svcnum } );
560 $pkgnum = $cust_svc->pkgnum;
562 $pkgnum = $self->pkgnum;
565 my($recref) = $self->hashref;
567 #if ( $recref->{domain} =~ /^([\w\-\.]{1,22})\.(com|net|org|edu)$/ ) {
568 if ( $recref->{domain} =~ /^([\w\-]{1,63})\.(com|net|org|edu|tv|info|biz)$/ ) {
569 $recref->{domain} = "$1.$2";
570 $recref->{suffix} ||= $2;
572 } elsif ( $whois_hack && $recref->{domain} =~ /^([\w\-\.\/]+)\.(\w+)$/ ) {
573 $recref->{domain} = "$1.$2";
574 # need to match a list of suffixes - no guarantee they're top-level..
575 # http://wiki.mozilla.org/TLD_List
576 # but this will have to do for now...
577 $recref->{suffix} ||= $2;
579 return "Illegal domain ". $recref->{domain}.
580 " (or unknown registry - try \$whois_hack)";
583 $self->suffix =~ /(^|\.)(\w+)$/
584 or return "can't parse suffix for TLD: ". $self->suffix;
586 return "No such TLD: .$tld" unless tld_exists($tld);
588 if ( $recref->{catchall} ne '' ) {
589 my $svc_acct = qsearchs( 'svc_acct', { 'svcnum' => $recref->{catchall} } );
590 return "Unknown catchall" unless $svc_acct;
593 $self->ut_alphan('suffix')
594 or $self->ut_foreign_keyn('registrarnum', 'registrar', 'registrarnum')
595 or $self->ut_textn('registrarkey')
596 or $self->ut_numbern('setup_date')
597 or $self->ut_numbern('renewal_interval')
598 or $self->ut_numbern('expiration_date')
599 or $self->SUPER::check;
603 sub _check_duplicate {
608 if ( qsearchs( 'svc_domain', { 'domain' => $self->domain } ) ) {
609 return "Domain in use (here)";
634 #'SOA' => sub { $_[0]->recdata cmp $_[1]->recdata }, #sure hope not though
635 # 'SOA' => sub { 0; },
636 # 'NS' => sub { 0; },
637 'MX' => sub { my( $a_weight, $a_name ) = split(/\s+/, $_[0]->recdata);
638 my( $b_weight, $b_name ) = split(/\s+/, $_[1]->recdata);
639 $a_weight <=> $b_weight or $a_name cmp $b_name;
641 'CNAME' => sub { $_[0]->reczone cmp $_[1]->reczone },
642 'A' => sub { $_[0]->reczone cmp $_[1]->reczone },
644 # 'TXT' => sub { 0; },
645 'PTR' => sub { $_[0]->reczone <=> $_[1]->reczone },
648 map { $_ } #return $self->num_domain_record( PARAMS ) unless wantarray;
649 sort { $order{$a->rectype} <=> $order{$b->rectype}
650 or &{ $sort{$a->rectype} || sub { 0; } }($a, $b)
652 qsearch('domain_record', { svcnum => $self->svcnum } );
656 sub catchall_svc_acct {
658 if ( $self->catchall ) {
659 qsearchs( 'svc_acct', { 'svcnum' => $self->catchall } );
667 # Returns the Net::Whois::Domain object (see L<Net::Whois>) for this domain, or
668 # undef if the domain is not found in whois.
670 (If $FS::svc_domain::whois_hack is true, returns that in all cases instead.)
675 #$whois_hack or new Net::Whois::Domain $_[0]->domain;
676 #$whois_hack or die "whois_hack not set...\n";
683 Delete doesn't send a registration template.
685 All registries should be supported.
687 Should change action to a real field.
689 The $recref stuff in sub check should be cleaned up.
693 L<FS::svc_Common>, L<FS::Record>, L<FS::Conf>, L<FS::cust_svc>,
694 L<FS::part_svc>, L<FS::cust_pkg>, L<Net::Whois>, schema.html from the base
695 documentation, config.html from the base documentation.