Ramprasad A Padmanabhan wrote:
There is no problem in this line ( only 'yourdomain' is not a qualified domainname I hope you have taken care )

There must be some other problem in the code or otherwise.
If you can change the domainname to your own server and start smtp server in debug mode and check you can learn better

I have nothing in the hash when I do this:

use Net::Config qw(%NetConfig);
use Data::Dumper;

print Dumper(%NetConfig),"\n\n";

results:
$VAR1 = 'ftp_int_passive';
$VAR2 = 0;
$VAR3 = 'snpp_hosts';
$VAR4 = [];
$VAR5 = 'test_exist';
$VAR6 = 1;
$VAR7 = 'inet_domain';
$VAR8 = undef;
$VAR9 = 'daytime_hosts';
$VAR10 = [];
$VAR11 = 'ftp_testhost';
$VAR12 = undef;
$VAR13 = 'ph_hosts';
$VAR14 = [];
$VAR15 = 'time_hosts';
$VAR16 = [];
$VAR17 = 'smtp_hosts';
$VAR18 = [];
$VAR19 = 'ftp_ext_passive';
$VAR20 = 0;
$VAR21 = 'ftp_firewall';
$VAR22 = undef;
$VAR23 = 'test_hosts';
$VAR24 = 1;
$VAR25 = 'nntp_hosts';
$VAR26 = [];
$VAR27 = 'pop3_hosts';
$VAR28 = [];



--
When you have to kill a man it costs nothing to be polite.
		-- Winston Churchill, on formal declarations of war


--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to