ispman/tasks AddCanonicalMapEntry_task.pl,NONE,1.1 AddDestinationDomainEntry_task.pl,NONE,1.1 AddRelayDomainEntry_task.pl,NONE,1.1 RemoveCanonicalMapEntry_task.pl,NONE,1.1 RemoveDestinationDomainEntry_task.pl,NONE,1.1 RemoveRelayDomainEntry_task.pl,NONE,1.1 modifyTransport_task.pl,NONE,1.1

Atif Ghaffar <[email protected]>
Newsgroups gmane.comp.isp.ispman.cvs
Message-ID <[email protected]>
Update of /cvsroot/ispman/ispman/tasks
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27985

Added Files:
	AddCanonicalMapEntry_task.pl AddDestinationDomainEntry_task.pl 
	AddRelayDomainEntry_task.pl RemoveCanonicalMapEntry_task.pl 
	RemoveDestinationDomainEntry_task.pl 
	RemoveRelayDomainEntry_task.pl modifyTransport_task.pl 
Log Message:
Tasks coming out of ispman-agent

--- NEW FILE: RemoveCanonicalMapEntry_task.pl ---
sub RemoveCanonicalMapEntry_task{
   my $params=shift;
   push @cmd, "perl $FindBin::Bin/ispman.remove_canonical_map_entry $params->{'domain'}";
}

--- NEW FILE: modifyTransport_task.pl ---
sub modifyTransport_task {
   my $params=shift;
   push @cmd, "perl $FindBin::Bin/ispman.modify_transport_map_entry $params->{'domain'} $params->{'ispmanDomainMailDeliveryMethod'}";
}

--- NEW FILE: AddRelayDomainEntry_task.pl ---
sub AddRelayDomainEntry_task{
   my $params=shift;
   push @cmd, "perl $FindBin::Bin/ispman.add_relay_domain_entry $params->{'domain'} ";
}

--- NEW FILE: AddDestinationDomainEntry_task.pl ---
sub AddDestinationDomainEntry_task{
   my $params=shift;
   push @cmd, "perl $FindBin::Bin/ispman.add_destination_domain_entry $params->{'domain'}";
}

--- NEW FILE: RemoveDestinationDomainEntry_task.pl ---
sub RemoveDestinationDomainEntry_task{
   my $params=shift;
   push @cmd, "perl $FindBin::Bin/ispman.remove_destination_domain_entry $params->{'domain'}";
}

--- NEW FILE: RemoveRelayDomainEntry_task.pl ---
sub RemoveRelayDomainEntry_task{
   my $params=shift;
   push @cmd, "perl $FindBin::Bin/ispman.remove_relay_domain_entry $params->{'domain'}";
}

--- NEW FILE: AddCanonicalMapEntry_task.pl ---
sub AddCanonicalMapEntry_task {
   my $params=shift;
   push @cmd, "perl $FindBin::Bin/ispman.add_canonical_map_entry $params->{'domain'} $params->{'ispmanReplicaMaster'}";
}



-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.