[pskmail] Re: pskmail server question...(requested files.)

  • From: Larry Levesque <ka1vgm@xxxxxxx>
  • To: pskmail@xxxxxxxxxxxxx
  • Date: Sat, 16 Feb 2008 17:39:26 -0500

Also make sure you have enabled pop mail in gmail's web interface..
-  
KA1VGM
Cheshire County EC
NHARES



On Sat, 2008-02-16 at 20:25 +0100, Pär Crusefalk wrote:
> Hi agn,
> 
> There is actually a problem here:
> 
> 1: Pop host = smtp.gmail.com
> 
> The pop host should be pop.gmail.com (for gmail that is) but it should
> work anyway.
> 
> Can you try the attached file? Edit it and enter your user and password.
> It will try to connect to your gmail account in the exact same way as
> the server. If that does not work then we may have an ssl-problem on FC8
> after all.
> 
> Save the file, edit the user and password and make it executable "chmod
> u+x poptest.pl". Pse let me know if that works.
> 
> 73 de Per, sm0rwo
> 
> 
> lör 2008-02-16 klockan 08:37 -0800 skrev Eddie Kovelan:
> > thanks Per,
> > 
> > here's my output from user_db.pl:
> > 
> > [kovelan@ars rflinkusers]$ user_db.pl
> > 
> > KD5WDQ-1 beacon
> > 
> > Station callsign: KD5WDQ-1
> > 
> > Commands for KD5WDQ-1:
> > 1: Pop host = smtp.gmail.com
> > 2: Pop user = kd5wdq
> > 3: Pop password = xxxxx
> > 4: SMTP server = smtp_host
> > 5: From address = kd5wdq@xxxxxxxxx
> > 6: Mail file = .mailuser
> > 7: APRS password = 18848
> > 9: Delete callsign
> > 0: Exit
> > ----------------------------------------------
> > again:
> > server name:  KD5WDQ  (desktop)
> > client name:   KD5WDQ-1 (laptop)
> > -----------------------------------------------
> > hope this helps -- and thanks, eddie
> > 
> > 
> > Per Crusefalk <per@xxxxxxxxxxxx> wrote:
> >         Hi,
> >         
> >         I see that its not listing any emails at all.
> >         Can you start by going to the rflinkusers directory and double
> >         check
> >         your email settings. You do that by launching user_db.pl and
> >         then select
> >         your user. It could be that something is wrong there.
> >         
> >         73 de Per
> >         
> >         
> >         On fre, 2008-02-15 at 20:09 -0800, Eddie Kovelan wrote:
> >         > Per, we're getting a brief break from the wx, although
> >         > there telling everyone to sleep with the wx radio on.
> >         > 
> >         > linux: FC8 latest kernel (server and client both)
> >         > mail: gmail (kd5wdq@xxxxxxxxx)
> >         > client: kd5wdq-1
> >         > server: kd5wdq
> >         > ----------------------------------------------------
> >         > 
> >         > 
> >         > $ cat pskmailrc.pl
> >         > #! /usr/bin/perl -w
> >         > 
> >         >
> >         
> > ##########################################################################
> >         > # Parameter file fo PSKmail server
> >         >
> >         
> > ##########################################################################
> >         > 
> >         > $Iamserver = 1 ; # must be 1 for server
> >         > $ServerCall = "KD5WDQ"; # 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 = "PA0R"; # Remote control option
> >         > #$relay = "mysmtpserver"; # set this to your smtp
> >         > server, use "smtp.gmail.com" for gmail
> >         > $relay = "smtp.gmail.com"; # set this to your smtp
> >         > server, use "smtp.gmail.com" for gmail
> >         > $smtptlsuser = "kd5wdq\@gmail.com"; # Intended for smtp
> >         auth. Will
> >         > try to use if set. Gmail needs "kd5wdq\@gmail.com"
> >         > $smtptlspass = "frogsrus"; # Password for smtp tls
> >         > $smtptlsport = 587; # Gmail uses non standard
> >         > ports, seen 465 and 587 so far
> >         > 
> >         > ####################### SWITCH the monitor on/off
> >         > ########################
> >         > $monitor = 1; # text & status
> >         > $ShowBlock = 1; # 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 = 2000; # 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}/rflinkusers/rflink_users.db"; # users
> >         > database
> >         > $output = ">$ENV{HOME}/gmfsk_autofile"; # Tx output to
> >         > gmfsk
> >         > $TxInputfile = "TxInputfile"; # Tx input for
> >         > rflinkserver.pl
> >         > $Inputfile = "$ENV{HOME}/gMFSK.log"; # Rx input
> >         > from gmfsk
> >         > 
> >         >
> >         
> > #########################################################################
> >         > # Aprs-is port - Position: ddmm.mmN/dddmm.mmE
> >         > $Aprs_connect = 1;
> >         > { # position with leading zero's !!
> >         > #my $latitude = "0000.00N"; # format: decimal degrees x 100
> >         +
> >         > decimal minutes xxxx.xxN
> >         > #my $longitude = "00000.00E"; # format: decimal degrees x
> >         100 +
> >         > decimal minutes xxxxx.xxE
> >         > my $latitude = "2944.50N"; # format: decimal degrees x 100 +
> >         > decimal minutes xxxx.xxN
> >         > my $longitude = "9805.80W"; # format: decimal degrees x 100
> >         +
> >         > decimal minutes xxxxx.xxE
> >         > my $serverstatus = "PSKmail-0.5.4";
> >         > 
> >         > $Aprs_beacon = $latitude . "P" . $longitude . "&" .
> >         $serverstatus; ##
> >         > Fixes symbol, don't change
> >         > }
> >         > @Aprs_port = qw (1314 1314 10151 2023 10151);
> >         > 
> >         > #@Aprs_address = qw (netherlands.aprs2.net germany.aprs2.net
> >         > rotate-filter.aprs.net ahubswe.net second.aprs.net);
> >         > @Aprs_address = qw (first.aprs.net third.aprs.net
> >         second.aprs.net);
> >         > 
> >         > @prefixes = qw();
> >         > $posit_time = 10; # minutes
> >         >
> >         
> > #########################################################################
> >         > # rig control (scheduler, scanner)
> >         > $scheduler = 0;
> >         > $rigtype = 351;
> >         > $rigrate = 4800;
> >         > $rigdevice = "/dev/ttyS2";
> >         > $rigptttune = 0; # If 1 then ICOM "PTT TUNE" is in use
> >         > ##########################
> >         > $scanner = "";
> >         > $qrgfile = "$ENV{HOME}/qrg/freqs.txt";
> >         > $freq_offset = 1; # minutes after '0'
> >         > @freq_corrections = qw (0 0 0 0 0); # trx frequency
> >         correction
> >         >
> >         
> > #########################################################################
> >         > 
> >         > 
> >         > 
> >         > here is my server.log:
> >         > Program start: 17:34 UTC Feb-7-2008
> >         > 17:34 UTC Feb-7-2008: Reconnecting 1 (second.aprs2.net)
> >         > 17:35 UTC Feb-7-2008: Reconnecting 2
> >         (rotate-filter.aprs.net)
> >         > 17:38 UTC Feb-7-2008: Program start Pskmail v.0.5.4
> >         > Program start: 17:38 UTC Feb-7-2008
> >         > 17:38 UTC Feb-7-2008: Reconnecting 1 (second.aprs2.net)
> >         > 21:57 UTC Feb-7-2008: Program start Pskmail v.0.5.4
> >         > Program start: 21:57 UTC Feb-7-2008
> >         > 21:57 UTC Feb-7-2008: Reconnecting 1 (second.aprs2.net)
> >         > 22:02 UTC Feb-7-2008: Program start Pskmail v.0.5.4
> >         > Program start: 22:02 UTC Feb-7-2008
> >         > 22:02 UTC Feb-7-2008: Listening to the radio
> >         > 22:02 UTC Feb-7-2008: Reconnecting 1 (second.aprs2.net)
> >         > 22:02 UTC Feb-7-2008: Reconnecting 2
> >         (rotate-filter.aprs.net)
> >         > 22:03 UTC Feb-7-2008: Reconnecting 4 (second.aprs2.net)
> >         > 22:05 UTC Feb-7-2008: Program start Pskmail v.0.5.4
> >         > 22:06 UTC Feb-7-2008: Program start Pskmail v.0.5.4
> >         > 22:07 UTC Feb-7-2008: Program start Pskmail v.0.5.4
> >         > 22:10 UTC Feb-7-2008: Program start Pskmail v.0.5.4
> >         > Program start: 22:10 UTC Feb-7-2008
> >         > 22:10 UTC Feb-7-2008: Listening to the radio
> >         > 22:14 UTC Feb-7-2008: Program start Pskmail v.0.5.4
> >         > Program start: 22:14 UTC Feb-7-2008
> >         > 22:14 UTC Feb-7-2008: Connected to first.aprs.net
> >         > 22:14 UTC Feb-7-2008: Listening to the radio
> >         > 22:14 UTC Feb-7-2008:
> >         > Send>APRS-IS:KD5WDQ>PSKAPRS:@072210z2944.50NP9805.80W&PSKm
> >         > ail-0.5.4
> >         > 
> >         > 22:14 UTC Feb-7-2008:
> >         > Send>APRS-IS:KD5WDQ>PSKAPRS:@072214z2944.50NP9805.80W&PSKm
> >         > ail-0.5.4
> >         > 
> >         > 22:24 UTC Feb-7-2008:
> >         > Send>APRS-IS:KD5WDQ>PSKAPRS:@072224z2944.50NP9805.80W&PSKm
> >         > ail-0.5.4
> >         > 
> >         > 22:34 UTC Feb-7-2008:
> >         > Send>APRS-IS:KD5WDQ>PSKAPRS:@072234z2944.50NP9805.80W&PSKm
> >         > ail-0.5.4
> >         > 
> >         > 22:44 UTC Feb-7-2008:
> >         > Send>APRS-IS:KD5WDQ>PSKAPRS:@072244z2944.50NP9805.80W&PSKm
> >         > ail-0.5.4
> >         > 
> >         > 22:54 UTC Feb-7-2008:
> >         > Send>APRS-IS:KD5WDQ>PSKAPRS:@072254z2944.50NP9805.80W&PSKm
> >         > ail-0.5.4
> >         > 
> >         > (snip)
> >         > 
> >         > 16:03 UTC Feb-15-2008: > Data: 11
> >         > ~DELETELOCAL
> >         > ~DELETELOCAL
> >         > ~LISTLOCAL
> >         > 
> >         > 16:03 UTC Feb-15-2008: 0%s+%%F0F9
> >         > 16:03 UTC Feb-15-2008: > Status : last=11 good=5 end=5
> >         missing=
> >         > 16:03 UTC Feb-15-2008: 0%p+%%B4F9
> >         > 16:03 UTC Feb-15-2008: > Poll : last=11 good=5 end=5
> >         missing=
> >         > 16:03 UTC Feb-15-2008: 0%s+''5179
> >         > 16:03 UTC Feb-15-2008: > Status : last=11 good=7 end=7
> >         missing=
> >         > 16:04 UTC Feb-15-2008: 0%s+''5179
> >         > 16:04 UTC Feb-15-2008: > Status : last=11 good=7 end=7
> >         missing=
> >         > 16:04 UTC Feb-15-2008: 0%s+''5179
> >         > 16:04 UTC Feb-15-2008: > Status : last=11 good=7 end=7
> >         missing=
> >         > 16:04 UTC Feb-15-2008: 0%s+''5179
> >         > 16:04 UTC Feb-15-2008: > Status : last=11 good=7 end=7
> >         missing=
> >         > 16:04 UTC Feb-15-2008: 0%s+''5179
> >         > 16:04 UTC Feb-15-2008: > Status : last=11 good=7 end=7
> >         missing=
> >         > 16:04 UTC Feb-15-2008: 0%s+''5179
> >         > 16:04 UTC Feb-15-2008: > Status : last=11 good=7 end=7
> >         missing=
> >         > 16:04 UTC Feb-15-2008: 0%s+''5179
> >         > 16:04 UTC Feb-15-2008: > Status : last=11 good=7 end=7
> >         missing=
> >         > 16:04 UTC Feb-15-2008: Listening to the radio
> >         > 16:04 UTC Feb-15-2008: 0%d741B
> >         > 16:04 UTC Feb-15-2008: > Disconnect
> >         > 
> >         > 16:05 UTC Feb-15-2008: 00cKD5WDQ-1:1024 KD5WDQ:24 5DCFD
> >         > 16:05 UTC Feb-15-2008: > Connect: KD5WDQ-1:1024 KD5WDQ:24 5
> >         > 
> >         > 16:05 UTC Feb-15-2008: Added KD5WDQ-1 to link list
> >         > 16:05 UTC Feb-15-2008:
> >         > Send>APRS-IS:KD5WDQ>PSKAPRS,TCPIP*::PSKAPRS :GATING KD5W
> >         > DQ-1
> >         > 
> >         > 16:06 UTC Feb-15-2008: Connected to KD5WDQ-116:06 UTC
> >         Feb-15-2008:
> >         > Call KD5WDQ-1
> >         > o.k.
> >         > 16:06 UTC Feb-15-2008: 0&s 610F
> >         > 16:06 UTC Feb-15-2008: > Status : last=0 good=0 end=0
> >         missing=
> >         > 16:06 UTC Feb-15-2008: 0&!~SEND
> >         > To: tkovelan@xxxxxxxxx
> >         > SubCBA9
> >         > 16:06 UTC Feb-15-2008: > Data: 1
> >         > ~SEND
> >         > To: tkovelan@xxxxxxxxx
> >         > Sub
> >         > 16:06 UTC Feb-15-2008: 0&"ject: pskmail test, dudette
> >         > hey,E8D6
> >         > 16:06 UTC Feb-15-2008: > Data: 2
> >         > ject: pskmail test, dudette
> >         > hey,
> >         > 16:06 UTC Feb-15-2008: 0&#
> >         > 
> >         > this is being sent from the laDE20
> >         > 16:06 UTC Feb-15-2008: > Data: 3
> >         > 
> >         > 
> >         > this is being sent from the la
> >         > 16:06 UTC Feb-15-2008: 0&$ptop thru
> >         > the desktop (server) a1623
> >         > 16:06 UTC Feb-15-2008: > Data: 4
> >         > ptop thru
> >         > the desktop (server) a
> >         > 16:06 UTC Feb-15-2008: 0&%nd forward to
> >         > yahoo (you). ver899F
> >         > 16:06 UTC Feb-15-2008: > Data: 5
> >         > nd forward to
> >         > yahoo (you). ver
> >         > 16:06 UTC Feb-15-2008: 0&&y cool...all over radio.
> >         > 
> >         > ek
> >         > .
> >         > 0883
> >         > 16:06 UTC Feb-15-2008: > Data: 6
> >         > y cool...all over radio.
> >         > 
> >         > ek
> >         > .
> >         > 
> >         > 16:06 UTC Feb-15-2008: 0&'.
> >         > E066
> >         > 16:06 UTC Feb-15-2008: > Data: 7
> >         > .
> >         > 
> >         > 16:06 UTC Feb-15-2008: 0&s'""013E
> >         > 16:06 UTC Feb-15-2008: > Status : last=7 good=2 end=2
> >         missing=
> >         > 16:06 UTC Feb-15-2008: Receiving mail
> >         > 16:06 UTC Feb-15-2008: SMTP TLS requested, no debug info
> >         available..
> >         > 16:06 UTC Feb-15-2008: 0&p'""453E
> >         > 16:06 UTC Feb-15-2008: > Poll : last=7 good=2 end=2 missing=
> >         > 16:06 UTC Feb-15-2008: 0&s'""013E
> >         > 16:06 UTC Feb-15-2008: > Status : last=7 good=2 end=2
> >         missing=
> >         > 16:06 UTC Feb-15-2008:
> >         > Send>APRS-IS:KD5WDQ>PSKAPRS:@151606z2944.50NP9805.80W&PSK
> >         > mail-0.5.4
> >         > 
> >         > 16:06 UTC Feb-15-2008: 0&p'""453E
> >         > 16:06 UTC Feb-15-2008: > Poll : last=7 good=2 end=2 missing=
> >         > 16:06 UTC Feb-15-2008: 0&(~DELETELOCAL
> >         > E3DD
> >         > 16:06 UTC Feb-15-2008: > Data: 8
> >         > ~DELETELOCAL
> >         > 
> >         > 16:06 UTC Feb-15-2008: 0&s(""020E
> >         > 16:06 UTC Feb-15-2008: > Status : last=8 good=2 end=2
> >         missing=
> >         > 16:07 UTC Feb-15-2008: 0&s($$A08D
> >         > 16:07 UTC Feb-15-2008: > Status : last=8 good=4 end=4
> >         missing=
> >         > 16:07 UTC Feb-15-2008: 0&)~QUIT
> >         > FEE7
> >         > 16:07 UTC Feb-15-2008: > Data: 9
> >         > ~QUIT
> >         > 
> >         > 16:07 UTC Feb-15-2008: 0&s)$$60DC
> >         > 16:07 UTC Feb-15-2008: > Status : last=9 good=4 end=4
> >         missing=
> >         > 16:07 UTC Feb-15-2008: Disconnect received
> >         > 16:07 UTC Feb-15-2008: Listening to the radio
> >         > 16:07 UTC Feb-15-2008: 0&d841B
> >         > 16:07 UTC Feb-15-2008: > Disconnect
> >         > 
> >         > 16:09 UTC Feb-15-2008: 00uKD5WDQ-1:7 46BC
> >         > 16:09 UTC Feb-15-2008: > Unproto: KD5WDQ-1:7
> >         > 
> >         > 16:16 UTC Feb-15-2008:
> >         > Send>APRS-IS:KD5WDQ>PSKAPRS:@151616z2944.50NP9805.80W&PSK
> >         > mail-0.5.4
> >         > 
> >         > 16:26 UTC Feb-15-2008:
> >         > Send>APRS-IS:KD5WDQ>PSKAPRS:@151626z2944.50NP9805.80W&PSK
> >         > mail-0.5.4
> >         > 
> >         > 16:28 UTC Feb-15-2008: 00uKD5WDQ-1:7 46BC
> >         > 16:28 UTC Feb-15-2008: > Unproto: KD5WDQ-1:7
> >         > 
> >         > 16:28 UTC Feb-15-2008: 00cKD5WDQ-1:1024 KD5WDQ:24 5DCFD
> >         > 16:28 UTC Feb-15-2008: > Connect: KD5WDQ-1:1024 KD5WDQ:24 5
> >         > 
> >         > 16:28 UTC Feb-15-2008: Added KD5WDQ-1 to link list
> >         > 16:28 UTC Feb-15-2008:
> >         > Send>APRS-IS:KD5WDQ>PSKAPRS,TCPIP*::PSKAPRS :GATING KD5W
> >         > DQ-1
> >         > 
> >         > 16:28 UTC Feb-15-2008: Connected to KD5WDQ-116:28 UTC
> >         Feb-15-2008:
> >         > Call KD5WDQ-1
> >         > o.k.
> >         > 16:28 UTC Feb-15-2008: 0'!~QTC 1+
> >         > 6F91
> >         > 16:28 UTC Feb-15-2008: > Data: 1
> >         > ~QTC 1+
> >         > 
> >         > 16:28 UTC Feb-15-2008: 0's! 6163
> >         > 16:28 UTC Feb-15-2008: > Status : last=1 good=0 end=0
> >         missing=
> >         > 16:28 UTC Feb-15-2008: Got message list
> >         > 16:28 UTC Feb-15-2008: QTC received...
> >         > 16:28 UTC Feb-15-2008: 0'"~READPAQ 1
> >         > 587B
> >         > 16:28 UTC Feb-15-2008: > Data: 2
> >         > ~READPAQ 1
> >         > 
> >         > 16:28 UTC Feb-15-2008: 0's"##90D3
> >         > 16:28 UTC Feb-15-2008: > Status : last=2 good=3 end=3
> >         missing=
> >         > 16:28 UTC Feb-15-2008: 0's"$$6290
> >         > 16:28 UTC Feb-15-2008: > Status : last=2 good=4 end=4
> >         missing=
> >         > 16:29 UTC Feb-15-2008: 0's"$$6290
> >         > 16:29 UTC Feb-15-2008: > Status : last=2 good=4 end=4
> >         missing=
> >         > 16:29 UTC Feb-15-2008: 0'#~READ
> >         > 976E
> >         > 16:29 UTC Feb-15-2008: > Data: 3
> >         > ~READ
> >         > 
> >         > 16:29 UTC Feb-15-2008: 0's#$$A2C1
> >         > 16:29 UTC Feb-15-2008: > Status : last=3 good=4 end=4
> >         missing=
> >         > 16:29 UTC Feb-15-2008: 0's#%%F201
> >         > 16:29 UTC Feb-15-2008: > Status : last=3 good=5 end=5
> >         missing=
> >         > 16:29 UTC Feb-15-2008: 0'$~READPAQ 1
> >         > 5073
> >         > 16:29 UTC Feb-15-2008: > Data: 4
> >         > ~READPAQ 1
> >         > 
> >         > 16:29 UTC Feb-15-2008: 0's$%%33B0
> >         > 16:29 UTC Feb-15-2008: > Status : last=4 good=5 end=5
> >         missing=
> >         > 16:29 UTC Feb-15-2008: 0'p$%%77B0
> >         > 16:29 UTC Feb-15-2008: > Poll : last=4 good=5 end=5 missing=
> >         > 16:29 UTC Feb-15-2008: 0'%~DELETELOCAL
> >         > 76D1
> >         > 16:29 UTC Feb-15-2008: > Data: 5
> >         > ~DELETELOCAL
> >         > 
> >         > 16:29 UTC Feb-15-2008: 0's%&&02A1
> >         > 16:29 UTC Feb-15-2008: > Status : last=5 good=6 end=6
> >         missing=
> >         > 16:30 UTC Feb-15-2008: 0'p%&&46A1
> >         > 16:30 UTC Feb-15-2008: > Poll : last=5 good=6 end=6 missing=
> >         > 16:30 UTC Feb-15-2008: 0'&~QUIT
> >         > 32D9
> >         > 16:30 UTC Feb-15-2008: > Data: 6
> >         > ~QUIT
> >         > 
> >         > 16:30 UTC Feb-15-2008: 0's&&&0251
> >         > 16:30 UTC Feb-15-2008: > Status : last=6 good=6 end=6
> >         missing=
> >         > 16:30 UTC Feb-15-2008: Disconnect received
> >         > 16:30 UTC Feb-15-2008: Listening to the radio
> >         > 16:30 UTC Feb-15-2008: 0'd141A
> >         > 16:30 UTC Feb-15-2008: > Disconnect
> >         > 
> >         > 16:35 UTC Feb-15-2008: 00uKD5WDQ-1:26 !
> >         0000.00N/00000.00E@PA0R
> >         > pskmailA981<
> >         > EOT>
> >         > 16:35 UTC Feb-15-2008: > Unproto: KD5WDQ-1:26 !
> >         0000.00N/00000.00E@PA0R
> >         > pskmail
> >         > 
> >         > 16:35 UTC Feb-15-2008:
> >         Send>APRS-IS:KD5WDQ-1>PSKAPRS,TCPIP*:!
> >         > 0000.00N/00000.00E@
> >         > PA0R pskmail
> >         > 
> >         > 16:35 UTC Feb-15-2008: 00cKD5WDQ-1:1024 KD5WDQ:24 5DCFD
> >         > 16:35 UTC Feb-15-2008: > Connect: KD5WDQ-1:1024 KD5WDQ:24 5
> >         > 
> >         > 16:35 UTC Feb-15-2008: Added KD5WDQ-1 to link list
> >         > 16:35 UTC Feb-15-2008:
> >         > Send>APRS-IS:KD5WDQ>PSKAPRS,TCPIP*::PSKAPRS :GATING KD5W
> >         > DQ-1
> >         > 
> >         > 16:35 UTC Feb-15-2008: Connected to KD5WDQ-116:35 UTC
> >         Feb-15-2008:
> >         > Call KD5WDQ-1
> >         > o.k.
> >         > 16:36 UTC Feb-15-2008: 0(!
> >         > ~RECxc210cC5nbWFpbC5jb20sa2Q1d2R734B
> >         > 16:36 UTC Feb-15-2008: > Data: 1
> >         > ~RECxc210cC5nbWFpbC5jb20sa2Q1d2R
> >         > 16:36 UTC Feb-15-2008:
> >         > 0("xLGZyb2dzcnVzLGtkNXdkcUBnbWFpLmN11E1
> >         > 16:36 UTC Feb-15-2008: > Data: 2
> >         > xLGZyb2dzcnVzLGtkNXdkcUBnbWFpLmN
> >         > 16:36 UTC Feb-15-2008: 0(#vbSwK
> >         > 4AA0
> >         > 16:36 UTC Feb-15-2008: > Data: 3
> >         > vbSwK
> >         > 
> >         > 16:36 UTC Feb-15-2008: 0(s# A096
> >         > 16:36 UTC Feb-15-2008: > Status : last=3 good=0 end=0
> >         missing=
> >         > 16:36 UTC Feb-15-2008: 0(p# E496
> >         > 16:36 UTC Feb-15-2008: > Poll : last=3 good=0 end=0 missing=
> >         > 16:36 UTC Feb-15-2008: 0(!
> >         > ~RECxc210cC5nbWFpbC5jb20sa2Q1d2R734B
> >         > 16:36 UTC Feb-15-2008: > Data: 1
> >         > ~RECxc210cC5nbWFpbC5jb20sa2Q1d2R
> >         > 16:36 UTC Feb-15-2008:
> >         > 0("xLGZyb2dzcnVzLGtkNXdkcUBnbWFpLmN11E1
> >         > 16:36 UTC Feb-15-2008: > Data: 2
> >         > xLGZyb2dzcnVzLGtkNXdkcUBnbWFpLmN
> >         > 16:36 UTC Feb-15-2008: 0(#vbSwK
> >         > 4AA0
> >         > 16:36 UTC Feb-15-2008: > Data: 3
> >         > vbSwK
> >         > 
> >         > 16:36 UTC Feb-15-2008:
> >         > 0($~RECxc210cC5nbWFpbC5jb20sa2Q1d2RxLGZyb2dzcnVzLGtk
> >         > NXdkcUBnbWFpbC5A398
> >         > 16:36 UTC Feb-15-2008: > Data: 4
> >         >
> >         ~RECxc210cC5nbWFpbC5jb20sa2Q1d2RxLGZyb2dzcnVzLGtkNXdkcUBnbWFpbC5
> >         > 16:36 UTC Feb-15-2008:
> >         > 0($~RECxc210cC5nbWFpbC5jb20sa2Q1d2RxLGZyb2dzcnVzLGtk
> >         > NXdkcUBnbWFpbC5A398
> >         > 16:36 UTC Feb-15-2008: > Data: 4
> >         >
> >         ~RECxc210cC5nbWFpbC5jb20sa2Q1d2RxLGZyb2dzcnVzLGtkNXdkcUBnbWFpbC5
> >         > 16:36 UTC Feb-15-2008:
> >         > Send>APRS-IS:KD5WDQ>PSKAPRS:@151636z2944.50NP9805.80W&PSK
> >         > mail-0.5.4
> >         > 
> >         > 16:37 UTC Feb-15-2008:
> >         > 0($~RECxc210cC5nbWFpbC5jb20sa2Q1d2RxLGZyb2dzcnVzLGtk
> >         > NXdkcUBnbWFpbC5A398
> >         > 16:37 UTC Feb-15-2008: > Data: 4
> >         >
> >         ~RECxc210cC5nbWFpbC5jb20sa2Q1d2RxLGZyb2dzcnVzLGtkNXdkcUBnbWFpbC5
> >         > 16:37 UTC Feb-15-2008: 0(%jb20sCg==
> >         > ~RECxc210cC5nbWFpbC5jb20sa2Q1d2RxLGZyb2dzcnVzLGtkNXdkcCDF4
> >         > 16:37 UTC Feb-15-2008: > Data: 5
> >         > jb20sCg==
> >         > ~RECxc210cC5nbWFpbC5jb20sa2Q1d2RxLGZyb2dzcnVzLGtkNXdkc
> >         > 16:37 UTC Feb-15-2008: 0(&UBnbWFpbC5jb20sCg==
> >         > 10F0
> >         > 16:37 UTC Feb-15-2008: > Data: 6
> >         > UBnbWFpbC5jb20sCg==
> >         > 
> >         > 16:37 UTC Feb-15-2008: 0(s&##50C6
> >         > 16:37 UTC Feb-15-2008: > Status : last=6 good=3 end=3
> >         missing=
> >         > 16:37 UTC Feb-15-2008: 0(s&##50C6
> >         > 16:37 UTC Feb-15-2008: > Status : last=6 good=3 end=3
> >         missing=
> >         > 16:37 UTC Feb-15-2008: 0(s&$$A285
> >         > 16:37 UTC Feb-15-2008: > Status : last=6 good=4 end=4
> >         missing=
> >         > 16:37 UTC Feb-15-2008: 0(s&$$A285
> >         > 16:37 UTC Feb-15-2008: > Status : last=6 good=4 end=4
> >         missing=
> >         > 16:37 UTC Feb-15-2008: 0(s&$$A285
> >         > 16:37 UTC Feb-15-2008: > Status : last=6 good=4 end=4
> >         missing=
> >         > 16:37 UTC Feb-15-2008: 0(s&$$A285
> >         > 16:37 UTC Feb-15-2008: > Status : last=6 good=4 end=4
> >         missing=
> >         > 16:37 UTC Feb-15-2008: 0(s&$$A285
> >         > 16:37 UTC Feb-15-2008: > Status : last=6 good=4 end=4
> >         missing=
> >         > 16:37 UTC Feb-15-2008: 0(s&$$A285
> >         > 16:37 UTC Feb-15-2008: > Status : last=6 good=4 end=4
> >         missing=
> >         > 16:38 UTC Feb-15-2008: 0(s&$$A285
> >         > 16:38 UTC Feb-15-2008: > Status : last=6 good=4 end=4
> >         missing=
> >         > 16:38 UTC Feb-15-2008: Listening to the radio
> >         > 16:38 UTC Feb-15-2008: 00cKD5WDQ-1:1024 KD5WDQ:24 5DCFD
> >         > 16:38 UTC Feb-15-2008: > Connect: KD5WDQ-1:1024 KD5WDQ:24 5
> >         > 
> >         > 16:38 UTC Feb-15-2008: Added KD5WDQ-1 to link list
> >         > 16:38 UTC Feb-15-2008:
> >         > Send>APRS-IS:KD5WDQ>PSKAPRS,TCPIP*::PSKAPRS :GATING KD5W
> >         > DQ-1
> >         > 
> >         > 16:38 UTC Feb-15-2008: Connected to KD5WDQ-116:38 UTC
> >         Feb-15-2008:
> >         > Call KD5WDQ-1
> >         > o.k.
> >         > 16:38 UTC Feb-15-2008: 0)!~READPAQ 1
> >         > D269
> >         > 16:38 UTC Feb-15-2008: > Data: 1
> >         > ~READPAQ 1
> >         > 
> >         > 16:38 UTC Feb-15-2008: 0)s! A00A
> >         > 16:38 UTC Feb-15-2008: > Status : last=1 good=0 end=0
> >         missing=
> >         > 16:39 UTC Feb-15-2008:
> >         > 0)"~RECxc210cC5nbWFpbC5jb20sa2Q1d2RxLGZyb2dzcnVzLGtk
> >         > NXdkcUBnbWFpbC5D76A
> >         > 16:39 UTC Feb-15-2008: > Data: 2
> >         >
> >         ~RECxc210cC5nbWFpbC5jb20sa2Q1d2RxLGZyb2dzcnVzLGtkNXdkcUBnbWFpbC5
> >         > 16:39 UTC Feb-15-2008: 0)#jb20sCg==
> >         > 0608
> >         > 16:39 UTC Feb-15-2008: > Data: 3
> >         > jb20sCg==
> >         > 
> >         > 16:39 UTC Feb-15-2008: 0)s#$$63A8
> >         > 16:39 UTC Feb-15-2008: > Status : last=3 good=4 end=4
> >         missing=
> >         > 16:39 UTC Feb-15-2008: 0)p#$$27A8
> >         > 16:39 UTC Feb-15-2008: > Poll : last=3 good=4 end=4 missing=
> >         > 16:39 UTC Feb-15-2008: 0)$~READPAQ 1
> >         > DE65
> >         > 16:39 UTC Feb-15-2008: > Data: 4
> >         > ~READPAQ 1
> >         > 
> >         > 16:39 UTC Feb-15-2008: 0)s$%%F2D9
> >         > 16:39 UTC Feb-15-2008: > Status : last=4 good=5 end=5
> >         missing=
> >         > 16:39 UTC Feb-15-2008: 0)s$%%F2D9
> >         > 16:39 UTC Feb-15-2008: > Status : last=4 good=5 end=5
> >         missing=
> >         > 16:39 UTC Feb-15-2008: 0)%~READPAQ 1
> >         > 1D98
> >         > 16:39 UTC Feb-15-2008: > Data: 5
> >         > ~READPAQ 1
> >         > 
> >         > 16:39 UTC Feb-15-2008: 0)s%&&C3C8
> >         > 16:39 UTC Feb-15-2008: > Status : last=5 good=6 end=6
> >         missing=
> >         > 16:39 UTC Feb-15-2008: 0)s%''9308
> >         > 16:39 UTC Feb-15-2008: > Status : last=5 good=7 end=7
> >         missing=
> >         > 16:39 UTC Feb-15-2008: 0)&~READ
> >         > C8E2
> >         > 16:39 UTC Feb-15-2008: > Data: 6
> >         > ~READ
> >         > 
> >         > 16:40 UTC Feb-15-2008: 0)s&''93F8
> >         > 16:40 UTC Feb-15-2008: > Status : last=6 good=7 end=7
> >         missing=
> >         > 16:40 UTC Feb-15-2008: 0)s&((67BD
> >         > 16:40 UTC Feb-15-2008: > Status : last=6 good=8 end=8
> >         missing=
> >         > 16:40 UTC Feb-15-2008: 0)s&((67BD
> >         > 16:40 UTC Feb-15-2008: > Status : last=6 good=8 end=8
> >         missing=
> >         > 16:40 UTC Feb-15-2008: 0)s&((67BD
> >         > 16:40 UTC Feb-15-2008: > Status : last=6 good=8 end=8
> >         missing=
> >         > 16:40 UTC Feb-15-2008: 0)s&((67BD
> >         > 16:40 UTC Feb-15-2008: > Status : last=6 good=8 end=8
> >         missing=
> >         > 16:40 UTC Feb-15-2008: 0)'~QUIT
> >         > 7E48
> >         > 16:40 UTC Feb-15-2008: > Data: 7
> >         > ~QUIT
> >         > 
> >         > 16:40 UTC Feb-15-2008: 0)s'((A7EC
> >         > 16:40 UTC Feb-15-2008: > Status : last=7 good=8 end=8
> >         missing=
> >         > 16:40 UTC Feb-15-2008: Disconnect received
> >         > 16:40 UTC Feb-15-2008: Listening to the radio
> >         > 16:40 UTC Feb-15-2008: 0)d741E
> >         > 16:40 UTC Feb-15-2008: > Disconnect
> >         > 
> >         > 16:45 UTC Feb-15-2008: 00uKD5WDQ-1:26 !
> >         2926.70N/09803.48W@kd5wdq
> >         > pskmailE40
> >         > 3
> >         > 16:45 UTC Feb-15-2008: > Unproto: KD5WDQ-1:26 !
> >         > 2926.70N/09803.48W@kd5wdq pskmail
> >         > 
> >         > 16:45 UTC Feb-15-2008:
> >         Send>APRS-IS:KD5WDQ-1>PSKAPRS,TCPIP*:!
> >         > 2926.70N/09803.48W@
> >         > kd5wdq pskmail
> >         > 
> >         > 16:47 UTC Feb-15-2008:
> >         > Send>APRS-IS:KD5WDQ>PSKAPRS:@151647z2944.50NP9805.80W&PSK
> >         > mail-0.5.4
> >         > 
> >         > 16:49 UTC Feb-15-2008: 00cKD5WDQ-1:1024 KD5WDQ:24 5DCFD
> >         > 16:49 UTC Feb-15-2008: > Connect: KD5WDQ-1:1024 KD5WDQ:24 5
> >         
> >         === message truncated ===
> > 
> > 
> > 
> > 
> > ______________________________________________________________________
> > Never miss a thing. Make Yahoo your homepage.


Other related posts: