RE: My SSH broke

2002-07-25 Thread sagacious

Are you trying to tell me you were running 4.3 for a year and you never
updated sshd? Try removing it, getting the latest ports and reinstalling
it. 

sagacious (Mike)
Network administrator
The unixhideout network
http://www.unixhideout.com

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of Clifford Chu
Sent: Thursday, July 25, 2002 2:27 PM
To: [EMAIL PROTECTED]
Subject: My SSH broke

I'm a novice unix guy so please bear with me. I'd been running 4.3 for
about
a year and everything ran great including SSH. I decided to update the
box
to 4.6 by booting from the CD and choosing update existing installation
from
the system installer.

Now my SSH is broken. At first when connecting from a client, I got a
server
console message that said --no modules loaded for sshd service; fatal:
PAM
session setup failed(6); permission denied. So I
looked into pam.conf and added:
sshd  auth  required  pam_ssh.so  try_first_pass
which silenced the console error messages.

However, client connections still get denied. I've changed passwd just
to be
sure I'm inputting the password correctly. Here is part of the verbose
output from the client:

snip
DSA key fingerprint is
f8:02:db:14:c9:fa:c7:84:53:fb:d9:ad:c3:89:b0:5f.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added '192.168.1.53' (DSA) to the
list of known hosts.
debug1: bits set: 508/1024
debug1: ssh_dss_verify: signature correct
debug1: kex_derive_keys
debug1: newkeys: mode 1
debug1: SSH2_MSG_NEWKEYS sent
debug1: waiting for SSH2_MSG_NEWKEYS
debug1: newkeys: mode 0
debug1: SSH2_MSG_NEWKEYS received
debug1: done: ssh_kex2.
debug1: send SSH2_MSG_SERVICE_REQUEST
debug1: service_accept: ssh-userauth
debug1: got SSH2_MSG_SERVICE_ACCEPT
debug1: authentications that can continue:
publickey,password,keyboard-interactive
debug1: next auth method to try is publickey
debug1: try privkey: /Users/user/.ssh/id_rsa
debug1: try privkey: /Users/user/.ssh/id_dsa
debug1: next auth method to try is keyboard-interactive
debug1: authentications that can continue:
publickey,password,keyboard-interactive
debug1: next auth method to try is password
[EMAIL PROTECTED]'s password:
debug1: authentications that can continue:
publickey,password,keyboard-interactive
Permission denied, please try again.
[EMAIL PROTECTED]'s password:
debug1: authentications that can continue:
publickey,password,keyboard-interactive
Permission denied, please try again.
[EMAIL PROTECTED]'s password:
debug1: authentications that can continue:
publickey,password,keyboard-interactive
debug1: no more auth methods to try
Permission denied 
(publickey,password,keyboard-interactive).
debug1: Calling cleanup 0x18188(0x0)
[localhost:~] user%

So it appears that authentication is the hangup. Server logs show
nothing
after my change to pam.conf. But it had worked fine before. I've
searched
the maillist archives but didn't find anything. Where did I go wrong?
Thanks
for your help.

Cliff


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



four domains one router, make local dns server tell internet local-lan ip for each domain

2002-07-25 Thread sagacious








I think that
pretty much sums it up. I have four domains, im
currently running a dns server for internet traffic,
and another for my own lan.
I want for example,



www.unixhideout.com to take you to
192.168.1.30 and I want



www.unixhideout.net to take you to
192.168.1.40



Currently
they all point to my gateway IP



is this
possible to do if so how? 



sagacious (Mike)

Network administrator

The unixhideout network

http://www.unixhideout.com










RE: Webmin Alternative

2002-07-25 Thread sagacious

I use webmin all the time. I'm so sure its secure I have it start at
bootup. Its just like anything else, including the freebsd core. its as
secure as you make it.. It has tons of access configurations. Use them.
I also have a router and the port isn't forwarded. They don't have a
chance in hell. But even if a router isn't an option you can use ipfw,
and all sorts of other open source solutions. The only barrier is your
mind.


sagacious (Mike)
Network administrator
The unixhideout network
http://www.unixhideout.com

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of Michael Wells
Sent: Thursday, July 25, 2002 6:32 PM
To: [EMAIL PROTECTED]
Subject: Webmin Alternative

I have heard on here that Webmin was not secure 
and that an alternative should be considered.  I really
like the intuitive interface and while I know it's
not a purist consideration, I am trying desperately to
become a full windoz convert so will take any help
I can get.  


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



RE: Password problem

2002-07-24 Thread sagacious

i've got a box and i was able to do a boot -s to recover the root
passwd.
When i got to the prompt # i've :
-mount -u /
-mount -a

and then when i type passwd nothing happens.
i've notice that /etc/passwd has a simbolic link to /var/etc/passwd and
also
/usr/bin/passwd
have a simbolic link to /var/etc/passwd.
I've copy accross a bin passwd file from another unix and put it on
the /var/etc/, however it still doesn't work.
Any ideas how can i work around this.

When I lose the root pass heres what I have to do.

Boot -s

Then I have to mount the file systems individually but I have to go into
wherever the mount binary is and do:
 ./mount /
 ./mount /usr

then finally ./passwd

You wont be able to just type passwd cause it doesn't know where it is.
FreeBSD is in dumb mode.

I hope I understood your question right. I think I did. Hope it helped.

sagacious (Mike)
Network administrator
The unixhideout network
http://www.unixhideout.com


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Watching users

2002-07-24 Thread sagacious








Hello list,



I need to watch either via an open terminal,
using Watch or some other method. I remember seeing fortune freebsd-tips saying how if I used tcsh
I could type a command that would tell me everyone who logs in and out of my
system. Can you please tell me how I can have a daemon or prog
running that will do nothing except log logins via sshd
and ftp to a file, or better yet, email me when someone logs in? I have watch
installed and I am about to hit the manpage but I posted
here first because I dont think watch will do what I want it to. The
ideal thing would be for it to email me whenever someone logs in
or out. Thanks.



sagacious (Mike)

Network administrator

The unixhideout network

http://www.unixhideout.com










RE: About FreeBSD Operating System

2002-07-24 Thread sagacious









I dont
have enough knowledge to tell you if it will ir will not work, why dont you
just try and see? At that point if you have an error, you can post here, or go
to the many other sites that help. Mine has forums and low volume mailing lists
that try to help people. But all you have to do is search google and theres
thousands more just like it. Give it a go whats the worst that will happen if its an empty drive anyhow. Just be sure not to grease your
existing OS. Id be happy to help if you want to email
me directly. I got time.





sagacious (Mike)

Network administrator

The unixhideout network

http://www.unixhideout.com



-Original Message-
From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On
Behalf Of Wanda
Sent: Wednesday, July 24, 2002
10:47 PM
To: [EMAIL PROTECTED]
Subject: About FreeBSD Operating
System





To whom it may concern,











I am writing to ask for help about
installing the FreeBSD in my computer.





I have a DELL Optiplex GX
115, X86 Computer with Windows XP installed on the master drive 40 gigs. It has
512 Ram, 800 mhz, a slave drive 15 gigs which I want to install another
operating system on for programming purposes. 











My question is, will the FreeBSD
run on my slave drive, which is already partitioned and ready for installation.











I am so frustrated. I have read so
much on different sites including redhatlinux etc., and I just want to download
something that will work with mine.











I tried the phatlinux, and it said
it wasn't compatible with my X86, which it referred to as an older version.
:::laughs Sigh.





Can you help me? Please?











Thank You,





Wanda Williams






















RE: heh -= bad.

2002-07-24 Thread sagacious

Your right. I apologize. Just a bit frustrated. Hence the heh was a
loss for words. ;)

sagacious (Mike)
Network administrator
The unixhideout network
http://www.unixhideout.com

-Original Message-
From: Edwin Groothuis [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, July 24, 2002 11:08 PM
To: sagacious
Cc: [EMAIL PROTECTED]
Subject: Re: heh

On Wed, Jul 24, 2002 at 07:41:50PM -0400, sagacious wrote:
 There is a file in my website root called ?*

Try a better subject next time :-)

rm -i * will ask for confirmation before a delete. So you can
safely go through the list before you say yes, delete this file
which has been bothering me for the last weekend and have made my
life so miserable!. Woops, let me go a little bit :-)

Edwin

-- 
Edwin Groothuis  |Personal website:
http://www.MavEtJu.org
[EMAIL PROTECTED]|Weblog:
http://www.mavetju.org/weblog/weblog.php 
bash$ :(){ :|:};:   | Interested in MUDs?
http://www.FatalDimensions.org/


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



RE: owned.

2002-07-24 Thread sagacious

Yes I backup all the time. I have all of my stuff copied into some
hidden directories. Like www in case even I make a mistake. I rm -rf www
and cp the old one. I update that backup whenever I do significant
work.I also got a freebsd box using cvsup which updates home and www etc
all the major file systems and critical files. It does this
automatically, I stuck it in daily.local. finally, about once a month I
zip the entire sup folder on the backup machine zip them in 650 meg
files and copy that to cdr. So im good. I'm not about to reinstall this
box though. That's why I want to use this script this guy scrapped up
for me. So I can see movement. If I do I will use your daunting
solution. Its not so bad reinstalling, but I got all my stuff installed
and configged etc. You know the drill. ;)

sagacious (Mike)
Network administrator
The unixhideout network
http://www.unixhideout.com

-Original Message-
From: Ryan Thompson [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, July 24, 2002 11:12 PM
To: sagacious
Cc: [EMAIL PROTECTED]
Subject: Re: heh

sagacious wrote to [EMAIL PROTECTED]:

 There is a file in my website root called ?*

 I knew I didn't make the file so I made a test directory called foo
 went into it and touched some quick files and directories. I typed
 rm ?* and sure as I thought it deleted all the test files.

Good test. :-)

rm \?\*


 Someone really has it out for me lately.

Ha!

 I think my box has been compromised and im not sure where to start.

Unplug it from the network, start analysing logs and your filesystems
(or back up this data to analyse later, if the box is critical to
operations). Perform a complete OS re-install and restore data from a
known good back-up. If you perform regular backups, and document your
system configuration, this should not be a terribly daunting task,
even for a moderate configuration. If you have made several backups
since the break-in occurred, you have more work ahead of you. Do *not*
risk restoring harmful data and re-introducing the exploit.


 They got in via that god damn sshd exploit so I closed the port in
 my router. How do I remove this file without messing up my box.

OK. Even if you know how they got in, and successfully plugged the
hole, assume that your box is still compromised. The first thing that
most root kits do is install other backdoors... as they expect you to
find the original hole and close it quickly. Thus the advice to
rebuild your filesystems and start over.


 sagacious (Mike)
 Network administrator
 The unixhideout network
 http://www.unixhideout.com

-- 
  Ryan Thompson [EMAIL PROTECTED]

  SaskNow Technologies - http://www.sasknow.com
  901 1st Avenue North - Saskatoon, SK - S7K 1Y4

Tel: 306-664-3600   Fax: 306-244-7037   Saskatoon
  Toll-Free: 877-727-5669 (877-SASKNOW) North America




To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



RE: Watching users

2002-07-24 Thread sagacious


Script works great. Thanks man. Now I wait for this little b**tard. I
hope he's not subscribed to this list. That sure would stink! ;) No
seriously thanks.

sagacious (Mike)
Network administrator
The unixhideout network
http://www.unixhideout.com

-Original Message-
From: Ryan Thompson [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, July 24, 2002 11:02 PM
To: sagacious
Cc: [EMAIL PROTECTED]
Subject: Re: Watching users

sagacious wrote to [EMAIL PROTECTED]:

 Hello list,

  I need to watch either via an open terminal, using Watch or some
 other method. I remember seeing fortune freebsd-tips saying how if I
 used tcsh I could type a command that would tell me everyone who
 logs in and out of my system. Can you please tell me how I can have
 a daemon or prog running that will do nothing except log logins via
 sshd and ftp to a file, or better yet, email me when someone logs
 in? I have watch installed and I am about to hit the manpage but I
 posted here first because I don't think watch will do what I want it
 to. The ideal thing would be for it to email me whenever someone
 logs in or out. Thanks.

Hmm... So you want something that will simply just flip a switch and
let you know if/when someone logs in or out. I won't ask why. :-)

The shell script solution (run this as yourself from cron once per
minute). This is untested, by the way. :-)

#!/bin/sh
[ ! -e /tmp/who.last ]  /usr/bin/touch /tmp/who.last
if [ ! -f /tmp/who.last ]; then
  echo /tmp/who.last is not a regular file!
  exit 1
fi
/usr/bin/who | /usr/bin/diff /tmp/who.last -
/usr/bin/who  /tmp/who.last

You'll get a diff output mailed to the owner of the cron task, or no
output (and no email) if nobody logged in our out in the last minute.
Test it, though, before you turn it on and leave for a week.

Better yet, run as nobody and send the output to mail yourself. Or
mail it to your cell phone if you want audio feedback. :-)

The script should be reasonably secure, but I haven't even verified
that it works, so I make no guarantees whatsoever. :-)

- Ryan

-- 
  Ryan Thompson [EMAIL PROTECTED]

  SaskNow Technologies - http://www.sasknow.com
  901 1st Avenue North - Saskatoon, SK - S7K 1Y4

Tel: 306-664-3600   Fax: 306-244-7037   Saskatoon
  Toll-Free: 877-727-5669 (877-SASKNOW) North America


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Need help with DNS

2002-07-23 Thread sagacious








Hi. I changed
my network setup a while ago. I had to put everything behind a firewall router
due to a denial of service attack.. So now, I am
specifying a static ip in my rc.conf, but its a local one, 192.168.1.20, I port
forwarded all the services to that ip. The problem
is, you can all go to my site, http://www.unixhideout.com,
but if I click that url, my
router pass box pops up I had to temporarily change ALL the links in my
site, for example img src=http://www.unixhideout.com/img/blah.gif
to img src=/img/blah.gif.. and I access the box using http://192.168.1.20 I dont want to have
to do this, and a lot of things do not work for me and its my site!! Well, I posted
this a while ago, and a lot of people said if I ran my own DNS for my domain, I
could stop this from happening.. Well I took the time
to learn DNS a bit, and im running it now, and I was
wondering exactly what I need to do.. In my unixhideout.com.hosts I specified this..



$ttl 38400

unixhideout.com.
IN
SOA labs. root.unixhideout.com. (


1025839968


10800


3600


604800


38400 )

unixhideout.com.
IN
NS
labs

labs.unixhideout.com. IN A
65.187.193.189

root.unixhideout.com. IN RP
root.unixhideout.com. admin

Host-Info.unixhideout.com. IN HINFO INTEL FreeBSD

mail.unixhideout.com. IN MX 10
65.187.193.189

unixhideout.com.
IN
A
65.187.193.189

mail.unixhideout.com. IN A
65.187.193.189

smtp.unixhideout.com. IN A
65.187.193.189

www.unixhideout.com. IN A
65.187.193.189

pop3.unixhideout.com. IN A
65.187.193.189

irc.unixhideout.com. IN A
65.187.193.189

email.unixhideout.com. IN A
65.187.193.189

ftp.unixhideout.com. IN A
65.187.193.189



Everything
works.. You guys (the net)
can go to my site and use all the services. But I cannot..
I tried changing all those IPS to 192.168.1.20, and then I could use unixhideout.com
and you couldnt!! im
losing my patience! Please tell me what I have to do for the internet AND ME to
be able to use the domain I paid for! =] and when you explain pretend Im
2 years old. Im fragile. Thanks!



sagacious (Mike)

Network administrator

The unixhideout network

http://www.unixhideout.com










RE: Need help with DNS

2002-07-23 Thread sagacious










Yay. I just
configured my other freebsd box as a second dns server, and I told all my lan
boxes to use that instead of labs, so I now have two dns servers. It was easy, I
just copied the namedb configs from labs to lab2 and edited the ips. Works like
a dream. Thanks guys.





sagacious (Mike)

Network administrator

The unixhideout network

http://www.unixhideout.com



-Original Message-
From: Joe  Fhe Barbish
[mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, July 23, 2002 8:49 AM
To: sagacious
Cc: FBSDQ
Subject: RE: Need help with DNS



Restating your problem. Every thing works as
expected for requests originating from the public internet, But any requests origination
from the LAN behind your firewall gets denied. This could very well be a IPFW firewall
rules problem. You have to have a IPFW rule to allow all originating LAN
traffic to pass through the firewall. For each LAN Nic card you have on your
GATEWAY/IPFW FBSD box, you must have an corresponding rule in the IPFW rules
file like this. 

allow
all from any to any via xl0
Where xl0 is the FBSD NIC card device name of your Lan Nic card. This rule normally is located in the
beginning of the IPFW rules file. If you still need help post your IPFW rules
file for review.



Joe



-Original
Message-
From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On
Behalf Of sagacious
Sent: Tuesday, July 23, 2002 3:21 AM
To: [EMAIL PROTECTED]
Subject: Need help with DNS



Hi. I changed my network setup a while ago. I had to put
everything behind a firewall router due to a denial of service attack.. So now,
I am specifying a static ip in my rc.conf, but its a local
one, 192.168.1.20, I port forwarded all the services to that ip. The problem
is, you can all go to my site, http://www.unixhideout.com,
but if I click that url, my router pass box pops up I had to temporarily
change ALL the links in my site, for example img src="<a"
href="javascript:void(0);">http://www.unixhideout.com/img/blah.gif
to img src="/img/blah.gif.. and I access the box using http://192.168.1.20 I dont want to have
to do this, and a lot of things do not work for me and its my site!! Well, I
posted this a while ago, and a lot of people said if I ran my own DNS for my
domain, I could stop this from happening.. Well I took the time to learn DNS a
bit, and im running it now, and I was wondering exactly what I need to do.. In
my unixhideout.com.hosts I specified this..



$ttl 38400

unixhideout.com.
IN
SOA labs.
root.unixhideout.com. (


1025839968


10800


3600


604800


38400 )

unixhideout.com.
IN
NS
labs

labs.unixhideout.com.
IN
A
65.187.193.189

root.unixhideout.com.
IN
RP
root.unixhideout.com. admin

Host-Info.unixhideout.com. IN HINFO INTEL FreeBSD

mail.unixhideout.com.
IN
MX
10 65.187.193.189

unixhideout.com.
IN
A
65.187.193.189

mail.unixhideout.com.
IN
A 65.187.193.189

smtp.unixhideout.com.
IN
A
65.187.193.189

www.unixhideout.com. IN A
65.187.193.189

pop3.unixhideout.com.
IN
A
65.187.193.189

irc.unixhideout.com. IN A
65.187.193.189

email.unixhideout.com.
IN
A
65.187.193.189

ftp.unixhideout.com. IN A
65.187.193.189



Everything works.. You guys (the net) can go to my site and use
all the services. But I cannot.. I tried changing all those IPS to
192.168.1.20, and then I could use unixhideout.com and you couldnt!! im
losing my patience! Please tell me what I have to do for the internet AND ME to
be able to use the domain I paid for! =] and when you explain pretend Im
2 years old. Im fragile. Thanks!



sagacious (Mike)

Network administrator

The unixhideout network

http://www.unixhideout.com










SPAM from charlie root.

2002-07-21 Thread sagacious


How do I stop getting these emails. This incident happened over a month
ago. 

On Fri Jul  5 10:40:05 2002, the user root was editing a
file named fstab on the machine , when it was saved for recovery. You
can recover most, if not all, of the changes to this file using the -r
option to vi:

vi -r fstab

I get tham every time the machine reboots. Thanks.


sagacious (Mike)
Network administrator
The unixhideout network
http://www.unixhideout.com


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Installed Samba, cannot compile new kernel now?!

2002-07-21 Thread sagacious








Wtf? Check this
out.



[labs] /usr/src/sys/compile/ghost#
make clean

rm -f *.o *.so *.So *.ko
*.s eddep errs
kernel.debug kernel linterrs
makelinks setdef[01].c setdefs.h tags vers.c vnode_if.c vnode_if.h device_if.c device_if.h bus_if.c bus_if.h miibus_if.c miibus_if.h pci_if.c pci_if.h isa_if.c isa_if.h

cd ../../modules ; env MAKEOBJDIRPREFIX=/usr/src/sys/compile/ghost/modules
DEBUG=-g DEBUG_FLAGS=-g MACHINE=i386 make clean

=== accf_data

/usr/src/sys/modules/accf_data/../../conf/kmod.mk, line 63: Could not find bsd.init.mk

/usr/src/sys/modules/accf_data/../../conf/kmod.mk, line 190: Could not find bsd.links.mk

make: fatal errors encountered -- cannot continue



The only new
thing I did was install /usr/ports/samba/ other than
that, my system gets fresh source, every so often. Any ideas where I should
begin with this?



sagacious (Mike)

Network administrator

The unixhideout network

http://www.unixhideout.com










Re: BIND Question.

2002-07-13 Thread sagacious

http://www.unixhideout.com/library/books1/tcpip/dnsbind/index.htm

Check that out. that's how i installed it and got my dns to work like a
charm. Everything you need is right there.

- Original Message -
From: Brossin Pierrick [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Saturday, July 13, 2002 2:06 PM
Subject: BIND Question.


 Hi,

 I just set up a DNS server on my FreeBSD machine.
 I can't find any howto saying where to put the configuration.
 I mean the resolutions...

 10.0.0.1  firstpc
 10.0.0.2  secondpc

 Is it in named.conf ?

 Thanx


 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Next problem.

2002-07-11 Thread sagacious


I want to do away with windows completely. The reasons wont be posted here
and should be obvious to all of you anyway. I have been using freebsd now
for over a few years as a server and i think i will be comfortable and i am
ready to have it as my solution for both server and desktop / client. The
only thing i will miss is my games. no im afraid gnome gnibbles wont do it
for me.. But i suppose i can use some type of emulation and get some of them
working. Anyhow, The problem i am having is my mouse. I have two boxes and
one monitor, it uses a switch to go back and forth between boxes. Works like
a charm. The only thing is when i go to click an object in gnome or what
not, such as a folder, (this is going to sound weird.) I Have to click the
mouse hard, almost hold it there for a second, and double clicking is a
bitch. There is nothing wrong with the mouse, as it works on my windows box,
soon to be my freebsd box, and i dunno. what the hell is wrong. I tried
using moused flags in rc.conf 9 used the -3 option for the hell of it to
emulate three buttons, but it didnt work, its a three button mouse anyway
but i figured what the hell. Are there any other options, or does anyone
know what could be causing this strange behavior. I do have psm0 in my
kernel so its not a kernel option im missing. THe mouse does work its just
terriblt uncomfortable to use. My window manager is gnome and enlightenment
FYI. I dont know what i would do without this list. ;)

-The unixhideout network.
http://www.unixhideout.com

-get your cable box descrambler at   unixhideout for a competitive price!
 http://www.unixhideout.com/pub/shop/index.php


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



RE: Next problem.

2002-07-11 Thread sagacious




 -get your cable box descrambler at   unixhideout for a competitive price!
  http://www.unixhideout.com/pub/shop/index.php
It's best not to include things like that in your .sig.

1: Other people do it, when i see it in the rules, ill stop, when i see
other people not do it, i'll stop. It's not like im spamming, You are the
first to complain. And FYI the cable boxes are not illegal, what you do with
them is your business. I am making a absolute killing on them, so it cant be
all wrong. It's just two lines letting people know about my site which FYI
is 95% dedicated to FreeBSD.

2: Can you help me with my problem i posted? or did you just rip that out of
the email and whine about my sig before even reading my problem. =[


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



RE: Kindly Get Back To Me Please.

2002-07-11 Thread sagacious



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Sandra Savimbi
Sent: Thursday, July 11, 2002 10:26 PM
To: [EMAIL PROTECTED]
Subject: Kindly Get Back To Me Please.


DO NOT MAIL THIS PERSON. READ THE BOTTOM OF THIS PAGE

DEAR FRIEND,


THIS LETTER MAY COME TO YOU AS A SURPRISE DUE TO THE FACT THAT WE HAVE NOT
YET MET. THE MESSAGE COULD BE STRANGE BUT REAL IF YOU PAY SOME ATTENTION
TO IT. I COULD HAVE NOTIFIED YOU ABOUT IT AT LEAST FOR THE SAKE OF YOUR
INTEGRITY. PLEASE ACCEPT MY SINCERE APOLOGIES. IN BRINGING THIS MESSAGE OF
GOODWILL TO YOU, I HAVE TO SAY THAT I HAVE NO INTENTIONS OF CAUSING YOU
ANY PAINS.


I AM MS. SANDRA SAVIMBI, DAUGHTER OF THE LATE REBEL LEADER JONAS SAVIMBI

OF ANGOLA WHO WAS KILLED ON THE 22ND OF FEBUARY 2002 .


MY LATE FATHER, JONAS SAVIMBI WAS ABLE TO DEPOSIT A LARGE SUM OF MONEY IN
DIFFERENT BANKS IN EUROPE AND THE MOVEMENT OF HIS FAMILY MEMBERS
(INCLUDING ME) IS RESTRICTED. WE ARE FORBIDDEN TO EITHER TRAVEL ABROAD OR
OUT OF OUR LOCALITIES. PRESENTLY, THE US$8,500,000.00 EIGHT MILLION, FIVE
HUNDRED THOUSAND DOLLARS MY FATHER TRANSFERRED TO NETHERLANDS IS SAFE
AND IS WITH A SECURITY FIRM. I AM THEREFORE SOLICITING YOUR HELP TO HAVE
THIS MONEY TRANSFERRED INTO YOUR ACCOUNT BEFORE MY GOVERNMENT GET WIND
OF THIS FUND. YOU MAY KNOW THAT MY FATHER WAS A REBEL LEADER IN ANGOLA
BEFORE HIS DEATH AND MY REASON FOR DOING THIS IS BECAUSE IT WILL BE
DIFFICULT FOR THE ANGOLAN GOVERNMENT TO TRACE MY FATHER'S MONEY TO AN
INDIVIDUAL'S ACCOUNT, ESPECIALLY WHEN SUCH AN INDIVIDUAL HAS NO
RELATIONSHIP WITH MY FATHER THEREBY KEEPING THAT MONEY FOR MY FAMILY USE.
AT PRESENT THE MONEY AS I SAID IS KEPT IN A SECURITY COMPANY IN THE
NETHERLAND.


I AM CURRENTLY AND TEMPORARILY LIVING IN ANGOLA WITH MY HUSBAND. MY
BROTHER HAS A REFUGEE STATUS IN THE NETHERLANDS. MOREOVER, THE POLITICAL
CLIMATE IN ANGOLA AT THE MOMENT IS SO SENSITIVE AND UNSTABLE SO IT WILL BE
BETTER WE DO THIS TRANSACTION NOW.


WITH THIS PASSWORD AND INFORMATION I WILL SEND YOU, AND THE CHANGE OF
OWNERSHIP THAT I WILL SEND TO THE SECURITY FIRM, YOU WILL BE ABLE TO
REPRESENT US IN THE NETHERLANDS TO CLAIM THIS CONSIGNMENT FROM THE
SECURITY FIRM. WHEN YOU ARE READY, I WILL GIVE YOU THE INFORMATION NEEDED
BEFORE YOU CAN GET ACCESS TO THE FUND, YOU WILL THEN PROCEED TO
NETHERLANDS WHERE YOU WILL SIGN THE FINAL RELEASE DOCUMENTS OF THE
US$8,500,000.00 EIGHT, MILLION, FIVE HUNDRED THOUSAND DOLLARS.


I WILL GIVE YOU FURTHER DETAILS WHEN I GET YOUR RESPONSE TO THIS LETTER
ASSURING US THAT YOU WILL BE ABLE TO REPRESENT US IN THE NETHERLANDS AND
THAT YOU WILL MAKE THIS TRANSACTION CONFIDENTIAL. IT IS VERY IMPORTANT
THAT THIS IS KEPT CONFIDENTIAL.


YOU CAN CONTACT ME WITH MY E-MAIL ADDRESS, [EMAIL PROTECTED] OR
YOU CONTACT MY BROTHER ON HIS PHONE; +31 641 162 317, HIS NAME IS ABDUL
SAVIMBI, TELL HIM YOU GOT THE LETTER WE SENT TO YOU, LET HIM KNOW IF YOU CAN
ASSIST US. IF YOU HAVE ANY QUESTION OR YOU WANT CLARIFICATION, ASK HIM, HE
WILL PROVIDE THE ANSWER YOU NEED.


YOURS SINCERELY,


SANDRA SAVIMBI.
__
Kylie is still on top of the Viral chart - http://viral.lycos.co.uk


Just in case none of you are aware, i got an email similar to this 4 months
ago, in case you didnt figure it out yourself this is a NIGERIAN MONEY SCAM.
Its all LIES once you give them your info they BLEED YOU DRY (as if welfare
isnt enough for us to pay for.) I called the FBI and had a long conversation
with them and sent them the full mail headers to that email, and now i will
send them this one. DO NOT BE FOOLED BY THIS IDIOT.



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message