[pskmail] Re: Problem with pskmailrc.pl

  • From: Rein Couperus <rein@xxxxxxxxxxxx>
  • To: pskmail@xxxxxxxxxxxxx
  • Date: Fri, 12 Sep 2008 16:13:27 +0200

ehhhmm, are you sure you are changing the copy of pskmailrc.pl in the 
.pskmail directory?

When you change the one in the package directory it won't work. 

At startup the server reads ~/,pskmail/pskmailrc.pl

73,

Rein PA0R

> -----Ursprüngliche Nachricht-----
> Von: "Robert Krasowski" <rkrasowski@xxxxxxxxx>
> Gesendet: 12.09.08 16:08:16
> An: pskmail@xxxxxxxxxxxxx
> Betreff: [pskmail] Problem with pskmailrc.pl


> 
> Hello, this is probably the most basic question ever asked, but I can 
> not find solution to that. How do I make changes in pskmailrc.pl file 
> to take effect??. I do edit this file with geany, I make changes ( f.
> ex entering my call sign, location, etc), save, restart pskmail 
> server and ... still getting request to enter my data and advice to 
> enter into pskmailrc.pl file. I also want to change frequency of 
> beacon and that does not take effect. Below is a part of pskmailrc.pl 
> file with changes 
> thanks 
> 73 
> Robert 
> KB2PNM
> 
> 
> #! /usr/bin/perl -w
> 
> # Last change: 050508
> 
> ######################################################################
> ####
> # Parameter file fo PSKmail server
> ######################################################################
> ####
> 
>  $Iamserver = 1 ; # must be 1 for server
>  $ServerCall = "KB2PNM-1"; # server needs a callsign!!
>  $Pingdelay = 0;
>  $Beaconminute = 3; # Not currently used, to be removed
>  @Beaconarray = qw (1 0 0 0 0); # Experimental, controls beacon 
> behaviour during minute 0-4
>  $commandcall = "KB2PNM"; # Remote control option
>  $relay = "smtp.bizmail.yahoo.com"; # set this to your smtp server, 
> use "smtp.gmail.com" for gmail
>  $smtptlsuser = "rkrasowski"; # Intended for smtp auth. Will try to 
> use if set. Gmail needs "user\@gmail.com"
>  $smtptlspass = ""; # Password for smtp tls
>  $smtptlsport = 465; # Gmail uses non standard ports, seen 465 and 
> 587 so far
>  $email_limit = 20000; # truncates email after xxx characters
> 
> ####################### SWITCH the monitor on/off ####################
> ####
>  $monitor = 1; # text & status
>  $ShowBlock = 0; # raw blocks
> 
> #######################The following parameters are normally ok....###
> ###
>  $debug = 0; 
>  $Max_retries = 8; # Max. nr. of polls before disconnect 
>  $Maxidle = 17; # Nr. of seconds to wait for next block
>  $Maxwebpage = 4000; # Max. nr. of characters per web page
>  $Txdelay = 0 ; # Extra wait time for TX/RX switching
>  $Framelength = 17; # Nr. of frames in a block
>  $nosession = "beacon";
> 
>  $dbaddress = "http://www.pskmail.org/userinfo.php?info=";; 
>  $dbpass = "dl-pass";
>  $dbfile = "$ENV{HOME}/.pskmail/rflinkusers/rflink_users.db"; # users 
> database
>  $output = ">$ENV{HOME}/.pskmail/gmfsk_autofile"; # Tx output to gmfsk
>  $TxInputfile = "$ENV{HOME}/.pskmail/TxInputfile"; # Tx input for 
> rflinkserver.pl
>  $Inputfile = "$ENV{HOME}/.pskmail/gMFSK.log"; # Rx input from gmfsk
> 
> ####################### application control ##########################
> ###
>  $period = 10; # beacon period in minutes (60, 30, 20, 15, 10)
>  $Emails_enabled = 1; # enable internet mail
>  $Web_enabled = 1; # enable web access
> ######################################################################
> ###
> 
> 
>  #####################################################################
> ####
>  # Aprs-is port - Position: ddmm.mmN/dddmm.mmE 
>  $Aprs_connect = 1;
>  { # position with leading zero's !!
>  my $latitude = "3543.59N"; # format: decimal degrees x 100 + decimal 
> minutes xxxx.xxN 
>  my $longitude = "07949.71W"; # format: decimal degrees x 100 + 
> decimal minutes xxxxx.xxE
> 
>  my $serverstatus = "PSKmail-0.7.7, Robert, Asheboro 

-- 
http://pa0r.blogspirit.com

Other related posts: