Hi guys...

I was trying to understand if I would have to edit and
add the new domain to qmail-scanner-queue.pl file
everytime that I add a domain.
I found this on internet that I've got to use to set
@local_domains_array. That was nice!

open(LIST,"/var/qmail/control/rcpthosts") || die
"Unable to open rcpthosts\n";
my @array = <LIST>;
close(LIST);
chomp(@array);
my $localdom = join(",", @array);
my @local_domains_array = split(/,/,$localdom);

But I was wondering if I would have to set the
$local_domains_string too...
Anyone knows the difference between
@local_domains_array and $local_domains_string?
If I set the @local_domains_array, do I need to set
$local_domains_string too?!
That's my doubt!

Thanks!

=====
Gilcio Grella :: Hackiller :: [EMAIL PROTECTED]
Rede IRCBrasil :: Server Admin :: irc.bwnet.com.br 
ICQ :: 55766844 :: MSN Messenger :: [EMAIL PROTECTED]


        
        
                
_______________________________________________________ 
Yahoo! Acesso Grátis - Instale o discador do Yahoo! agora. 
http://br.acesso.yahoo.com/ - Internet rápida e grátis


-------------------------------------------------------
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
_______________________________________________
Qmail-scanner-general mailing list
Qmail-scanner-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general

Reply via email to