CVS: ispman/bin ispman.postfix.makemaps,1.1.2.1.2.4,1.1.2.1.2.5

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

Modified Files:
      Tag: REL_0_9_7
	ispman.postfix.makemaps 
Log Message:
updating from HEAD. Fixing  the array bug

Index: ispman.postfix.makemaps
===================================================================
RCS file: /cvsroot/ispman/ispman/bin/ispman.postfix.makemaps,v
retrieving revision 1.1.2.1.2.4
retrieving revision 1.1.2.1.2.5
diff -C2 -r1.1.2.1.2.4 -r1.1.2.1.2.5
*** ispman.postfix.makemaps	8 May 2003 12:50:46 -0000	1.1.2.1.2.4
--- ispman.postfix.makemaps	14 Oct 2003 22:32:30 -0000	1.1.2.1.2.5
***************
*** 26,31 ****
                  next unless $_;
                  $domain_info=$ispman->getDomainInfo($_);
! 		$relay_map->{$_}=$_ if ($domain_info->{'ispmanDomainMailDeliveryMethod'} eq "smtp");
! 		$dest_map->{$_}=$_ if grep (/mail/, @{$domain_info->{'ispmanDomainService'}});
  		$canonical_map->{"\@$_"}=join "", ('@', $domain_info->{'ispmanReplicaMaster'}) if $domain_info->{'ispmanReplicaMaster'};
                  $transport_map->{$_}=$ispman->getTransportMap($_);
--- 26,33 ----
                  next unless $_;
                  $domain_info=$ispman->getDomainInfo($_);
! 		#$relay_map->{$_}=$_ if ($domain_info->{'ispmanDomainMailDeliveryMethod'} eq "smtp");
! 		#Allow relaying from these domains.
! 		$relay_map->{$_}=$_;
! 		$dest_map->{$_}=$_ if grep (/mail/, $ispman->as_array($domain_info->{'ispmanDomainService'}));
  		$canonical_map->{"\@$_"}=join "", ('@', $domain_info->{'ispmanReplicaMaster'}) if $domain_info->{'ispmanReplicaMaster'};
                  $transport_map->{$_}=$ispman->getTransportMap($_);



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
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.