Re: [expert] Frickin spam and spamassassin

2003-11-10 Thread Schwartz Avi
On Nov 10, 2003, at 13:27, Praedor Atrebates wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
OK, this really irritates me.  I have the latest spamassassin.  It is 
running
in daemon mode.  I have procmail setup to /dev/null anything that is
identified as spam.  I have trained the Bayesian filter (supposedly) to
identify certain messages as spam...BUT THEY KEEP GETTING THROUGH!

I don't know how you set spamassasin, but in my installation all it 
does is tag the message as spam in the headers and I still had to 
create a rule (in my case using sieve) to move all this garbage to a 
spam folder.

Avi


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


[expert] Anyone connecting to WebDAV?

2003-11-06 Thread Schwartz Avi
Hi,

Using 9.2.  Installed davfs and now I am trying to mount a WebDAV 
share.  I am trying the following:

mount.davfs http://www.server.domain/dav /mnt/dav -u username -p 
password

This is how it is described in the readme file.  This however does not 
work.  I get the following error:

/mnt/dav: invalid option -- u
ERROR: problem parsing cmdline args
This:

mount.davfs http://www.server.domain/dav /mnt/dav

Generates no error, but it causes /mnt/dav to generate this error:

# ls -l /mnt
ls: /mnt/dav: Permission denied
total 3
dr-xr-xr-x   10 root root 4096 Sep 26 04:31 cdrom/
drwxrwxrwx0 root root0 Nov  6 09:32 floppy/
So, is anyone using davfs successfully?

Thanks,
Avi

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [expert] Anyone connecting to WebDAV?

2003-11-06 Thread Schwartz Avi
On Nov 6, 2003, at 19:08, Stew Benedict wrote:

On Thu, 6 Nov 2003, Schwartz Avi wrote:

Hi,

Using 9.2.  Installed davfs and now I am trying to mount a WebDAV
share.  I am trying the following:
mount.davfs http://www.server.domain/dav /mnt/dav -u username -p
password
This is how it is described in the readme file.  This however does not
work.  I get the following error:
/mnt/dav: invalid option -- u
ERROR: problem parsing cmdline args
This:

mount.davfs http://www.server.domain/dav /mnt/dav

Generates no error, but it causes /mnt/dav to generate this error:

# ls -l /mnt
ls: /mnt/dav: Permission denied
total 3
dr-xr-xr-x   10 root root 4096 Sep 26 04:31 cdrom/
drwxrwxrwx0 root root0 Nov  6 09:32 floppy/
So, is anyone using davfs successfully?
Despite the docs, it looks like it wants just 'u', and 'p', rather than
'-u' and '-p':
[EMAIL PROTECTED] root]# mkdir /mnt/dav
[EMAIL PROTECTED] root]# mount.davfs http://localhost/~stew/ /mnt/dav u 
stew
p stewspass
[EMAIL PROTECTED] root]# mount | tail -1
http://localhost/~stew/ on /mnt/dav type davfs (0)
[EMAIL PROTECTED] root]# ls -l /mnt/dav
total 13
-rwxrw-r--1 500  500   569 Nov  3 13:16 focustest.php*
-rwxrw-r--1 500  50020 Nov  3 13:16 phpinfo.php*
-rwxrw-r--1 500  500 87376 Oct 27 17:35 test.html*
-rwxrw-r--1 500  50095 Nov  3 13:16 test.php*

Actually, I got the same results with no user or pass:

[EMAIL PROTECTED] root]# umount /mnt/dav
[EMAIL PROTECTED] root]# mount.davfs http://localhost/~stew/ /mnt/dav
[EMAIL PROTECTED] root]# ls -l /mnt/dav
total 13
-rwxrw-r--1 500  500   569 Nov  3 13:16 focustest.php*
-rwxrw-r--1 500  50020 Nov  3 13:16 phpinfo.php*
-rwxrw-r--1 500  500 87376 Oct 27 17:35 test.html*
-rwxrw-r--1 500  50095 Nov  3 13:16 test.php*
mount.davfs apparently has a problem if access is limited.  What I have 
setup on the server side is the following:

LimitExcept GET HEAD OPTIONS
Require valid-user
/LimitExcept
If I comment out the LimitExcept and /LimitExcept lines, then I get 
prompted for a password but the mounting still fails since I am yet to 
find a way to pass the username.  Not -u nor u seem to do the job.

If I completely comment this section out (which also means that the 
share is open to everyone, something I cannot allow) the mount works 
OK.

Now, if I was unable to mount the share anywhere else I would have 
suspected a problem with my setup, but I have no problem mounting this 
share from OS X.

Avi


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [expert] A big OOoops!

2003-10-29 Thread Schwartz Avi
On Oct 29, 2003, at 11:26, Anne Wilson wrote:

Sopmehow I have list my klipper, kmix etc from the taskbar.  I guess
I've moved or resized something by accident.  Any tips on getting
them back?
Right click on an empty space on the bar and select add  Applet and 
you will see the lost ones there.

Avi


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


[expert] Mounting a WebDAV drive via davfs?

2003-10-27 Thread Schwartz Avi
I have a Mdk 9.1 box which is running Apache + WebDAV.  I can mount the 
drive from OS X and all works fine.  When I try to do the same from a 
Mdk 9.2 machine, the mount seems to work fine but then two strange 
things happen:

1) Trying to list the files in the mounted directory gives me a 
Permission  denied error
and
2) The mount point no longer shows up when I list the /mnt directory.

The entry I have in /etc/fstab is as follows:

http://www.domain.name/dav /mnt/dav davfs 
user,username=username,password=password,noauto 0 0

Any idea what may the problem be?

Thanks,
Avi 


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com