Re: [gentoo-user] Source Code?

2006-01-15 Thread Iain Buchanan
On Fri, 2006-01-13 at 11:19 -0600, Raj Swaminathan wrote:

 thanks Iain, Winston and Willie for all your help. I was looking
 specifically for the coreutils package and did not know where to find
 it.  

aha, a little more information in the original email goes a long way :)

 Iain, i run gentoo so i do have the patched versions of what i need,
 thanks. 

no worries.  If you're wondering what a particular part of /bin belongs
to what package, emerge app-portage/gentoolkit and then use equery
belongs /bin/something so find out.

 But from you've said Im just curious to know if patched versions of
 the coreutils package will be available for download directly form the
 mirrors of distros like debian, slackware, ubuntu, suse   Fedora's
 mirror had  coreutils-5.2.1-48.1.x86_64.rpm but im not sure if thats
 patched. 

As far as I recall for Fedora (haven't used it in a while) what you
download as a src.rpm is already patched the way Fedora has compiled it
to make the rpm.  I don't know about the others, but I assume all binary
distro's would be the same or similar...

HTH,
-- 
Iain Buchanan iaindb at netspace dot net dot au

Quite frankly, I don't like you humans.  After what you all have done,
I find being 'inhuman' a compliment.
-- Spider Robinson, Callahan's Secret

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Improving SpamAssassin's accuracy...

2006-01-15 Thread Ryan Viljoen
I had a similar problem with a school's mail system. I setup spam
assasin but found it identified the same nicely but didnt do any thing
about it. Now there are a few things that you particularly dont want
such as penixensizer and viagra and such...

What I landed up doing is defining a set of my own rules that detected
if penis, viagra, slut and such words occured it added a +10.0 to the
spam assassin rating so if is clearly identified as spam.

I then editted /etc/procmailrc file:
# send mail through SpamAssassin
:0 fw
*  256000
| /usr/bin/spamc -f

:0:
* ^X-Spam-Level: \*\*\*\*\*\*\*\*\*\*
{
EXITCODE=67
:0:
/dev/null
}

So any mail with a spam level greater or equal then 10.0 gets sent
into the ether and the sender gets a mail back saying email address
does not exist. This ruthless method has reduced the spam
considerably.

What you really should do with spam assassin is move all the mail that
is flagged as spam to the users spam folder and let them sort it out
but in a school environment /dev/null is a lot more suitable.

Cheers
Rav
--
Ryan Viljoen Bsc(Eng) (Electrical)

Facts are stubborn things, but statistics are more pliable.
  - Mark Twain

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: A New Linux Way

2006-01-15 Thread Neil Bothwick
On Sat, 14 Jan 2006 00:38:59 -0500, Mark Shields wrote:

 Can we let this thread die?  Please?

It will die when people stop posting to it. Posting to it yourself only
serves to prolong it.


-- 
Neil Bothwick

Love is grand. Divorce is a few grand more.


signature.asc
Description: PGP signature


Re: [gentoo-user] Strangeness with KDE 3.4

2006-01-15 Thread Neil Bothwick
On Sat, 14 Jan 2006 01:18:44 +0100, Rafael Fernández López wrote:

 That's the same solution I proposed... He said users were on range.

Except they weren't, because the Inverse selection box was ticked :(


-- 
Neil Bothwick

Top Oxymorons Number 32: Living dead


signature.asc
Description: PGP signature


Re: [gentoo-user] Improving SpamAssassin's accuracy...

2006-01-15 Thread Hans-Werner Hilse
Hi,

On Sun, 15 Jan 2006 03:08:38 +
Stroller [EMAIL PROTECTED] wrote:

 I emerged SpamAssasin on a mailserver the other day, added the  
 appropriate line to /etc/postfix/master.cf  and it all seems to be  
 working ok. But it doesn't seem to be very accurate in the default  
 configuration - I have a mailbox with about 4,000 messages,  
 approximately 98% of which are spam and it gets only about 1/3 of  
 them. The statement in `perldoc Mail::SpamAssassin::Conf`that 5.0 is  
 the default setting, is quite aggressive does not seem true here.

I'd strongly suggest using the Bayesian filters, per-user, that is. For
a mail setup at my company for about 20 people with high mail traffic
I'm running a nightly cron job to archieve that.

Basically it works like this:
- All incoming mail is scanned by Spamassassin, Bayes enabled
- Users have virtual homedirs for Spamassassin
- A nightly cron job learns all mail in users' INBOX.Spam.LearnSpam and
  INBOX.Spam.LearnHam folders (it's a simple shell script)

That way all users can put mails they'd like to be learned as being
spam in the respective IMAP folder and have them automatically learned
overnight. Simple setup, highly effective, simple for my users.

In order to give more hints to setup this, it would be helpful to know
which mail storage is being used (IMAP? What server? What storage?).

-hwh
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] ipw2200 dmesg error

2006-01-15 Thread Marco Calviani
Hi list,
  i'm running gentoo on a laptop with a ipw2200 wireless card. I'm
running the current ipw2200 stable version, that is ipw2200-1.0.8-r1.
It is running well but when used i'm seeing in the kernel messages the
following messages:

ipw2200: Firmware error detected.  Restarting.
ipw2200: Sysfs 'error' log captured.
ipw2200: Firmware error detected.  Restarting.
ipw2200: Sysfs 'error' log already exists.
ipw2200: Firmware error detected.  Restarting.
ipw2200: Sysfs 'error' log already exists.
ipw2200: Firmware error detected.  Restarting.
ipw2200: Sysfs 'error' log already exists.
ipw2200: Firmware error detected.  Restarting.
ipw2200: Sysfs 'error' log already exists.
ipw2200: Firmware error detected.  Restarting.
ipw2200: Sysfs 'error' log already exists.
ipw2200: Firmware error detected.  Restarting.
ipw2200: Sysfs 'error' log already exists.
ipw2200: Firmware error detected.  Restarting.
ipw2200: Sysfs 'error' log already exists.
ipw2200: Firmware error detected.  Restarting.
ipw2200: Sysfs 'error' log already exists.
ipw2200: Firmware error detected.  Restarting.
ipw2200: Sysfs 'error' log already exists.

Is this a known issue of these drivers?

Thanks in advance,
MC

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] [solved] missing link to libXaw.so.8 after xorg 7,0 install

2006-01-15 Thread krgn
Yes,  emerging media-libs/nas like this went well, and subsequently the
other packages too. 
One thing though was, that media-libs/nas has dependencies that were not
met by it before ./configure. For example, rman, gccmakedep, and xmkmf
were needed, but not present, not even as depency in the ebuild... 
Thanks for the help!


KArsten


On Sat, 2006-01-14 at 21:34 -0700, Richard Fish wrote:
 On 1/14/06, krgn [EMAIL PROTECTED] wrote:
 
  RockHead karlos # equery belongs usr/bin/audemo
  [ Searching for file(s) usr/bin/audemo in *... ]
  media-libs/nas-1.7-r1 (/usr/bin/audemo)
 
  this is what comes out. hm.. I am not sure what 'orphan' means in this
  case.  could you explain? does it mean these packages and their
  dependants are funtional?
 
 By orphan I mean files that were installed by a package, but somehow
 got left behind when the package was uninstalled.  /lib/modules/* is
 the best example I can give at the moment, but no really applicable to
 revdep-rebuild.  In such cases, revdep-rebuild may report broken
 library links on the orphaned files, but decide not to rebuild
 anything, since no package owns them.
 
 However, you have shown with equery belongs that they are not orphaned.
 
 So, what happens if you remerge nas manually? (emerge --oneshot 
 media-libs/nas).
 
 -Richard
 

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Improving SpamAssassin's accuracy...

2006-01-15 Thread Stroller


On 15 Jan 2006, at 10:15, Ryan Viljoen wrote:


What I landed up doing is defining a set of my own rules that detected
if penis, viagra, slut and such words occured it added a +10.0 to the
spam assassin rating so if is clearly identified as spam.


I'm somewhat cautious about this. I know you get very high hit rates  
with this, but it doesn't make any allowances for false positives -  
if I make a list of banned words like this, one of them is _sure_  
to turn up one day.


I don't plan to dump the detected spam to /dev/null, but to a  
separate folder (SpamAssassin is already doing this nicely with the % 
age it detects) but my suspicion is that users will probably never  
check that Junk folder once they find it rarely contains anything of  
interest.


Stroller.

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Improving SpamAssassin's accuracy...

2006-01-15 Thread Stroller


On 15 Jan 2006, at 12:56, Hans-Werner Hilse wrote:


I'd strongly suggest using the Bayesian filters, per-user, that is...

That way all users can put mails they'd like to be learned as being
spam in the respective IMAP folder and have them automatically learned
overnight. Simple setup, highly effective, simple for my users.

In order to give more hints to setup this, it would be helpful to know
which mail storage is being used (IMAP? What server? What storage?).


What improvement rate are you seeing for this, please?

My concern with these particular users, who are not particularly  
email-savvy, is that they ain't going to train the filters. I just  
don't see it happening. And if I teach them to train the filters by  
dragging  dropping into the learn folder then I anticipate perhaps  
just one of them complaining but why can't I just right-click it and  
`mark as junk' in Outlook?.


I'd really prefer all spam-filtering to be invisible to the user. I  
don't demand a high success rate: Bayesian filtering should get 99.5%  
or above, I think, but I'd be happy with 95%. SpamAssassin is  
currently getting about 33%, which is next to useless.


IMAP server is Dovecot storing messages in maildirs in users' home  
directories - this makes it convenient for your suggestion, but I  
just don't really want to go there.


Stroller.
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Improving SpamAssassin's accuracy...

2006-01-15 Thread John Jolet


On Jan 15, 2006, at 7:59 AM, Stroller wrote:



On 15 Jan 2006, at 10:15, Ryan Viljoen wrote:


What I landed up doing is defining a set of my own rules that  
detected

if penis, viagra, slut and such words occured it added a +10.0 to the
spam assassin rating so if is clearly identified as spam.


This is exactly what the navy did while my wife was in it.   
Unfortunately, my wife is a pediatrician, and so has quite a bit of  
legitimate email with many of those words in it.  Be careful of your  
userbase demographics when setting up things like this.
I'm somewhat cautious about this. I know you get very high hit  
rates with this, but it doesn't make any allowances for false  
positives - if I make a list of banned words like this, one of  
them is _sure_ to turn up one day.


I don't plan to dump the detected spam to /dev/null, but to a  
separate folder (SpamAssassin is already doing this nicely with the  
%age it detects) but my suspicion is that users will probably never  
check that Junk folder once they find it rarely contains anything  
of interest.


Stroller.

--
gentoo-user@gentoo.org mailing list



--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Improving SpamAssassin's accuracy...

2006-01-15 Thread Etaoin Shrdlu
On Sunday 15 January 2006 04:08, Stroller wrote:

 I'd be very happy with a 95% success rate on spam detection, but
 obviously false positives are a Bad Thing.

Never tried it myself, but I've read many articles that say that dspam is 
a better filter than spamassassin, and can be trained by users simply by 
instructing them to forward false negatives to some special email 
address of your choice; after this initial setup, it requires very 
little maintenance, both for the end users and for the admin.

Read something here:

http://www.nuclearelephant.com/projects/dspam/

-- 
Much of the excitement we get out of our work is that we don't
really know what we are doing.
- Edsger W. Dijkstra
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Strangeness with KDE 3.4

2006-01-15 Thread Shawn Singh
ok, theres an update...the users where hidden because the option to hide them was enabled. I disabled that and see my users in a list.My users were not selected, so I selected them, and turned off the option that say invert selection.
...still no good. I read in the source that nobody is used when building the list of users, so I checked to ensure that nobody is there (smile) an it sure enough is. It had a UID  65000, so I changed it to 400, and GID to 400, but that didn't help...
I'll keep playing with it to see what happens...I suspect that  struct passwd ps; (i forget if it is a ptr to the struct or what) is not getting filled with the list of users (unless I'm reading the src wrong, which would be the cause since only looked at it for a few minutes)... I wonder if that is the case, and if so, why that would be the case.
ShawnOn 1/15/06, Neil Bothwick [EMAIL PROTECTED] wrote:
On Sat, 14 Jan 2006 01:18:44 +0100, Rafael Fernández López wrote: That's the same solution I proposed... He said users were on range.Except they weren't, because the Inverse selection box was ticked :(
--Neil BothwickTop Oxymorons Number 32: Living dead-- Shawn Singh


Re: [gentoo-user] ipw2200 dmesg error

2006-01-15 Thread Rafael Fernández López
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Marco Calviani wrote:
 Hi list,
   i'm running gentoo on a laptop with a ipw2200 wireless card. I'm
 running the current ipw2200 stable version, that is ipw2200-1.0.8-r1.
 It is running well but when used i'm seeing in the kernel messages the
 following messages:
 
 ipw2200: Firmware error detected.  Restarting.
 ipw2200: Sysfs 'error' log captured.
 ipw2200: Firmware error detected.  Restarting.
 ipw2200: Sysfs 'error' log already exists.
 ipw2200: Firmware error detected.  Restarting.
 ipw2200: Sysfs 'error' log already exists.
 ipw2200: Firmware error detected.  Restarting.
 ipw2200: Sysfs 'error' log already exists.
 ipw2200: Firmware error detected.  Restarting.
 ipw2200: Sysfs 'error' log already exists.
 ipw2200: Firmware error detected.  Restarting.
 ipw2200: Sysfs 'error' log already exists.
 ipw2200: Firmware error detected.  Restarting.
 ipw2200: Sysfs 'error' log already exists.
 ipw2200: Firmware error detected.  Restarting.
 ipw2200: Sysfs 'error' log already exists.
 ipw2200: Firmware error detected.  Restarting.
 ipw2200: Sysfs 'error' log already exists.
 ipw2200: Firmware error detected.  Restarting.
 ipw2200: Sysfs 'error' log already exists.
 
 Is this a known issue of these drivers?
 
 Thanks in advance,
 MC
 

I haven't seen that. I do use ipw2200 and ipw2200-firmware and at least
this driver works and I've not seen such a message like that.

I'm using linux-2.6.14-gentoo-r4.

Bye,
Rafael Fernández López.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFDym2q9RRlaicc3IERAvKzAKCKMEjeSaVE8EIEUnYf5Yr7aJVsGQCfRowi
nDAfBtVNCTF8TgdpFGPC2oE=
=P1Xo
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] ipw2200 dmesg error

2006-01-15 Thread Rafael Fernández López
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Rafael Fernández López wrote:
 Marco Calviani wrote:
 
Hi list,
  i'm running gentoo on a laptop with a ipw2200 wireless card. I'm
running the current ipw2200 stable version, that is ipw2200-1.0.8-r1.
It is running well but when used i'm seeing in the kernel messages the
following messages:

ipw2200: Firmware error detected.  Restarting.
ipw2200: Sysfs 'error' log captured.
ipw2200: Firmware error detected.  Restarting.
ipw2200: Sysfs 'error' log already exists.
ipw2200: Firmware error detected.  Restarting.
ipw2200: Sysfs 'error' log already exists.
ipw2200: Firmware error detected.  Restarting.
ipw2200: Sysfs 'error' log already exists.
ipw2200: Firmware error detected.  Restarting.
ipw2200: Sysfs 'error' log already exists.
ipw2200: Firmware error detected.  Restarting.
ipw2200: Sysfs 'error' log already exists.
ipw2200: Firmware error detected.  Restarting.
ipw2200: Sysfs 'error' log already exists.
ipw2200: Firmware error detected.  Restarting.
ipw2200: Sysfs 'error' log already exists.
ipw2200: Firmware error detected.  Restarting.
ipw2200: Sysfs 'error' log already exists.
ipw2200: Firmware error detected.  Restarting.
ipw2200: Sysfs 'error' log already exists.

Is this a known issue of these drivers?

Thanks in advance,
MC

 
 
 I haven't seen that. I do use ipw2200 and ipw2200-firmware and at least
 this driver works and I've not seen such a message like that.
 
 I'm using linux-2.6.14-gentoo-r4.
 
 Bye,
 Rafael Fernández López.

Sorry I did a dmesg and that message shows for me too... but less times

[EMAIL PROTECTED] ~ $ dmesg | grep ipw2200
ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, 1.0.10
ipw2200: Copyright(c) 2003-2005 Intel Corporation
ipw2200: Detected Intel PRO/Wireless 2200BG Network Connection
ipw2200: Unknown notification: subtype=40,flags=0xa0,size=40
ipw2200: Firmware error detected.  Restarting.
ipw2200: Sysfs 'error' log captured.
ipw2200: Firmware error detected.  Restarting.
ipw2200: Sysfs 'error' log already exists.

Bye,
Rafael Fernández López.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFDym4Z9RRlaicc3IERAgbMAJ9S51jy2vaLEbBQxDMzKGdjt3IW3wCdGsUa
wEE2TtbdVgLdzsGODQn8+bc=
=zzro
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Improving SpamAssassin's accuracy...

2006-01-15 Thread Stroller


On 15 Jan 2006, at 14:36, Etaoin Shrdlu wrote:


On Sunday 15 January 2006 04:08, Stroller wrote:


I'd be very happy with a 95% success rate on spam detection, but
obviously false positives are a Bad Thing.


Never tried it myself, but I've read many articles that say that  
dspam is

a better filter than spamassassin, ...

http://www.nuclearelephant.com/projects/dspam/


It does indeed seem very good, but again it requires training, which  
is something I'm trying to avoid in this instance.


Stroller.

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Improving SpamAssassin's accuracy...

2006-01-15 Thread Glenn Enright
On Monday 16 January 2006 04:28, Stroller wrote:
 It does indeed seem very good, but again it requires training, which
 is something I'm trying to avoid in this instance.

 Stroller.

No solution you have is going to be perfect I suspect. Really it does come 
down to individual requirements, because everyone is different. It is much 
easier to offer a full filter service to clients, then If they want it turn 
it on - just like many ISPs do - they can. So 'training' is minimised to 
maybee a simple FAQ and users can take care of the rest. Course this is not 
useful if your site is getting hammered by spam :(

Otherwise, for example with spamassasin, each client can set up their own 
account with some effective filters for their own type of email. I'm using 
kmail with my own account and that has a very useful wizard that creates a 
seperate folder for spam, learns and dumps any that I manually mark as spam, 
and moves it all to that folser, where I can easily review it.

Also I use another module called mail-filter/dcc that seems to help greatly.

-- 
Simon: I never shot anyone before.

Book: I was there, son. I'm fair sure you haven't shot anyone yet.

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Help for ebuild needed: kpilot

2006-01-15 Thread Stefan Onken
Hello,

I am using a Palm Tungsten T5 and due to major problems syncen the 
device I changed to pilot-link-0.12pre4 (and ebuild is in the bug 
database). Now I would like to emerge or compile the CVS Version 
of kpilot. I downloaded it from SVN but when I do not understand 
the ebuild of kpilot-3.5.0. Can someone give me an helping how HOW 
I can emerge an given bz2 file to compile the CVS Version of 
kpilot ?

Thanks
Stonki

-- 
www.stonki.de:the more I see, the more I know...
www.proftpd.de:   Deutsche ProFTPD Dokumentation
www.krename.net:  Der Batch Renamer für KDE
www.kbarcode.net: Die Barcode Solution für KDE

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Improving SpamAssassin's accuracy...

2006-01-15 Thread Stroller


On 15 Jan 2006, at 16:44, Glenn Enright wrote:


On Monday 16 January 2006 04:28, Stroller wrote:

It does indeed seem very good, but again it requires training, which
is something I'm trying to avoid in this instance.

Stroller.


No solution you have is going to be perfect I suspect. Really it  
does come

down to individual requirements, because everyone is different.


Indeed. It very much DOESN'T need to be perfect in this case - just  
significantly better than 30%.


Otherwise, for example with spamassasin, each client can set up  
their own
account with some effective filters for their own type of email.  
I'm using
kmail with my own account and that has a very useful wizard that  
creates a
seperate folder for spam, learns and dumps any that I manually mark  
as spam,

and moves it all to that folser, where I can easily review it.


Outlook - which is a client requirement - seems to do something  
similar. But either it's remarkably ineffective or it doesn't really  
like IMAP. I assume the latter to be the case.


Also I use another module called mail-filter/dcc that seems to help  
greatly.


I'm looking at dcc now - it looks useful, but I'm not yet clear on  
how to configure it (with SpamAssassin?).


Stroller.
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] problem with firefox + netscape-flash [solved]

2006-01-15 Thread Giulio
On Sat, Jan 14, 2006 at 12:52:07AM +0100, Holly Bostick wrote:
 Giulio schreef:
  Hi,
  
  I compiled firefox 1.0.7-r4 with this options:
  
  +debug +gnome +ipv6 -java -mozcalendar -mozdevelop -moznoxft -mozsvg
  +truetype -xinerama +xprint
  
  then I emerged netscape-flash
  
  but when I find a website with flash, firefox is blocked by the
  plugins and keep loading the page without stopping. It only happens
  with my compiled version. I checked with the binary version and
  there's no problem at all, so... it's my fault.
  
  how can I solve this problem?
 
 Perhaps recompile firefox *without* the debug USE flag? Do you
 actually need debug symbols compiled into the application? They often
 cause errors for normal users, which is why the flag is generally not
 enabled.

ok, thanks, I compiled without debug changing:

 +debug +gnome +ipv6 -java -mozcalendar -mozdevelop -moznoxft -mozsvg
 +truetype -xinerama +xprint

in:

 -debug +gnome +ipv6 -java -mozcalendar -mozdevelop -moznoxft -mozsvg
  +truetype -xinerama -xprint 

and now it works perfectly...

thanks

Giulio

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] OT - Need help setting up spamassassin with sendmail-8.13.4

2006-01-15 Thread Michael Sullivan
I'm trying to set up spamassassin with sendmail-8.13.4 using.  sendmail
and spamd are both running, and I sent the GTUBE message to
[EMAIL PROTECTED] from [EMAIL PROTECTED] and it wasn't marked,
yet when I run 

spamassassin -tD  /var/spool/mail/michael | more 

it tags the message.  How do I get spamassassin to integrate with
sendmail?  Here is my sendmail.mc file (which I ran m4 on redirected to
sendmail.cf right before I stopped sendmail, started spamass-milter and
restarted sendmail):

bullet ~ # cat /etc/mail/sendmail.mc
divert(-1)
divert(0)dnl
include(`/usr/share/sendmail-cf/m4/cf.m4')dnl
VERSIONID(`$Id: sendmail.mc,v 1.2 2004/12/07 01:59:31 g2boojum Exp
$')dnl
OSTYPE(linux)dnl
DOMAIN(generic)dnl

#define(`confTO_IDENT',`0s')dnl


FEATURE(`smrsh',`/usr/sbin/smrsh')dnl
FEATURE(`local_lmtp',`/usr/sbin/mail.local')dnl
FEATURE(`access_db', `hash -TTMPF /etc/mail/access')dnl

MASQUERADE_AS(`espersunited.com')dnl
MASQUERADE_DOMAIN(`espersunited.com')dnl
FEATURE(`masquerade_entire_domain')dnl


#Begin spamass-milter config

INPUT_MAIL_FILTER(`spamassassin', `S=local:/var/run/spamass-milter.sock,
F=, T=C:15m;S:4m;R:4m;E:10m')dnl
define(`confMILTER_MACROS_CONNECT',`b, j, _, {daemon_name}, {if_name},
{if_addr}')dnl

#End spamass-milter config

MAILER(local)dnl
MAILER(smtp)dnl
MAILER(pop)dnl


Here's my /etc/mail/spamassassin/local.cf file:

bullet ~ # cat /etc/mail/spamassassin/local.cf
# SpamAssassin config file for version 3.x
# NOTE: NOT COMPATIBLE WITH VERSIONS 2.5 or 2.6
# See http://www.yrex.com/spam/spamconfig25.php for earlier versions
# Generated by http://www.yrex.com/spam/spamconfig.php (version 1.50)

# How many hits before a message is considered spam.
required_score   5.0

# Encapsulate spam in an attachment (0=no, 1=yes, 2=safe)
report_safe 1

# Enable the Bayes system
use_bayes   1

# Enable Bayes auto-learning
bayes_auto_learn  1

# Enable or disable network checks
skip_rbl_checks 1
use_razor2  1
use_dcc 1
use_pyzor   1

# Mail using languages used in these country codes will not be marked
# as being possibly spam in a foreign language.
ok_languagesall

# Mail using locales used in these country codes will not be marked
# as being possibly spam in a foreign language.
ok_locales  all


What am I doing wrong here?

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: OT - Need help setting up spamassassin with sendmail-8.13.4 [SOLVED]

2006-01-15 Thread Michael Sullivan
On Sun, 2006-01-15 at 12:53 -0600, Michael Sullivan wrote:
 I'm trying to set up spamassassin with sendmail-8.13.4 using.  sendmail
 and spamd are both running, and I sent the GTUBE message to
 [EMAIL PROTECTED] from [EMAIL PROTECTED] and it wasn't marked,
 yet when I run 
 
 spamassassin -tD  /var/spool/mail/michael | more 
 
 it tags the message.  How do I get spamassassin to integrate with
 sendmail?  Here is my sendmail.mc file (which I ran m4 on redirected to
 sendmail.cf right before I stopped sendmail, started spamass-milter and
 restarted sendmail):
 
 bullet ~ # cat /etc/mail/sendmail.mc
 divert(-1)
 divert(0)dnl
 include(`/usr/share/sendmail-cf/m4/cf.m4')dnl
 VERSIONID(`$Id: sendmail.mc,v 1.2 2004/12/07 01:59:31 g2boojum Exp
 $')dnl
 OSTYPE(linux)dnl
 DOMAIN(generic)dnl
 
 #define(`confTO_IDENT',`0s')dnl
 
 
 FEATURE(`smrsh',`/usr/sbin/smrsh')dnl
 FEATURE(`local_lmtp',`/usr/sbin/mail.local')dnl
 FEATURE(`access_db', `hash -TTMPF /etc/mail/access')dnl
 
 MASQUERADE_AS(`espersunited.com')dnl
 MASQUERADE_DOMAIN(`espersunited.com')dnl
 FEATURE(`masquerade_entire_domain')dnl
 
 
 #Begin spamass-milter config
 
 INPUT_MAIL_FILTER(`spamassassin', `S=local:/var/run/spamass-milter.sock,
 F=, T=C:15m;S:4m;R:4m;E:10m')dnl
 define(`confMILTER_MACROS_CONNECT',`b, j, _, {daemon_name}, {if_name},
 {if_addr}')dnl
 
 #End spamass-milter config
 
 MAILER(local)dnl
 MAILER(smtp)dnl
 MAILER(pop)dnl
 
 
 Here's my /etc/mail/spamassassin/local.cf file:
 
 bullet ~ # cat /etc/mail/spamassassin/local.cf
 # SpamAssassin config file for version 3.x
 # NOTE: NOT COMPATIBLE WITH VERSIONS 2.5 or 2.6
 # See http://www.yrex.com/spam/spamconfig25.php for earlier versions
 # Generated by http://www.yrex.com/spam/spamconfig.php (version 1.50)
 
 # How many hits before a message is considered spam.
 required_score   5.0
 
 # Encapsulate spam in an attachment (0=no, 1=yes, 2=safe)
 report_safe 1
 
 # Enable the Bayes system
 use_bayes   1
 
 # Enable Bayes auto-learning
 bayes_auto_learn  1
 
 # Enable or disable network checks
 skip_rbl_checks 1
 use_razor2  1
 use_dcc 1
 use_pyzor   1
 
 # Mail using languages used in these country codes will not be marked
 # as being possibly spam in a foreign language.
 ok_languagesall
 
 # Mail using locales used in these country codes will not be marked
 # as being possibly spam in a foreign language.
 ok_locales  all
 
 
 What am I doing wrong here?

I'm sorry, everyone.  They WERE marked (sort of) - I just forgot to have
spamassassin rewrite the headers...

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] ipw2200 dmesg error

2006-01-15 Thread Matthias Bethke
Hi Rafael,
on Sunday, 2006-01-15 at 16:45:29, you wrote:
 Sorry I did a dmesg and that message shows for me too... but less times
 
 [EMAIL PROTECTED] ~ $ dmesg | grep ipw2200
 ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, 1.0.10
 ipw2200: Copyright(c) 2003-2005 Intel Corporation
 ipw2200: Detected Intel PRO/Wireless 2200BG Network Connection
 ipw2200: Unknown notification: subtype=40,flags=0xa0,size=40
 ipw2200: Firmware error detected.  Restarting.

I have the same, though I never even noticed. The card works just fine.

BTW, Rafael, if you uploaded your key to the keyserver network, signing
your mail would even make sense :)

regards
Matthias


 ipw2200: Sysfs 'error' log captured.
 ipw2200: Firmware error detected.  Restarting.
 ipw2200: Sysfs 'error' log already exists.
 
 Bye,
 Rafael Fernández López.
 -- 
 gentoo-user@gentoo.org mailing list
 

-- 
I prefer encrypted and signed messages. KeyID: FAC37665
Fingerprint: 8C16 3F0A A6FC DF0D 19B0  8DEF 48D9 1700 FAC3 7665


pgpQnEJcfYByk.pgp
Description: PGP signature


[gentoo-user] Basic SMTP server

2006-01-15 Thread Tom Smith
I need to find a basic SMTP server, one that will allow the server to
send outbound messages (such as Cronjob status and various alerts) and
will allow LAN devices (such as printers and copiers) to relay mail
through it. It doesn't need to support SMTP AUTH, TLS, or anything of
that nature--it just needs to be a basic, no frills mail server.

Can anyone offer any suggestions for such a mail server?

Thanks in advance for your help!
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Improving SpamAssassin's accuracy...

2006-01-15 Thread Hans-Werner Hilse
Hi,

On Sun, 15 Jan 2006 14:07:51 +
Stroller [EMAIL PROTECTED] wrote:

 On 15 Jan 2006, at 12:56, Hans-Werner Hilse wrote:
 
  I'd strongly suggest using the Bayesian filters, per-user, that is...
  [...]
 
 What improvement rate are you seeing for this, please?

About 99% of _Spam_ mails are positively recognized. Up to now I've
never encountered a false positive.

 My concern with these particular users, who are not particularly  
 email-savvy, is that they ain't going to train the filters. I just  
 don't see it happening. And if I teach them to train the filters by  
 dragging  dropping into the learn folder then I anticipate perhaps  
 just one of them complaining but why can't I just right-click it and  
 `mark as junk' in Outlook?.

True. My answer is: because then you'll get all the spam in your
webmail when being on business trip :-) Basically, I teach them to use
server-side mail filtering with the same reasoning.

But it makes me think: Does Outlook set some kind of flag to the mail?
Does it note anything in the headers?

 I'd really prefer all spam-filtering to be invisible to the user. I  
 don't demand a high success rate: Bayesian filtering should get 99.5%  
 or above, I think, but I'd be happy with 95%.

In fact, lots of my users are happy with about that rate and without
learning of Spam. Bayesian filters are activated for all of them, but
they are only trained by autolearning.

 SpamAssassin is currently getting about 33%, which is next to useless.

agreed, and I bet you can improve that. You can also decide to have all
users share your Bayesian database. So you don't have to teach them to
learn Spam.

 IMAP server is Dovecot storing messages in maildirs in users' home  
 directories - this makes it convenient for your suggestion, but I  
 just don't really want to go there.

You can, as described, reduce the concept at many points...

-hwh
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: ipw2200 dmesg error

2006-01-15 Thread Sven Köhler
 ipw2200: Firmware error detected.  Restarting.
 ipw2200: Sysfs 'error' log captured.
 ipw2200: Firmware error detected.  Restarting.
 ipw2200: Sysfs 'error' log already exists.
 ipw2200: Firmware error detected.  Restarting.
 ipw2200: Sysfs 'error' log already exists.
 ipw2200: Firmware error detected.  Restarting.
 ipw2200: Sysfs 'error' log already exists.
 ipw2200: Firmware error detected.  Restarting.
 ipw2200: Sysfs 'error' log already exists.
 ipw2200: Firmware error detected.  Restarting.
 ipw2200: Sysfs 'error' log already exists.
 ipw2200: Firmware error detected.  Restarting.
 ipw2200: Sysfs 'error' log already exists.
 ipw2200: Firmware error detected.  Restarting.
 ipw2200: Sysfs 'error' log already exists.
 ipw2200: Firmware error detected.  Restarting.
 ipw2200: Sysfs 'error' log already exists.
 ipw2200: Firmware error detected.  Restarting.
 ipw2200: Sysfs 'error' log already exists.
 
 Is this a known issue of these drivers?

I have the same errors. I use ipw2200-1.0.10 with kernel 2.6.15.

The connections breaks, the card is resseting and then the card works
again. Then connection breaks again, the cards resets again - and so on ...

So there is no continuous connection :-(
That's not what i call working.



signature.asc
Description: OpenPGP digital signature


[gentoo-user] Routing I think

2006-01-15 Thread Ryan Viljoen
Hi all

I am currently redoing a server for my old high school. The old server
had to network cards:
eth0 - 192.168.1.2
eth1 - 192.168.4.1

The 192.168.4. network is the admin network for all the teachers. The
server connects to another mail and file server on eth0 its ip is
192.168.1.1. In addition the access to the net is through 192.168.1.4
(proxy server).

Now on the previous server the teachers could get the mail and browse
the net from the 192.168.4. network. Could someone advise me on how to
go about doing this on the new server.

Thanks
Rav

--
Ryan Viljoen Bsc(Eng) (Electrical)

Facts are stubborn things, but statistics are more pliable.
  - Mark Twain

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] ipw2200 dmesg error

2006-01-15 Thread martin nicolas
Maybe you should have a look at : http://bughost.org/bugzilla/show_bug.cgi?id=697http://gentoo-wiki.com/HARDWARE_ipw2200
On 1/15/06, Matthias Bethke [EMAIL PROTECTED] wrote:
Hi Rafael,on Sunday, 2006-01-15 at 16:45:29, you wrote: Sorry I did a dmesg and that message shows for me too... but less times [EMAIL PROTECTED] ~ $ dmesg | grep ipw2200 ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, 
1.0.10 ipw2200: Copyright(c) 2003-2005 Intel Corporation ipw2200: Detected Intel PRO/Wireless 2200BG Network Connection ipw2200: Unknown notification: subtype=40,flags=0xa0,size=40 ipw2200: Firmware error detected.Restarting.
I have the same, though I never even noticed. The card works just fine.BTW, Rafael, if you uploaded your key to the keyserver network, signingyour mail would even make sense :)regardsMatthias
 ipw2200: Sysfs 'error' log captured. ipw2200: Firmware error detected.Restarting. ipw2200: Sysfs 'error' log already exists. Bye, Rafael Fernández López. --
 gentoo-user@gentoo.org mailing list--I prefer encrypted and signed messages. KeyID: FAC37665Fingerprint: 8C16 3F0A A6FC DF0D 19B08DEF 48D9 1700 FAC3 7665
-- Dans la vie il n'y a que 10 sortes de personnesCelles qui comprennent le binaire et les autres.Martin Nicolas Master 2 I2A


[gentoo-user] ERROR: dev-lang/perl-5.8.7-r3 failed

2006-01-15 Thread El Nino
Dear my user list friends,

please help me to emerge system. i just run #emerge system . but it
gave me a perl error.

here is my emerge info
--emerge info
Gentoo Base System version 1.12.0_pre12
Portage 2.1_pre3-r1 (default-linux/x86/2005.0, gcc-3.4.4,
glibc-2.3.5-r3, 2.6.14-gentoo-r5-si-de291 i686)
=
System uname: 2.6.14-gentoo-r5-si-de291 i686 Pentium III (Coppermine)
dev-lang/python: 2.3.4-r1, 2.4.2
sys-apps/sandbox:1.2.13
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.20
virtual/os-headers:  2.6.11-r3
ACCEPT_KEYWORDS=x86 ~x86
AUTOCLEAN=yes
CBUILD=i686-pc-linux-gnu
CFLAGS=-march=pentium3 -O3 -fstack-protector
CHOST=i686-pc-linux-gnu
CONFIG_PROTECT=/etc /usr/kde/2/share/config /usr/kde/3.4/env
/usr/kde/3.4/share/config /usr/kde/3.4/shutdown
/usr/kde/3/share/config /usr/lib/X11/xkb /usr/share/config /var/bind
/var/qmail/alias /var/qmail/control /var/vpopmail/domains
/var/vpopmail/etc
CONFIG_PROTECT_MASK=/etc/gconf /etc/splash /etc/terminfo
/etc/texmf/web2c /etc/env.d
CXXFLAGS=-march=pentium3 -O3 -fstack-protector
DISTDIR=/home/storage/public/gentoo/distfiles
FEATURES=autoconfig candy ccache distcc distlocks sandbox sfperms
strict userpriv usersandbox
GENTOO_MIRRORS=http://distfiles.gentoo.org
http://distro.ibiblio.org/pub/linux/distributions/gentoo;
LINGUAS=si en
MAKEOPTS=-j2
PKGDIR=/packages
PORTAGE_TMPDIR=/var/tmp
PORTDIR=/usr/portage
SYNC=rsync://134.68.220.97/gentoo-portage
USE=x86 16bit X a52 aac aalib acl acpi activefilter aliaschain alsa
apache2 apm asf async audiofile avi bash-completion berkdb
bitmap-fonts bl bluetooth bmp browserplugin bzip2 cdparanoia cdr
chroot cjk cnamefix crypt css cups curl customlog dbus dga dhcp
directfb divx4linux dlloader dpms dts dv dvb edl eds emboss encode
exif expat extraengine fam fame fax fb fbcon fbdev ffmpeg firefox flac
flash foomaticdb fortran fpx gd gdbm ggi gif gimp glut gmail gmp
gnutls gpgme gphoto2 gpm graphviz gstreamer gtk gtk2 gtkhtml hal hpn
id3 idn ieee1394 imagemagick imap imlib ipalias irda java javascript
jbig jikes jpeg jpeg2 jpeg2k justify kde kdgraphics kerberos lame lcd
lcms ldap libcaca libclamav libg++ libwww lirc logmail logrotate lzo
mad maildir mailwrapper md5sum mhash mikmod mime ming mjpeg mmap mmx
mng mono motif mozcalendar mozdevelop mozilla mozsvg mp3 mp4live mpeg
mpeg2 mpi mplayer multipleip musepack musicbrainz mysql nas ncurses
network nfs nis nls nntp nptl nptlonly nsplugin oav odbc ogg oggvorbis
openal openexr opengl oss pam pam_chroot pam_console pcre pdflib perl
player png pop ppds python qmail qt quicktime quotas readline real
roundrobin rtc samba scanner sdl shorten slang smime smp smtp sndfile
socks5 spamassassin speex spell spf sqlite sse sse-filters ssl
stencil-buffer svg svga swat sysfs syslog tcltk tcpd tetex tga theora
threads tiff tools truetype truetype-fonts type1-fonts ucs2 udev
underscores unicode usb utf8 v4l v4l2 vcd vhosts vidix vorbis
win32codecs winbind wmf xanim xine xml xml2 xmms xprint xv xvid xvmc
zeroconf zlib elibc_glibc kernel_linux linguas_si linguas_en
userland_GNU video_cards_ati
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, PORTDIR_OVERLAY



 /emerge info
Processing hints file hints/linux.pl
Writing Makefile for DynaLoader
make[1]: Entering directory
`/var/tmp/portage/perl-5.8.7-r3/work/perl-5.8.7/ext/DynaLoader'
make[1]: Leaving directory
`/var/tmp/portage/perl-5.8.7-r3/work/perl-5.8.7/ext/DynaLoader'
make[1]: Entering directory
`/var/tmp/portage/perl-5.8.7-r3/work/perl-5.8.7/ext/DynaLoader'
../../miniperl -I../../lib -I../../lib -I../../lib -I../../lib
DynaLoader_pm.PL DynaLoader.pm
../../miniperl -I../../lib -I../../lib -I../../lib -I../../lib
XSLoader_pm.PL XSLoader.pm
cp XSLoader.pm ../../lib/XSLoader.pm
cp DynaLoader.pm ../../lib/DynaLoader.pm
AutoSplitting ../../lib/DynaLoader.pm (../../lib/auto/DynaLoader)
rm -f DynaLoader.xs
cp dl_dlopen.xs DynaLoader.xs
../../miniperl -I../../lib -I../../lib ../../lib/ExtUtils/xsubpp
-noprototypes -typemap ../../lib/ExtUtils/typemap DynaLoader.xs 
DynaLoader.xsc  mv DynaLoader.xsc DynaLoader.c
/bin/sh: line 1: 11174 Segmentation fault  ../../miniperl
-I../../lib -I../../lib ../../lib/ExtUtils/xsubpp -noprototypes
-typemap ../../lib/ExtUtils/typemap DynaLoader.xs DynaLoader.xsc
make[1]: *** [DynaLoader.o] Error 139
make[1]: Leaving directory
`/var/tmp/portage/perl-5.8.7-r3/work/perl-5.8.7/ext/DynaLoader'
make: *** [lib/auto/DynaLoader/DynaLoader.a] Error 2

!!! ERROR: dev-lang/perl-5.8.7-r3 failed.
!!! Function src_compile, Line 268, Exitcode 2
!!! Unable to make
!!! If you need support, post the topmost build error, NOT this status message.


--
...
The future lies ahead.
 ___
 Have you mooed today? 
 
\^__^
 \   (oo) 

Re: [gentoo-user] Improving SpamAssassin's accuracy...

2006-01-15 Thread Ryan Viljoen
  What I landed up doing is defining a set of my own rules that detected
  if penis, viagra, slut and such words occured it added a +10.0 to the
  spam assassin rating so if is clearly identified as spam.

 I'm somewhat cautious about this. I know you get very high hit rates
 with this, but it doesn't make any allowances for false positives -
 if I make a list of banned words like this, one of them is _sure_
 to turn up one day.

Yeah I have this enabled in a school environment and the majority of
the words I have in the list either way are not suitable for a school
environment.

 I don't plan to dump the detected spam to /dev/null, but to a
 separate folder (SpamAssassin is already doing this nicely with the %
 age it detects) but my suspicion is that users will probably never
 check that Junk folder once they find it rarely contains anything of
 interest.

Again some kids dont check their mail and dont bother to maintain
their inbox so putting the spam in a seperate folder would just allow
it to accumulate.
--

Ryan Viljoen Bsc(Eng) (Electrical)

Facts are stubborn things, but statistics are more pliable.
  - Mark Twain

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: ipw2200 dmesg error

2006-01-15 Thread martin nicolas
I've had the same a few ago but I've followed the recommandation of disabled the hwcrypto and now it's ok !to disable hwcrypto follow this link :
http://gentoo-wiki.com/HARDWARE_ipw2200#Trouble_with_WPA_and_hwcrypto On 1/15/06, Sven Köhler [EMAIL PROTECTED]
 wrote: ipw2200: Firmware error detected.Restarting. ipw2200: Sysfs 'error' log captured.
 ipw2200: Firmware error detected.Restarting. ipw2200: Sysfs 'error' log already exists. ipw2200: Firmware error detected.Restarting. ipw2200: Sysfs 'error' log already exists. ipw2200: Firmware error detected.Restarting.
 ipw2200: Sysfs 'error' log already exists. ipw2200: Firmware error detected.Restarting. ipw2200: Sysfs 'error' log already exists. ipw2200: Firmware error detected.Restarting. ipw2200: Sysfs 'error' log already exists.
 ipw2200: Firmware error detected.Restarting. ipw2200: Sysfs 'error' log already exists. ipw2200: Firmware error detected.Restarting. ipw2200: Sysfs 'error' log already exists. ipw2200: Firmware error detected.Restarting.
 ipw2200: Sysfs 'error' log already exists. ipw2200: Firmware error detected.Restarting. ipw2200: Sysfs 'error' log already exists. Is this a known issue of these drivers?
I have the same errors. I use ipw2200-1.0.10 with kernel 2.6.15.The connections breaks, the card is resseting and then the card worksagain. Then connection breaks again, the cards resets again - and so on ...
So there is no continuous connection :-(That's not what i call working.-- Dans la vie il n'y a que 10 sortes de personnesCelles qui comprennent le binaire et 
les autres.Martin Nicolas Master 2 I2A


Re: [gentoo-user] ipw2200 dmesg error

2006-01-15 Thread Willie Wong
On Sun, Jan 15, 2006 at 04:45:29PM +0100, Penguin Lover Rafael Fern??ndez 
L??pez squawked:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Rafael Fern??ndez L??pez wrote:
  Marco Calviani wrote:
  
 Hi list,
   i'm running gentoo on a laptop with a ipw2200 wireless card. I'm
 running the current ipw2200 stable version, that is ipw2200-1.0.8-r1.
 It is running well but when used i'm seeing in the kernel messages the
 following messages:
 
 ipw2200: Firmware error detected.  Restarting.
 ipw2200: Sysfs 'error' log captured.
 ipw2200: Firmware error detected.  Restarting.
 ipw2200: Sysfs 'error' log already exists.
 ipw2200: Firmware error detected.  Restarting.
 ipw2200: Sysfs 'error' log already exists.
 ipw2200: Firmware error detected.  Restarting.
 ipw2200: Sysfs 'error' log already exists.
 ipw2200: Firmware error detected.  Restarting.
 ipw2200: Sysfs 'error' log already exists.
 ipw2200: Firmware error detected.  Restarting.
 ipw2200: Sysfs 'error' log already exists.
 ipw2200: Firmware error detected.  Restarting.
 ipw2200: Sysfs 'error' log already exists.
 ipw2200: Firmware error detected.  Restarting.
 ipw2200: Sysfs 'error' log already exists.
 ipw2200: Firmware error detected.  Restarting.
 ipw2200: Sysfs 'error' log already exists.
 ipw2200: Firmware error detected.  Restarting.
 ipw2200: Sysfs 'error' log already exists.
 
 Is this a known issue of these drivers?
 
 Thanks in advance,
 MC
 

I remember seeing that with older versions of ipw2200, didn't see it
with a not very recent version, and am seeing the one below with the
current ~x86 ones. (I think the one that worked was ipw2200 1.0.2 with
firmware 2.3, I don't have my laptop handy to check.)

The problem, it seems, has been reported:
 For 1.0.8 http://www.bughost.org/bugzilla/show_bug.cgi?id=853
 For 1.0.10 http://www.bughost.org/bugzilla/show_bug.cgi?id=888

To summarize: setting hwcrypt=0 makes connection slightly more stable;
though the firmware error still exists, the connection usually won't
be dropped. And by personal anecdote of the bug reporter, 1.0.10
'seems' to have fewer firmware errors, FWIW.

HTH,

W

 Sorry I did a dmesg and that message shows for me too... but less times
 
 [EMAIL PROTECTED] ~ $ dmesg | grep ipw2200
 ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, 1.0.10
 ipw2200: Copyright(c) 2003-2005 Intel Corporation
 ipw2200: Detected Intel PRO/Wireless 2200BG Network Connection
 ipw2200: Unknown notification: subtype=40,flags=0xa0,size=40
 ipw2200: Firmware error detected.  Restarting.
 ipw2200: Sysfs 'error' log captured.
 ipw2200: Firmware error detected.  Restarting.
 ipw2200: Sysfs 'error' log already exists.
 
-- 
The fronting for the eighty-yard long marble-topped bar 
had been made by stitching together nearly twenty thousand 
Antarean Mosaic Lizard skins, despite the fact that the 
twenty thousand lizards concerned had needed them to keep 
their insides in. 

- The Book decribing Milliways' politically incorrect 
decor. 
Sortir en Pantoufles: up 64 days, 11:49
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] ERROR: dev-lang/perl-5.8.7-r3 failed

2006-01-15 Thread Chris White
On Monday 16 January 2006 04:29, El Nino wrote:
 Dear my user list friends,

 please help me to emerge system. i just run #emerge system . but it
 gave me a perl error.

We have a bugzilla specifically for this purpose.  Please refer to 
https://bugs.gentoo.org/

Chris White


pgpEq6wKhKWfQ.pgp
Description: PGP signature


Re: [gentoo-user] Basic SMTP server

2006-01-15 Thread kashani

Chris White wrote:

On Monday 16 January 2006 04:03, Tom Smith wrote:


I need to find a basic SMTP server, one that will allow the server to
send outbound messages (such as Cronjob status and various alerts) and
will allow LAN devices (such as printers and copiers) to relay mail
through it. It doesn't need to support SMTP AUTH, TLS, or anything of
that nature--it just needs to be a basic, no frills mail server.



Probably best asked on the gentoo-server mailing list to be honest.  Most 
people use either sendmail/qmail, but those are probably not as 'trim' as 
you'd want.


You'd actually be better off reading the forums as it's been discussed a 
few hundred times in the past year.


I suggest postfix and here's the config you should add to the end of 
/etc/postfix/main.cf


myhostname = myhost.domain.com
mydomain = domain.com
myorigin = $myhostname # or maybe $mydomain
inet_interfaces = all
mydestination = $myhostname, localhost.$mydomain, localhost
mynetworks_style = subnet
mynetworks = 127.0.0.0/8, 10.10.10.0/24

edit /etc/main/aliases
run newaliases
/etc/init.d/postfix restart
rc-update add postfix default

You're done.

kashani
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: ipw2200 dmesg error

2006-01-15 Thread Willie Wong
On Sun, Jan 15, 2006 at 08:20:35PM +0100, Penguin Lover Sven K?hler squawked:
  ipw2200: Firmware error detected.  Restarting.
  ipw2200: Sysfs 'error' log already exists.
  
  Is this a known issue of these drivers?
 
 I have the same errors. I use ipw2200-1.0.10 with kernel 2.6.15.
 
 The connections breaks, the card is resseting and then the card works
 again. Then connection breaks again, the cards resets again - and so on ...
 
Try setting hwcrypt=0, allegedly the firmware error still occurs but
the connection won't break with that. 

W


-- 
Pintsize: You don't have my raw electro-magnetism.
Sortir en Pantoufles: up 64 days, 12:05
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] ipw2200 dmesg error

2006-01-15 Thread Canek Peláez
I got the same messages; they disappeared when I changed to the
in-kernel modules for the ipw2200.

Canek

On 1/15/06, martin nicolas [EMAIL PROTECTED] wrote:
 Maybe you should have a look at :
 http://bughost.org/bugzilla/show_bug.cgi?id=697
 http://gentoo-wiki.com/HARDWARE_ipw2200


 On 1/15/06, Matthias Bethke [EMAIL PROTECTED] wrote:
  Hi Rafael,
  on Sunday, 2006-01-15 at 16:45:29, you wrote:
   Sorry I did a dmesg and that message shows for me too... but less
 times
  
   [EMAIL PROTECTED] ~ $ dmesg | grep ipw2200
   ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, 1.0.10
   ipw2200: Copyright(c) 2003-2005 Intel Corporation
   ipw2200: Detected Intel PRO/Wireless 2200BG Network Connection
   ipw2200: Unknown notification: subtype=40,flags=0xa0,size=40
   ipw2200: Firmware error detected.  Restarting.
 
  I have the same, though I never even noticed. The card works just fine.
 
  BTW, Rafael, if you uploaded your key to the keyserver network, signing
  your mail would even make sense :)
 
  regards
  Matthias
 
 
   ipw2200: Sysfs 'error' log captured.
   ipw2200: Firmware error detected.  Restarting.
   ipw2200: Sysfs 'error' log already exists.
  
   Bye,
   Rafael Fernández López.
   --
   gentoo-user@gentoo.org mailing list
  
 
  --
  I prefer encrypted and signed messages. KeyID: FAC37665
  Fingerprint: 8C16 3F0A A6FC DF0D 19B0  8DEF 48D9 1700 FAC3 7665
 
 
 



 --
 Dans la vie il n'y a que 10 sortes de personnes
 Celles qui comprennent le binaire et
 les autres.

 Martin Nicolas Master 2 I2A


--
Canek Peláez Valdés
Facultad de Ciencias, UNAM

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: ipw2200 dmesg error

2006-01-15 Thread Marco Calviani
Hi martin,


 to disable hwcrypto  follow this link :
 http://gentoo-wiki.com/HARDWARE_ipw2200#Trouble_with_WPA_and_hwcrypto


i had seen this hint before, and i've also tried it but without
success. After a certain amount of minutes i'll get the same errors
from the kernel..

Regards,
MC

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Routing I think

2006-01-15 Thread Uwe Thiem
On 15 January 2006 21:19, Ryan Viljoen wrote:
 Hi all

 I am currently redoing a server for my old high school. The old server
 had to network cards:
 eth0 - 192.168.1.2
 eth1 - 192.168.4.1

 The 192.168.4. network is the admin network for all the teachers. The
 server connects to another mail and file server on eth0 its ip is
 192.168.1.1. In addition the access to the net is through 192.168.1.4
 (proxy server).

 Now on the previous server the teachers could get the mail and browse
 the net from the 192.168.4. network. Could someone advise me on how to
 go about doing this on the new server.

IP forwarding must be enabled on your new server:
echo 1  /proc/sys/net/ipv4/ip_forward
That is assuming you are using IP version 4.

Next, you need a default route on the server pointing to 192.168.1.4.

Uwe

-- 
Unix is sexy:
who | grep -i blonde | date
cd ~; unzip; touch; strip; finger
mount; gasp; yes; uptime; umount
sleep
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] mozilla firefox 1.5 and gnome

2006-01-15 Thread Trenton Adams
On 1/14/06, Richard Fish [EMAIL PROTECTED] wrote:
 On 1/14/06, Trenton Adams [EMAIL PROTECTED] wrote:
  The old version could disable gnome, but 1.5 can't.  Perhaps it's a
  firefox 1.5 ebuild limitation?  I hope that's what it is, because I
  can't stand gnome.

 False.

 carcharias rjf # ldd /usr/lib/mozilla-firefox/firefox-bin  | grep gnome
 carcharias rjf # emerge -pv mozilla-firefox

 These are the packages that I would merge, in order:

 Calculating dependencies ...done!
 [ebuild   R   ] www-client/mozilla-firefox-1.5-r9  USE=java -debug
 -gnome -ipv6 -mozdevelop -xinerama -xprint 0 kB

 -Richard

If you already have gnome installed, gnome won't show up unless you go
--tree, will it?  Either way, you can take a look in the ebuild file
for firefox 1.5, and there's no reference to gnome.  No checking of
the gnome useflag or anything like that. 1.0.7 has it though.


 --
 gentoo-user@gentoo.org mailing list



-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Improving SpamAssassin's accuracy...

2006-01-15 Thread Uwe Thiem
On 15 January 2006 21:33, Ryan Viljoen wrote:
   What I landed up doing is defining a set of my own rules that detected
   if penis, viagra, slut and such words occured it added a +10.0 to the
   spam assassin rating so if is clearly identified as spam.
 
  I'm somewhat cautious about this. I know you get very high hit rates
  with this, but it doesn't make any allowances for false positives -
  if I make a list of banned words like this, one of them is _sure_
  to turn up one day.

 Yeah I have this enabled in a school environment and the majority of
 the words I have in the list either way are not suitable for a school
 environment.

I am just curious here. Penis isn't a word suitable in a school environment? 
They don't teach biology? How about breast or breast feeding? They 
shouldn't be mentioned in schools? Just in case you black listed tit as 
well, how about tit for tat? It isn't just an expression, it's also a 
coined name for a certain strategy in game theory.

Explicitely black listing certain words takes them out of context and can 
backfire badly.

Uwe

-- 
Unix is sexy:
who | grep -i blonde | date
cd ~; unzip; touch; strip; finger
mount; gasp; yes; uptime; umount
sleep
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] ipw2200 dmesg error

2006-01-15 Thread Marco Calviani
Hi Canek,

2006/1/15, Canek Peláez [EMAIL PROTECTED]:
 I got the same messages; they disappeared when I changed to the
 in-kernel modules for the ipw2200.

so let me understand: changing from the ipw2200 external-provided
driver to the in-kernel one solved this issue? Which kernel?
But i thought that the in-kernel driver were older than the driver you
could directly get from the ipw2200 site

Regards,
MC

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Sound plays in double speed.

2006-01-15 Thread David Harel

Hi there,


I don't know how I got this: When playing a wma file I here the audio in 
fast speed (seems double speed) and anything else from that moment is 
played in double speed. I don't know where to start looking.


Any idea?


--
Thanks.

David Harel,

==

Home office +972 77 4422234
Fax:+972 77 4422234
Cellular:   +972 54 4534502
Snail Mail: Amuka
   D.N Merom Hagalil
   13802
   Israel
Email:  [EMAIL PROTECTED]



--
gentoo-user@gentoo.org mailing list



[gentoo-user] OT - Spamassassin, sendmail, and dovecot - How to route mail marked as spam to a separate user?

2006-01-15 Thread Michael Sullivan
I've got spamassassin correctly marking spam (as far as I can tell), but
now I need to know how to reroute mail marked as spam to a particular
spam user for purposes of review (as suggested in spamassassin docs)
Where do I start with this?  The spamassassin docs said that it was not
a mail router, so it's probably either going to be sendmail or dovecot.
Which one?  I use sendmail-8.13.4 and dovecot-0.99.14-r1.  Any hints?

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Qmail Server configuration - RCPT to [EMAIL PROTECTED] failed

2006-01-15 Thread El Nino
Dear friends,

i setup a qmail server on my gentoo box. but when i sending a mail
from connecting outside to my qmail box my evolution email client gave
me the below error message. please help me to configure my qmail
server.

RCPT TO [EMAIL PROTECTED] failed: Requested action not taken:
mailbox name not allowed


--
...
The future lies ahead.
 ___
 Have you mooed today? 
 
\^__^
 \   (oo) \___
 (__) \ )\/\
| |-w   |
| || |

2.6.14-gentoo-r2-sinhalese-r1.0
(((o)))~--~--~--
Proud to be a Sinhalese.
SINHALESE ARE GENIUSES OF IRRIGATION
http://easyweb.easynet.co.uk/~sydney/sinhales.htm

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] ERROR: dev-lang/perl-5.8.7-r3 failed

2006-01-15 Thread El Nino
sure... but once i put this as a bug  several mails came, but now its
silent. how ever i'll put this as a bug.

On 1/16/06, Chris White [EMAIL PROTECTED] wrote:
 On Monday 16 January 2006 04:29, El Nino wrote:
  Dear my user list friends,
 
  please help me to emerge system. i just run #emerge system . but it
  gave me a perl error.

 We have a bugzilla specifically for this purpose.  Please refer to
 https://bugs.gentoo.org/

 Chris White





--
...
The future lies ahead.
 ___
 Have you mooed today? 
 
\^__^
 \   (oo) \___
 (__) \ )\/\
| |-w   |
| || |

2.6.14-gentoo-r2-sinhalese-r1.0
(((o)))~--~--~--
Proud to be a Sinhalese.
SINHALESE ARE GENIUSES OF IRRIGATION
http://easyweb.easynet.co.uk/~sydney/sinhales.htm

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] ipw2200 dmesg error

2006-01-15 Thread Rafael Fernández López
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Matthias Bethke wrote:
 Hi Rafael,
 on Sunday, 2006-01-15 at 16:45:29, you wrote:
 
Sorry I did a dmesg and that message shows for me too... but less times

[EMAIL PROTECTED] ~ $ dmesg | grep ipw2200
ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, 1.0.10
ipw2200: Copyright(c) 2003-2005 Intel Corporation
ipw2200: Detected Intel PRO/Wireless 2200BG Network Connection
ipw2200: Unknown notification: subtype=40,flags=0xa0,size=40
ipw2200: Firmware error detected.  Restarting.
 
 
 I have the same, though I never even noticed. The card works just fine.
 
 BTW, Rafael, if you uploaded your key to the keyserver network, signing
 your mail would even make sense :)
 
 regards
   Matthias
 
 
 
ipw2200: Sysfs 'error' log captured.
ipw2200: Firmware error detected.  Restarting.
ipw2200: Sysfs 'error' log already exists.

Bye,
Rafael Fernández López.
-- 
gentoo-user@gentoo.org mailing list

 
 

The server I've tried to upload returned always error 500. Now it is
uploaded. Sorry I absolutely have forgotten to re-upload.

Bye,
Rafael Fernández López.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFDyrde9RRlaicc3IERAj+hAJ9XtM8AMIAzrojsubUJoDjZB6uM0QCeKndo
1/SwELOSr5ItaF0TZnKZ3ys=
=IPW3
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: ipw2200 dmesg error

2006-01-15 Thread Sven Köhler
 I got the same messages; they disappeared when I changed to the
 in-kernel modules for the ipw2200.
 
 so let me understand: changing from the ipw2200 external-provided
 driver to the in-kernel one solved this issue? Which kernel?
 But i thought that the in-kernel driver were older than the driver you
 could directly get from the ipw2200 site

Kernel 2.6.14 included ipw2200 1.0.0, i think.
I once heard, that 2.6.15 will include some updated version, but i
have no clue, which one it is.



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] Re: ipw2200 dmesg error

2006-01-15 Thread Canek Peláez
Yes; the in-kernel version is an older one (it uses an older
firmware). But it solved the problem, and I don't have any issues with
the version in the kernel.

I'm running gentoo-sources-2.6.14-r5.

Canek

On 1/15/06, Sven Köhler [EMAIL PROTECTED] wrote:
  I got the same messages; they disappeared when I changed to the
  in-kernel modules for the ipw2200.
 
  so let me understand: changing from the ipw2200 external-provided
  driver to the in-kernel one solved this issue? Which kernel?
  But i thought that the in-kernel driver were older than the driver you
  could directly get from the ipw2200 site

 Kernel 2.6.14 included ipw2200 1.0.0, i think.
 I once heard, that 2.6.15 will include some updated version, but i
 have no clue, which one it is.






--
Canek Peláez Valdés
Facultad de Ciencias, UNAM

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: ipw2200 dmesg error

2006-01-15 Thread Rafael Fernández López
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Marco Calviani wrote:
 Hi list.
   i think this is a general issue of the ipw2200 drivers since i've
 found this site http://www.bughost.org/bugzilla/ and lots of people
 seems to have the very same problem.
 Let's hope the future release will deal with this.
 
 Regards,
 MC
 

I don't consider this trouble critical. My wireless connection works
perfectly, indeed I haven't noticed that trouble until Marco started
this thread.

I think we shouldn't worry about it too much.

Bye,
Rafael Fernández López.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFDyryD9RRlaicc3IERAjg/AJ0WaHUk84D8mK9q4LRg7FOFF65aOgCgqBty
i1OvLyz52q/ISkOdY53BpZw=
=908w
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: ipw2200 dmesg error

2006-01-15 Thread Canek Peláez
When I transmitted large amounts of data (videos, ISO images etc.) my
connection sometimes died just after an Firmware error detected. 
Restarting.

With the version in the kernel, the message doesn't appear and the
connection never dies. Maybe they're two unrelated problems, but I'm
not sure.

Canek

On 1/15/06, Rafael Fernández López [EMAIL PROTECTED] wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Marco Calviani wrote:
  Hi list.
i think this is a general issue of the ipw2200 drivers since i've
  found this site http://www.bughost.org/bugzilla/ and lots of people
  seems to have the very same problem.
  Let's hope the future release will deal with this.
 
  Regards,
  MC
 

 I don't consider this trouble critical. My wireless connection works
 perfectly, indeed I haven't noticed that trouble until Marco started
 this thread.

 I think we shouldn't worry about it too much.

 Bye,
 Rafael Fernández López.
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.2 (GNU/Linux)
 Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

 iD8DBQFDyryD9RRlaicc3IERAjg/AJ0WaHUk84D8mK9q4LRg7FOFF65aOgCgqBty
 i1OvLyz52q/ISkOdY53BpZw=
 =908w
 -END PGP SIGNATURE-
 --
 gentoo-user@gentoo.org mailing list




--
Canek Peláez Valdés
Facultad de Ciencias, UNAM

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] mozilla firefox 1.5 and gnome

2006-01-15 Thread Holly Bostick
Trenton Adams schreef:
 On 1/14/06, Richard Fish [EMAIL PROTECTED] wrote:
 On 1/14/06, Trenton Adams [EMAIL PROTECTED] wrote:
 The old version could disable gnome, but 1.5 can't.  Perhaps it's
  a firefox 1.5 ebuild limitation?  I hope that's what it is, 
 because I can't stand gnome.
 False.
 
 carcharias rjf # ldd /usr/lib/mozilla-firefox/firefox-bin  | grep 
 gnome carcharias rjf # emerge -pv mozilla-firefox
 
 These are the packages that I would merge, in order:
 
 Calculating dependencies ...done! [ebuild   R   ] 
 www-client/mozilla-firefox-1.5-r9  USE=java -debug -gnome -ipv6 
 -mozdevelop -xinerama -xprint 0 kB
 
 If you already have gnome installed, gnome won't show up unless you 
 go --tree, will it?  Either way, you can take a look in the ebuild 
 file for firefox 1.5, and there's no reference to gnome.  No checking
  of the gnome useflag or anything like that. 1.0.7 has it though.
 

The appearance of USE flags (which is what we're talking about) is
unrelated to whether or not you have the package installed already-- a
USE flag does not appear or disappear based on whether you have the
relevant package installed. In fact, the USE flag controls to great
degree whether you install the relevant dependency or not (i.e., if K3b
optionally depends on KDE, then enabling the kde USE flag will install
additional, optional KDE support programs. But since K3b requires
kdelibs and kdebase to run at all, these hard dependencies are not
controlled by the USE flag).

In any case:

emerge -pv mozilla-firefox gnome-light

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild   R   ] www-client/mozilla-firefox-1.5-r9  USE=gnome java
xprint -debug -ipv6 -mozdevelop -xinerama 0 kB
[ebuild   R   ] gnome-base/gnome-light-2.12.0  0 kB

As you see, I do have GNOME installed, and the gnome USE flag does
still appear in the Firefox prospective emerge output.


| Runtime Dependencies
| mozilla-firefox-1.5-r9
|
| gnome = gnome-base/gnome-vfs - 2.3.5

| Title:   gnome-vfs
| Description: Gnome Virtual Filesystem

So enabling the gnome USE flag adds a runtime dependency on the GNOME
virtual file system.

Which sounds an awful lot like something that might affect dialogs.

However, since there were a lot of complaints about the old dialog, I
strongly doubt that disabling this flag would change the dialogs
terribly significantly, except that you wouldn't have the GNOME extras
that I mentioned before. It's quite likely that even the naked new
dialog is a lot like the current GNOME dialog.

And again, the likely reason that there is no reference to GNOME in the
ebuild is because the references to GNOME integration and compatibility
are *in the source code*, because the *Mozilla developers chose* this
dialog *as the default* (but not the only) choice of dialog. That is
their good right, just as it is your good right to change that if you so
desire (since that is apparently quite possible to do).

Ebuilds don't do anything but compile the code as given, with some
slight modification to work within the Gentoo system (as opposed to the
RedHat system or the SuSE system). Ebuilds certainly don't change things
as integral to the operation of the program as the format and type of
file dialogs.

I suppose you could trawl through the source and see where this is set
and then write an ebuild to make the choice of file dialog type a
configure option-- maybe. If it's already a configure option. Which I
doubt. But you could look.

Holly
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] vmware workstation daemon problem

2006-01-15 Thread Brett I. Holcomb
I had the unloadable modules. I then reran config today and it worked - 
config.pl created a new setup.  I turned the system on this morning so maybe 
that did it.

Can you explain host vs bridge vs other network options?  I want to have 
vmplayer use the same IP address as the system it's running on.

Thanks.

On Sunday 15 January 2006 01:46, Halo0784 (sent by Nabble.com) wrote:
 do you have module unloading compiled into your kernel?
 if not this is needed because of how the /etc/vmware/init.d/vmware
 script works

 also a debug check list
 first check for your vm modules
 lsmod

 this should show you your vmmon / vmnet modules

 also check your /dev folder for your vm files
 ls -l /dev/vm*

 this should show you vmmon / vmnet / vmnet0 and so on

 lastly if you find that you have module unloading support and all the above
 check out fine do

 rc-update add vmware default

 then just reboot

 a very windows approach to this i know but im lzy and it will do 2
 things... 1) shows you that your install is goin good  (if u reboot and
 vmware does'nt work then it aint a good install) 2) deals with any modules
 that may be loaded in as perment, im sure there may be a better way but ...
 im lzy =)

 as you reboot you should see the vm services load with the typical [ok]

 login then run your vmware as you would normally.
 --
 View this message in context:
 http://www.nabble.com/vmware-workstation-daemon-problem-t720417.html#a23869
00 Sent from the gentoo-user forum at Nabble.com.

-- 

Brett I. Holcomb
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Routing I think

2006-01-15 Thread Ryan Viljoen
 IP forwarding must be enabled on your new server:
 echo 1  /proc/sys/net/ipv4/ip_forward
 That is assuming you are using IP version 4.

Great thanks Uwe, I thought I might have forgotten something as simple as this.

--
Ryan Viljoen Bsc(Eng) (Electrical)

Facts are stubborn things, but statistics are more pliable.
  - Mark Twain

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] OT - Can someone explain to me how to format custom rules for SpamAssassin?

2006-01-15 Thread Michael Sullivan

Can anyone help me with the format of custom rules
in /etc/mail/spamassassin/local.cf?  The perldoc
Mail::SpamAssassin::Conf page says:

   header SYMBOLIC_TEST_NAME header op /pattern/modifiers [if-unset:
STRING]
   Define a test.  SYMBOLIC_TEST_NAME is a symbolic test name,
such as
   'FROM_ENDS_IN_NUMS'.  header is the name of a mail header,
such as 'Sub-
   ject', 'To', etc.

   Appending :raw to the header name will inhibit decoding of
quoted-printable
   or base-64 encoded strings.

   Appending :addr to the header name will cause everything
except the first
   email address to be removed from the header.  For example,
all of the follow-
   ing will result in [EMAIL PROTECTED]:

   [EMAIL PROTECTED]
   [EMAIL PROTECTED] (Foo Blah)
*)$/i

  header SYMBOLIC_TEST_NAME header op /pattern/modifiers [if-unset:
STRING]
  Define a test.  SYMBOLIC_TEST_NAME is a symbolic test name, such
as
  'FROM_ENDS_IN_NUMS'.  header is the name of a mail header, such
as 'Sub-
  ject', 'To', etc.

  Appending :raw to the header name will inhibit decoding of
quoted-printable
  or base-64 encoded strings.

  Appending :addr to the header name will cause everything except
the first
  email address to be removed from the header.  For example, all of
the follow-
  ing will result in [EMAIL PROTECTED]:

  [EMAIL PROTECTED]
  [EMAIL PROTECTED] (Foo Blah)
  [EMAIL PROTECTED], [EMAIL PROTECTED]
  display: [EMAIL PROTECTED] (Foo Blah), [EMAIL PROTECTED] ;
  Foo Blah [EMAIL PROTECTED]
  Foo Blah [EMAIL PROTECTED]
  'Foo Blah' [EMAIL PROTECTED]

  Appending :name to the header name will cause everything except
the first
  real name to be removed from the header.  For example, all of the
following
  will result in Foo Blah

  [EMAIL PROTECTED] (Foo Blah)
  [EMAIL PROTECTED] (Foo Blah), [EMAIL PROTECTED]
  display: [EMAIL PROTECTED] (Foo Blah), [EMAIL PROTECTED] ;
  Foo Blah [EMAIL PROTECTED]
  Foo Blah [EMAIL PROTECTED]
  'Foo Blah' [EMAIL PROTECTED]
  There are several special pseudo-headers that can be specified:

  ALL can be used to mean the text of all the message's headers.
  ToCc can be used to mean the contents of both the 'To' and 'Cc'
headers.
  EnvelopeFrom is the address used in the 'MAIL FROM:' phase of
the SMTP
  transaction that delivered this message, if this data has been
made available
  by the SMTP server.
  MESSAGEID is a symbol meaning all Message-Id's found in the
message; some
  mailing list software moves the real 'Message-Id' to
'Resent-Message-Id' or
  'X-Message-Id', then uses its own one in the 'Message-Id' header.
The value
  returned for this symbol is the text from all 3 headers, separated
by new-
  lines.

  op is either =~ (contains regular expression) or !~ (does
not contain
  regular expression), and pattern is a valid Perl regular
expression, with
  modifiers as regexp modifiers in the usual style.   Note that
multi-line
  rules are not supported, even if you use x as a modifier.  Also
note that
  the # character must be escaped (\#) or else it will be
considered to be
  the start of a comment and not part of the regexp.

  If the [if-unset: STRING] tag is present, then STRING will be
used if the
  header is not found in the mail message.

  Test names should not start with a number, and must contain only
alphanumer-
  ics and underscores.  It is suggested that lower-case characters
not be used,
  and names have a length of no more than 22 characters, as an
informal conven-tion.  Dashes are not allowed.

  Note that test names which begin with '__' are reserved for
meta-match
  sub-rules, and are not scored or listed in the 'tests hit'
reports.  Test
  names which begin with 'T_' are reserved for tests which are
undergoing QA,
  and these are given a very low score.

  If you add or modify a test, please be sure to run a sanity check
afterwards
  by running spamassassin --lint.  This will avoid confusing error
messages,
  or other tests being skipped as a side-effect.


This wasn't very helpful, and the example did not provide enough
information, but I decided to try it anyway.  We get frequent spam
emails with the subject The Ultimate Online Pharmacy.  I put a new
rule in /etc/mail/spamassassin/local.cf:

header ULTIMATE_ONLINE_PHARMACY Subject ~= /The Ultimate Online
Pharmacy/

I happened to have one of these spammish emails in my inbox, so I ran 

spamassassin -tD  /var/spool/mail/michael | more

It took awhile (I took a shower while it was running) and when I came
back it had finished, but it had not flagged the email as spam.  How do
I format the rules to block particular strings of text?

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Sound plays in double speed.

2006-01-15 Thread Willie Wong
On Sun, Jan 15, 2006 at 01:06:58PM +0200, Penguin Lover David Harel squawked:
 Hi there,
 
 
 I don't know how I got this: When playing a wma file I here the audio in 
 fast speed (seems double speed) and anything else from that moment is 
 played in double speed. I don't know where to start looking.
 
 Any idea?
 

More information? What program did you use to play the wma file? What
do you mean by anything else from that moment? Do you mean anything
else played with the same software? Or all sounds for your entire
system?

W
-- 
M: Hot almond milk. Best stuff on earth.
Sortir en Pantoufles: up 64 days, 14:32
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] mozilla firefox 1.5 and gnome

2006-01-15 Thread Neil Bothwick
On Sun, 15 Jan 2006 22:28:10 +0100, Holly Bostick wrote:

 The appearance of USE flags (which is what we're talking about) is
 unrelated to whether or not you have the package installed already-- a
 USE flag does not appear or disappear based on whether you have the
 relevant package installed.

The presence of a USE flag may not change, but its default setting can.
If you have with no setting for mozilla in USE, emerge mozilla and then
do emerge --info, you'll see mozilla added to USE. Some other packages
have similar effects, I think postgresql also does it.


-- 
Neil Bothwick

Top Oxymorons Number 29: Soft rock


signature.asc
Description: PGP signature


Re: [gentoo-user] mozilla firefox 1.5 and gnome

2006-01-15 Thread Dan


Neil Bothwick wrote:

On Sun, 15 Jan 2006 22:28:10 +0100, Holly Bostick wrote:

  

The appearance of USE flags (which is what we're talking about) is
unrelated to whether or not you have the package installed already-- a
USE flag does not appear or disappear based on whether you have the
relevant package installed.



The presence of a USE flag may not change, but its default setting can.
If you have with no setting for mozilla in USE, emerge mozilla and then
do emerge --info, you'll see mozilla added to USE. Some other packages
have similar effects, I think postgresql also does it.
  
see http://thread.gmane.org/gmane.linux.gentoo.devel/35143 for more 
information.


  

--
gentoo-user@gentoo.org mailing list



[gentoo-user] netscape-flash doesn't work with firefox 1.5

2006-01-15 Thread Iain Buchanan
Hi,

I was following the thread problem with firefox + netscape-flash
because flash doesn't work for me either, but the OP's solution was to
remove the debug use flag from firefox, which I don't have anyway.

So, I unmerged netscape-flash, deleted any macromedia directories or
stale flash plugins lying around, and reinstalled netscape-flash.

When I go to http://www.macromedia.com/shockwave/welcome/ I get the
firefox message Additional plugins are required to display all the
media on this page.

Then I click on the Install Missing Plugins... and after a status bar
it says:

No suitable plugins were found.
Unknown Plugin [Manual Install]

The Manual Install button takes me to Shockwave Player Download
Center which says We are unable to locate a Web player that matches
your platform and browser.

Now what?  netscape-flash is the right ebuild for firefox isn't it?

Any help appreciated,
thanks,
-- 
Iain Buchanan iaindb at netspace dot net dot au

He is no lawyer who cannot take two sides.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Improving SpamAssassin's accuracy...

2006-01-15 Thread Stroller


On 15 Jan 2006, at 19:15, Hans-Werner Hilse wrote:

...And if I teach them to train the filters by
dragging  dropping into the learn folder then I anticipate perhaps
just one of them complaining but why can't I just right-click it and
`mark as junk' in Outlook?.


True. My answer is: because then you'll get all the spam in your
webmail when being on business trip


The MS answer to this is to use Exchange  its webmail, which is  
basically identical to Outlook itself. I really like this level of  
integration, and I'd probably be happy using it if it was open /or  
documented.



But it makes me think: Does Outlook set some kind of flag to the mail?
Does it note anything in the headers?


Good question. I'll have to do some homework so I can answer that.


In fact, lots of my users are happy with about that rate and without
learning of Spam. Bayesian filters are activated for all of them, but
they are only trained by autolearning.

SpamAssassin is currently getting about 33%, which is next to  
useless.


agreed, and I bet you can improve that. You can also decide to have  
all

users share your Bayesian database. So you don't have to teach them to
learn Spam.


I see... in the default /etc/spamassassin/local.cf it states:
  #   Use Bayesian classifier (default: 1)
  # use_bayes 1

  #   Bayesian classifier auto-learning (default: 1)
  # bayes_auto_learn 1

I guess this means that I'm in a similar configuration to yours by  
default - presumably SA will start learning pretty quick.


How do I configure where the Bayesian database is stored, please?

Stroller
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] netscape-flash doesn't work with firefox 1.5

2006-01-15 Thread Iain Buchanan
Hi,

(up late I see :)

On Mon, 2006-01-16 at 00:46 +0100, Holly Bostick wrote:
 Iain Buchanan schreef:
  Hi,
  
  So, I unmerged netscape-flash, deleted any macromedia directories or 
  stale flash plugins lying around, and reinstalled netscape-flash.
  
  When I go to http://www.macromedia.com/shockwave/welcome/ I get the 
  firefox message Additional plugins are required to display all the 
  media on this page.
  
  Now what?  netscape-flash is the right ebuild for firefox isn't it?
 
 Yes, apparently it is, I have no problems with Flash that I'm aware of.
[snip]
 equery belongs libflashplayer.so
 [ Searching for file(s) libflashplayer.so in *... ]
 net-www/netscape-flash-7.0.61 (/opt/netscape/plugins/libflashplayer.so)
 net-www/netscape-flash-7.0.61
 (/usr/lib/nsbrowser/plugins/libflashplayer.so -
 /opt/netscape/plugins/libflashplayer.so)

 I do almost feel that I may have had to make that symlink myself though.
 It's so long ago I don't remember anymore.

hmm,

$ ls -al /usr/lib/nsbrowser/plugins/libflashplayer.so
/usr/lib/nsbrowser/plugins/libflashplayer.so - 
/opt/netscape/plugins/libflashplayer.so

the symlink is already there...

 Hope this helps somewhat (at least you know it can work)

kind of :) it _was_ working once apon a time...  I have the same version
of flash also... what version of firefox are you running?

thanks,
-- 
Iain Buchanan iaindb at netspace dot net dot au

* TwingyAFK is shopping for 17 flat panel
* aav sells TwingyAFK a piece of plywood

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] netscape-flash doesn't work with firefox 1.5

2006-01-15 Thread Holly Bostick
Iain Buchanan schreef:
 Hi,
 
 (up late I see :)

It's only 1:20. Not all that late (but it will be in about a half an hour)
 
 On Mon, 2006-01-16 at 00:46 +0100, Holly Bostick wrote:
 
 the symlink is already there...
 
 Hope this helps somewhat (at least you know it can work)
 
 kind of :) it _was_ working once apon a time...  I have the same version
 of flash also... what version of firefox are you running?
 

1.5-r9 (compiled, not -bin).

Holly
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] netscape-flash doesn't work with firefox 1.5

2006-01-15 Thread Giulio
On Mon, Jan 16, 2006 at 08:41:08AM +0930, Iain Buchanan wrote:
 Hi,
 
 I was following the thread problem with firefox + netscape-flash
 because flash doesn't work for me either, but the OP's solution was to
 remove the debug use flag from firefox, which I don't have anyway.

In the previous thread I used firefox-1.0.7-r4 (stable gentoo) and the
problem started when I switched to 1.5 so I unmerged both firefox and
flash and then reinstall them.

but I choosed the flash plugin from macromedia.com and and now it
works well

 
 So, I unmerged netscape-flash, deleted any macromedia directories or
 stale flash plugins lying around, and reinstalled netscape-flash.
 
 When I go to http://www.macromedia.com/shockwave/welcome/ I get the
 firefox message Additional plugins are required to display all the
 media on this page.
 
 Then I click on the Install Missing Plugins... and after a status bar
 it says:
 
 No suitable plugins were found.
 Unknown Plugin [Manual Install]

 The Manual Install button takes me to Shockwave Player Download
 Center which says We are unable to locate a Web player that matches
 your platform and browser.
 
 Now what?  netscape-flash is the right ebuild for firefox isn't it?

Yes but netscape-flash is only flash not shockwave, so only flash
should work fine. I'm not shure but I think there's no shockwave for 
linux...

bye
Giulio

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] vmware workstation daemon problem

2006-01-15 Thread Richard Fish
On 1/15/06, Brett I. Holcomb [EMAIL PROTECTED] wrote:
 Can you explain host vs bridge vs other network options?  I want to have
 vmplayer use the same IP address as the system it's running on.

The closest to what you said would be NAT networking.  In this case,
the guest receives an address on a private network, but can
communicate with the outside world using the host's address.  However,
nothing on the outside can get services from your guest.

If you want your guest to provide services to the rest of your
network, you need bridged networking.  In this case, both the host and
the guest show up on the network at different MAC addresses, and thus
can get different IP addresses.  It is just like if they were separate
computers.

Host networking is only if you do not want the guest to communicate
with the outside at all.  The only machine it can communicate with is
the host (or other guests) on a private network.

You can actually create multiple network cards for the guest using any
combination of the above.  I have used host-only networking to provide
samba shares to the guest, without exporting them to the rest of the
world, plus a bridged network connection for the guest to participate
in the LAN.

-Richard

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] mozilla firefox 1.5 and gnome

2006-01-15 Thread Richard Fish
On 1/15/06, Trenton Adams [EMAIL PROTECTED] wrote:
 On 1/14/06, Richard Fish [EMAIL PROTECTED] wrote:
  On 1/14/06, Trenton Adams [EMAIL PROTECTED] wrote:
   The old version could disable gnome, but 1.5 can't.  Perhaps it's a
   firefox 1.5 ebuild limitation?  I hope that's what it is, because I
   can't stand gnome.
 
  False.
 
  carcharias rjf # ldd /usr/lib/mozilla-firefox/firefox-bin  | grep gnome
  carcharias rjf # emerge -pv mozilla-firefox
 
  These are the packages that I would merge, in order:
 
  Calculating dependencies ...done!
  [ebuild   R   ] www-client/mozilla-firefox-1.5-r9  USE=java -debug
  -gnome -ipv6 -mozdevelop -xinerama -xprint 0 kB
 
  -Richard

 If you already have gnome installed, gnome won't show up unless you go
 --tree, will it?

True, but it doesn't matter.  My firefox is not linked to any gnome
libraries, therefor it is entirely possible to build firefox without
gnome.

Again:

# for x in `find /usr/lib/mozilla-firefox/ -type f` ; do
test -x $x  ldd $x
done | grep gnome | wc -l
0
# for x in `find /usr/lib/mozilla-firefox/ -type f` ; do
test -x $x  ldd $x
done | grep gtk | wc -l
17

  Either way, you can take a look in the ebuild file
 for firefox 1.5, and there's no reference to gnome.  No checking of
 the gnome useflag or anything like that. 1.0.7 has it though.

This is because the ebuild inherits mozconfig-2.eclass, and the gnome
flag checking is done there.  (portage/eclass/mozconfig-2.eclass).

-Richard

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] vmware workstation daemon problem

2006-01-15 Thread Brett I. Holcomb
Hmm, I'll have to think about this.  At work I'm running vmplayer on XP and at 
home I have it on Gentoo.  For work, at this point I just want to have the 
vmplayer session to run Linux mail and news clients (because Windows doesn't 
have anything worthwhile).  This is at work and I have a static IP address 
that is allowed through to the outside so I have to use the address of the 
host.

Where do I find docs that go into all of this?

Thank you for the explanation.

On Sunday January 15 2006 20:05, Richard Fish wrote:
 On 1/15/06, Brett I. Holcomb [EMAIL PROTECTED] wrote:
  Can you explain host vs bridge vs other network options?  I want to have
  vmplayer use the same IP address as the system it's running on.

 The closest to what you said would be NAT networking.  In this case,
 the guest receives an address on a private network, but can
 communicate with the outside world using the host's address.  However,
 nothing on the outside can get services from your guest.

 If you want your guest to provide services to the rest of your
 network, you need bridged networking.  In this case, both the host and
 the guest show up on the network at different MAC addresses, and thus
 can get different IP addresses.  It is just like if they were separate
 computers.

 Host networking is only if you do not want the guest to communicate
 with the outside at all.  The only machine it can communicate with is
 the host (or other guests) on a private network.

 You can actually create multiple network cards for the guest using any
 combination of the above.  I have used host-only networking to provide
 samba shares to the guest, without exporting them to the rest of the
 world, plus a bridged network connection for the guest to participate
 in the LAN.

 -Richard

-- 

Brett I. Holcomb
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Improving SpamAssassin's accuracy...

2006-01-15 Thread Stroller


On 15 Jan 2006, at 06:48, William Kenworthy wrote:

On Sun, 2006-01-15 at 03:08 +, Stroller wrote:

Hi there,

I emerged SpamAssasin on a mailserver the other day, added the


http://www.gentoo.org/doc/en/mailfilter-guide.xml


The reason I avoided using this for some time was that I feel it  
doesn't EXPLAIN things very well.


I had initially ignored that guide and set up Spamassassin as  
described in http://wiki.apache.org/spamassassin/ 
IntegratedSpamdInPostfix - I didn't like the idea of having another  
instance of Postfix listening on port 10025 but after rereading I  
found it recommended to use the method described in the Gentoo  
Mailfilter Guide you linked to.


So I have followed that guide all the way through, used netcat to  
confirm that Amavisd  Postfix are listening on ports 10024  10025  
respectively, and sent a mail through the system:


   Jan 16 02:51:35 baby postfix/pickup[7221]: 95F4636363: uid=1000  
from=stroller
   Jan 16 02:51:35 baby postfix/cleanup[7255]: 95F4636363: message- 
id=[EMAIL PROTECTED]
   Jan 16 02:51:35 baby postfix/qmgr[7222]: 95F4636363:  
from=[EMAIL PROTECTED], size=1796, nrcpt=1 (queue active)
   Jan 16 02:51:39 baby postfix/smtpd[7261]: connect from localhost 
[127.0.0.1]
   Jan 16 02:51:39 baby postfix/smtpd[7261]: 2875136369:  
client=localhost[127.0.0.1]
   Jan 16 02:51:39 baby postfix/cleanup[7255]: 2875136369: message- 
id=[EMAIL PROTECTED]
   Jan 16 02:51:39 baby postfix/qmgr[7222]: 2875136369:  
from=[EMAIL PROTECTED], size=2424, nrcpt=1 (queue active)
   Jan 16 02:51:39 baby amavis[7144]: (07144-01) Passed CLEAN,  
[EMAIL PROTECTED] - [EMAIL PROTECTED], Message-ID:  
[EMAIL PROTECTED], mail_id:  
Xq9Fg6PsmuKf, Hits: 2.777, 3594 ms
   Jan 16 02:51:39 baby postfix/smtpd[7261]: disconnect from  
localhost[127.0.0.1]
   Jan 16 02:51:39 baby postfix/smtp[7257]: 95F4636363:  
to=[EMAIL PROTECTED], orig_to=info, relay=127.0.0.1 
[127.0.0.1], delay=4, status=sent (250 2.6.0 Ok, id=07144-01, from MTA 
([127.0.0.1]:10025): 250 Ok: queued as 2875136369)

   Jan 16 02:51:39 baby postfix/qmgr[7222]: 95F4636363: removed
   Jan 16 02:51:39 baby postfix/smtp[7262]: 2875136369:  
to=[EMAIL PROTECTED], relay=none, delay=0, status=bounced  
(mail for mail.validdomain.co.uk loops back to myself)
   Jan 16 02:51:39 baby postfix/cleanup[7255]: 63F853636A: message- 
id=[EMAIL PROTECTED]
   Jan 16 02:51:39 baby postfix/qmgr[7222]: 63F853636A: from=,  
size=4128, nrcpt=1 (queue active)

   Jan 16 02:51:39 baby postfix/qmgr[7222]: 2875136369: removed
   Jan 16 02:51:39 baby postfix/smtp[7262]: 63F853636A:  
to=[EMAIL PROTECTED], relay=none, delay=0, status=bounced  
(mail for mail.validdomain.co.uk loops back to myself)

   Jan 16 02:51:39 baby postfix/qmgr[7222]: 63F853636A: removed
   Jan 16 02:52:18 baby sudo: stroller : TTY=pts/0 ; PWD=/home/ 
stroller ; USER=root ; COMMAND=/usr/sbin/postqueue -p


Can anyone help explain the status=bounced (mail for  
mail.validdomain.co.uk loops back to myself error message, please?  
Surely I have missed something obvious in following the instructions  
which as caused this.


Stroller.

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Improving SpamAssassin's accuracy...

2006-01-15 Thread Samir Faci
I've followed and used this setup a few times.  I actually just got it 
up and running a few minutes ago.   
 
I did ignore most of the info about DCC and razor etc... and I agree 
with you, it isn't the best documentation.  But I always thought postfix 
was the better free mailserv out there.. (at least from my experience) 
and spam and virus filtering, especially when free is really slick. 
 
All spams are sent to an email account.  where I run sa-learn on it.  
It's pretty slick. 
 
As to your problem at hand, I'm not sure what's going on.  Check 
your /etc/hosts or dns server and make sure your host has a valid entry. 
 
That's about all I can think of right now. 
 
Samir 
  
 On 15 Jan 2006, at 06:48, William Kenworthy wrote: 
  On Sun, 2006-01-15 at 03:08 +, Stroller wrote: 
  Hi there, 
  
  I emerged SpamAssasin on a mailserver the other day, added the 
  
  http://www.gentoo.org/doc/en/mailfilter-guide.xml 
  
 The reason I avoided using this for some time was that I feel it   
 doesn't EXPLAIN things very well. 
  
 I had initially ignored that guide and set up Spamassassin as   
 described in http://wiki.apache.org/spamassassin/  
 IntegratedSpamdInPostfix - I didn't like the idea of having another   
 instance of Postfix listening on port 10025 but after rereading I   
 found it recommended to use the method described in the Gentoo   
 Mailfilter Guide you linked to. 
  
 So I have followed that guide all the way through, used netcat to   
 confirm that Amavisd  Postfix are listening on ports 10024  10025   
 respectively, and sent a mail through the system: 
  
 Jan 16 02:51:35 baby postfix/pickup[7221]: 95F4636363: uid=1000   
 from=stroller 
 Jan 16 02:51:35 baby postfix/cleanup[7255]: 95F4636363: message-  
 id=[EMAIL PROTECTED] 
 Jan 16 02:51:35 baby postfix/qmgr[7222]: 95F4636363:   
 from=[EMAIL PROTECTED], size=1796, nrcpt=1 (queue active) 
 Jan 16 02:51:39 baby postfix/smtpd[7261]: connect from localhost  
 [127.0.0.1] 
 Jan 16 02:51:39 baby postfix/smtpd[7261]: 2875136369:   
 client=localhost[127.0.0.1] 
 Jan 16 02:51:39 baby postfix/cleanup[7255]: 2875136369: message-  
 id=[EMAIL PROTECTED] 
 Jan 16 02:51:39 baby postfix/qmgr[7222]: 2875136369:   
 from=[EMAIL PROTECTED], size=2424, nrcpt=1 (queue active) 
 Jan 16 02:51:39 baby amavis[7144]: (07144-01) Passed CLEAN,   
 [EMAIL PROTECTED] - [EMAIL PROTECTED], Message-ID:   
 [EMAIL PROTECTED], mail_id:   
 Xq9Fg6PsmuKf, Hits: 2.777, 3594 ms 
 Jan 16 02:51:39 baby postfix/smtpd[7261]: disconnect from   
 localhost[127.0.0.1] 
 Jan 16 02:51:39 baby postfix/smtp[7257]: 95F4636363:   
 to=[EMAIL PROTECTED], orig_to=info, relay=127.0.0.1  
 [127.0.0.1], delay=4, status=sent (250 2.6.0 Ok, id=07144-01, from MTA  
 ([127.0.0.1]:10025): 250 Ok: queued as 2875136369) 
 Jan 16 02:51:39 baby postfix/qmgr[7222]: 95F4636363: removed 
 Jan 16 02:51:39 baby postfix/smtp[7262]: 2875136369:   
 to=[EMAIL PROTECTED], relay=none, delay=0, status=bounced   
 (mail for mail.validdomain.co.uk loops back to myself) 
 Jan 16 02:51:39 baby postfix/cleanup[7255]: 63F853636A: message-  
 id=[EMAIL PROTECTED] 
 Jan 16 02:51:39 baby postfix/qmgr[7222]: 63F853636A: from=,   
 size=4128, nrcpt=1 (queue active) 
 Jan 16 02:51:39 baby postfix/qmgr[7222]: 2875136369: removed 
 Jan 16 02:51:39 baby postfix/smtp[7262]: 63F853636A:   
 to=[EMAIL PROTECTED], relay=none, delay=0, status=bounced   
 (mail for mail.validdomain.co.uk loops back to myself) 
 Jan 16 02:51:39 baby postfix/qmgr[7222]: 63F853636A: removed 
 Jan 16 02:52:18 baby sudo: stroller : TTY=pts/0 ; PWD=/home/  
 stroller ; USER=root ; COMMAND=/usr/sbin/postqueue -p 
  
 Can anyone help explain the status=bounced (mail for   
 mail.validdomain.co.uk loops back to myself error message, please?   
 Surely I have missed something obvious in following the instructions   
 which as caused this. 
  
 Stroller. 
  
 --  
 gentoo-user@gentoo.org mailing list 
  
  

Accédez au courrier électronique de La Poste : www.laposte.net ; 
3615 LAPOSTENET (0,34 €/mn) ; tél : 08 92 68 13 50 (0,34€/mn)




-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] netscape-flash and sound predicament

2006-01-15 Thread Michael Crute
I seem to be having issues with the netscape-flash plugin. The plugin
works for animation but no sound plays. You can get sound if flash is
the first thing to get to the ESD daemon but if something else gets
there first (amarok or totem) flash will not play sound. I have dmix
running on the box and I know its working because totem, amarok, and
gaim can all play sounds at the same time.

So my question would be, is there a way to make flash mix its sounds
in with the other programs on the computer? I know its possible as I
have done it before but I can not seem to get it working now. A google
search seems to get me nowhere. Any thoughts or a nudge in the right
direction would be much appreciated.

-Mike

--

Michael E. Crute
Software Developer
SoftGroup Development Corporation

Linux takes junk and turns it into something useful.
Windows takes something useful and turns it into junk.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Improving SpamAssassin's accuracy...

2006-01-15 Thread Stroller


On 16 Jan 2006, at 03:00, Stroller wrote:


   Jan 16 02:51:39 baby postfix/cleanup[7255]: 63F853636A: message- 
id=[EMAIL PROTECTED]
   Jan 16 02:51:39 baby postfix/qmgr[7222]: 63F853636A: from=,  
size=4128, nrcpt=1 (queue active)

   Jan 16 02:51:39 baby postfix/qmgr[7222]: 2875136369: removed
   Jan 16 02:51:39 baby postfix/smtp[7262]: 63F853636A:  
to=[EMAIL PROTECTED], relay=none, delay=0,  
status=bounced (mail for mail.validdomain.co.uk loops back to myself)

   Jan 16 02:51:39 baby postfix/qmgr[7222]: 63F853636A: removed
   Jan 16 02:52:18 baby sudo: stroller : TTY=pts/0 ; PWD=/home/ 
stroller ; USER=root ; COMMAND=/usr/sbin/postqueue -p


Can anyone help explain the status=bounced (mail for  
mail.validdomain.co.uk loops back to myself error message, please?  
Surely I have missed something obvious in following the  
instructions which as caused this.


Ok... forget this. I fixed it by remerging postfix, running `etc- 
update` and over-writing the postfix configuration files and then  
modifying them from scratch following precisely the instructions in  
the Gentoo mailfiltering gateway guide. So I don't know what was  
wrong with them before - probably something that I'd configured in  
the initial instance of getting local mail delivery working - but  
they're sorted now.


Apologies for cluttering the list,

Stroller.

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Improving SpamAssassin's accuracy...

2006-01-15 Thread Glenn Enright
On Monday 16 January 2006 06:01, Stroller wrote:
 I'm looking at dcc now - it looks useful, but I'm not yet clear on
 how to configure it (with SpamAssassin?).

perldoc Mail::SpamAssassin::Plugin::DCC

in the file /etc/spamassassin/init.pre
add this line
loadplugin Mail::SpamAssassin::Plugin::DCC

and configure /etc/dcc/dcc.conf as required

Be aware that some plugins use a lot of system resources, tho temporarily. 
-- 
Confucious say:
woman who slide down bannister make monkey shine.
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Improving SpamAssassin's accuracy...

2006-01-15 Thread Stroller


On 16 Jan 2006, at 04:32, Stroller wrote:

On 16 Jan 2006, at 03:00, Stroller wrote:


   Jan 16 02:51:39 baby postfix/cleanup[7255]: 63F853636A: message- 
id=[EMAIL PROTECTED]
   Jan 16 02:51:39 baby postfix/qmgr[7222]: 63F853636A: from=,  
size=4128, nrcpt=1 (queue active)

   Jan 16 02:51:39 baby postfix/qmgr[7222]: 2875136369: removed
   Jan 16 02:51:39 baby postfix/smtp[7262]: 63F853636A:  
to=[EMAIL PROTECTED], relay=none, delay=0,  
status=bounced (mail for mail.validdomain.co.uk loops back to myself)

   Jan 16 02:51:39 baby postfix/qmgr[7222]: 63F853636A: removed
   Jan 16 02:52:18 baby sudo: stroller : TTY=pts/0 ; PWD=/home/ 
stroller ; USER=root ; COMMAND=/usr/sbin/postqueue -p


Can anyone help explain the status=bounced (mail for  
mail.validdomain.co.uk loops back to myself error message,  
please? Surely I have missed something obvious in following the  
instructions which as caused this.


Ok... forget this. I fixed it by remerging postfix, running `etc- 
update` and over-writing the postfix configuration files...


Nope, I lie. This didn't fix the problem, merely hid it. If anyone  
has any isight I'd be extremely grateful.


Stroller.

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] netscape-flash doesn't work with firefox 1.5

2006-01-15 Thread Iain Buchanan
On Mon, 2006-01-16 at 01:22 +0100, Holly Bostick wrote:
 Iain Buchanan schreef:
 
   what version of firefox are you running?
 
 1.5-r9 (compiled, not -bin).

me too... I just tried another a link http://a.b/c.swf; which didn't
work, however when I downloaded it and ran firefox c.swf it did work -
weird.

Anyone know whats going on?
-- 
Iain Buchanan iaindb at netspace dot net dot au

My opinions may have changed, but not the fact that I am right.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Qmail Server configuration - RCPT to [EMAIL PROTECTED] failed

2006-01-15 Thread Rumen Yotov
On (16/01/06 02:36), El Nino wrote:
 Dear friends,
 
 i setup a qmail server on my gentoo box. but when i sending a mail
 from connecting outside to my qmail box my evolution email client gave
 me the below error message. please help me to configure my qmail
 server.
 
 RCPT TO [EMAIL PROTECTED] failed: Requested action not taken:
 mailbox name not allowed
 
 
 --
 ...
 The future lies ahead.
  ___
  Have you mooed today? 
  
 \^__^
  \   (oo) \___
  (__) \ )\/\
 | |-w   |
 | || |
 
 2.6.14-gentoo-r2-sinhalese-r1.0
 (((o)))~--~--~--
 Proud to be a Sinhalese.
 SINHALESE ARE GENIUSES OF IRRIGATION
 http://easyweb.easynet.co.uk/~sydney/sinhales.htm
 
 -- 
 gentoo-user@gentoo.org mailing list
 
Hi,
What document/s you used when configuring the server, if any?
You send from your gmail.com account to your qmail-server here?
Note that qmail != gmail ;-)
Check/read www.lifewithqmail.org, it's currently the source,
but there're many other custom installation options.
Look at the gentoo qmail guide too, though gentoo install slightly
differs from original instructions/config, but not too much.
HTH.Rumen


pgpzJMLESNhrP.pgp
Description: PGP signature


[gentoo-user] usb1 performance out of usb2 external HD

2006-01-15 Thread Iain Buchanan
Hi all,

I have a 2.5in usb HD and 2 external usb2 cases.  I've been getting
pretty average performance with a 7200 rpm drive in both cases, but I
just thought this was the way it is.

However, I just did a test:
$ time
cp /usr/portage/distfiles/OOo_2.0.1_LinuxIntel_install.tar.gz 
/mnt/usb-storage/device-0/partition-5/

real1m20.903s

which is pretty slow.  I copied the same file in winblows (without
changing usb ports or anything) and it copies in about 15 seconds.

I noticed I had uhci-hcd loaded (the usb 1 module?) so I unloaded it,
and my keyboard stopped working!!!  So using the laptop keyboard, I
replugged the HD (now without uhci-hcd) and it still goes slow...

$ sudo hdparm -tT /dev/sdd

/dev/sdd:
 Timing cached reads:   3640 MB in  2.00 seconds = 1820.28 MB/sec
 Timing buffered disk reads:   30 MB in  3.13 seconds =   9.60 MB/sec

9.6 is pretty slow! I should be able to get at least double that...

And as I've said, I know this port is usb 2.0.

Any hints?
thanks,
-- 
Iain Buchanan iaindb at netspace dot net dot au

IN MY OPINION anyone interested in improving himself should not rule out
becoming pure energy.
-- Jack Handley, The New Mexican, 1988.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] mozilla firefox 1.5 and gnome

2006-01-15 Thread Nagatoro

Trenton Adams wrote:

On 1/14/06, Alexander Skwar [EMAIL PROTECTED] wrote:



Well, it's not the gnome use flag because I disable gnome in my use
flags.  And besides, the firefox 1.5 ebuild does not use the gnome use
flag.  And I added it for testing purposes to see if I could prevent
it from being used.  I just copied from the older firefox.


It's moved from the mozilla-firefox ebuild into mozconfig-2.eclass.
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] usb1 performance out of usb2 external HD

2006-01-15 Thread Willie Wong
On Mon, Jan 16, 2006 at 04:08:58PM +0930, Penguin Lover Iain Buchanan squawked:
 I noticed I had uhci-hcd loaded (the usb 1 module?) so I unloaded it,
 and my keyboard stopped working!!!  So using the laptop keyboard, I
 replugged the HD (now without uhci-hcd) and it still goes slow...
 

uhci-hcd is the driver for the intel USB host controller, so if you
unload that, it is natural that it killed your (presumeably USB)
keyboard. 

the driver for USB2.0, incidentally, should be ehci-hcd, and according
to the kernel docs, if you have ehci built (grep USB_EHCI
/usr/src/linux/.config), it will use USB2.0 on enabled devices.

So, the question is, did you compile your kernel with EHCI support? 

HTH

W
-- 
 An engineer is walking along and runs across a talking frog.

 The frog says I am a princess, and if you kiss me, I will turn back
 into a princess and be your girlfriend.

 Then engineer mutters Neat, picks up the frog, puts it in his back
 pocket, and continues walking.

 The frog kicked the engineer, prompting him to pull the frog out. The
 frog said, My daddy is rich, and if you kiss me, he will reward you
 handsomely. The engineer shrugged his shoulders and replaced the
 frog in his pocket.

 A couple minutes later, the frog kicked him again. This time the frog
 asked, Why won't you kiss me? I will make you rich and be your
 girlfriend.

 The engineer replied Look, lady. I am an engineer and have no use
 for a girlfriend. But a talking frog is cool!
Sortir en Pantoufles: up 64 days, 23:34
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] usb1 performance out of usb2 external HD

2006-01-15 Thread Iain Buchanan
On Mon, 2006-01-16 at 02:17 -0500, Willie Wong wrote:
 On Mon, Jan 16, 2006 at 04:08:58PM +0930, Penguin Lover Iain Buchanan 
 squawked:
  I noticed I had uhci-hcd loaded (the usb 1 module?) so I unloaded it,
  and my keyboard stopped working!!!  So using the laptop keyboard, I
  replugged the HD (now without uhci-hcd) and it still goes slow...
 
 uhci-hcd is the driver for the intel USB host controller, so if you
 unload that, it is natural that it killed your (presumeably USB)
 keyboard. 
 
 the driver for USB2.0, incidentally, should be ehci-hcd, and according
 to the kernel docs, if you have ehci built (grep USB_EHCI
 /usr/src/linux/.config), it will use USB2.0 on enabled devices.
 
 So, the question is, did you compile your kernel with EHCI support? 

Yes, I should have mentioned that: I'm using ehci.  I unloaded uhci.
I'm not using the old slow usb-block-device driver either.

thanks,
-- 
Iain Buchanan iaindb at netspace dot net dot au

Try not.
Do.
Or do not.
There is no try.

-- 
gentoo-user@gentoo.org mailing list