RE: [vchkpw] per mailbox virus scan + spamassasssin

2003-10-23 Thread Neo Wee Teck
Oh instaling spamassassin is very easy if you have CPAN installed

You might want to try these steps.

Get CPAN if you don't have
http://search.cpan.org/CPAN/authors/id/A/AN/ANDK/CPAN-1.76.tar.gz

If you are using Linux 2.4.xx, you might need to set these environment
variable

export LANG=C
export CFLAGS=-O3

After installing CPAN, you might want to run CPAN for the first time

# perl -MCPAN -e shell[as root]

After which type

o conf prerequisites_policy ask

install Mail::SpamAssassin

There should be some Yes/No question to be answered

Enjoy

Cheers,

Neo
-Original Message-
From: Björn Hahnefeld [mailto:[EMAIL PROTECTED] 
Sent: Thursday, October 23, 2003 4:17 PM
To: 'Neo Wee Teck'
Subject: AW: [vchkpw] per mailbox virus scan + spamassasssin

Do you have tipps for installing spamassassin for me?

-Ursprüngliche Nachricht-
Von: Neo Wee Teck [mailto:[EMAIL PROTECTED] 
Gesendet: Donnerstag, 23. Oktober 2003 10:08
An: [EMAIL PROTECTED]
Betreff: [vchkpw] per mailbox virus scan + spamassasssin


Hi,

  I am struggling to set a configuration to allow per mailbox setting to
enable virus scan and spam filtering.

Setting in .qmail-default will enable for the whole domain.

Any help?


Cheers

Neo













RE: [vchkpw] per mailbox virus scan + spamassasssin

2003-10-23 Thread Neo Wee Teck
No. It's not all

You will have to choose between the standalone spamassassin and the
demonized one (spamd/spamc). I preferred the demonized (More efficient)

I tried out with spamd/spamc using .qmail-default

Instead of

| /home/vpopmail/bin/vdelivermail '' bounce-no-mailbox

you might have (In a single line)

| /usr/local/bin/spamc | /home/vpopmail/bin/vdelivermail ''
bounce-no-mailbox

This should enable spam filtering domain-wide

Correct me if I'm wrong somewhere. :)

Cheers,

Neo



-Original Message-
From: Björn Hahnefeld [mailto:[EMAIL PROTECTED] 
Sent: Thursday, October 23, 2003 4:54 PM
To: 'Neo Wee Teck'
Subject: AW: [vchkpw] per mailbox virus scan + spamassasssin

Is that all? And it works then together with qmail, vpopmail etc.
without any other options?

-Ursprüngliche Nachricht-
Von: Neo Wee Teck [mailto:[EMAIL PROTECTED] 
Gesendet: Donnerstag, 23. Oktober 2003 10:50
An: [EMAIL PROTECTED]
Betreff: RE: [vchkpw] per mailbox virus scan + spamassasssin


Oh instaling spamassassin is very easy if you have CPAN installed

You might want to try these steps.

Get CPAN if you don't have
http://search.cpan.org/CPAN/authors/id/A/AN/ANDK/CPAN-1.76.tar.gz

If you are using Linux 2.4.xx, you might need to set these environment
variable

export LANG=C
export CFLAGS=-O3

After installing CPAN, you might want to run CPAN for the first time

# perl -MCPAN -e shell[as root]

After which type

o conf prerequisites_policy ask

install Mail::SpamAssassin

There should be some Yes/No question to be answered

Enjoy

Cheers,

Neo
-Original Message-
From: Björn Hahnefeld [mailto:[EMAIL PROTECTED] 
Sent: Thursday, October 23, 2003 4:17 PM
To: 'Neo Wee Teck'
Subject: AW: [vchkpw] per mailbox virus scan + spamassasssin

Do you have tipps for installing spamassassin for me?

-Ursprüngliche Nachricht-
Von: Neo Wee Teck [mailto:[EMAIL PROTECTED] 
Gesendet: Donnerstag, 23. Oktober 2003 10:08
An: [EMAIL PROTECTED]
Betreff: [vchkpw] per mailbox virus scan + spamassasssin


Hi,

  I am struggling to set a configuration to allow per mailbox setting to
enable virus scan and spam filtering.

Setting in .qmail-default will enable for the whole domain.

Any help?


Cheers

Neo





















RE: [vchkpw] per mailbox virus scan + spamassasssin

2003-10-23 Thread Neo Wee Teck
Your path for spamd/spamc might be different from mine ;)

It is either /usr/bin or /usr/local/bin



-Original Message-
From: Neo Wee Teck [mailto:[EMAIL PROTECTED] 
Sent: Thursday, October 23, 2003 5:07 PM
To: [EMAIL PROTECTED]
Subject: RE: [vchkpw] per mailbox virus scan + spamassasssin

No. It's not all

You will have to choose between the standalone spamassassin and the
demonized one (spamd/spamc). I preferred the demonized (More efficient)

I tried out with spamd/spamc using .qmail-default

Instead of

| /home/vpopmail/bin/vdelivermail '' bounce-no-mailbox

you might have (In a single line)

| /usr/local/bin/spamc | /home/vpopmail/bin/vdelivermail ''
bounce-no-mailbox

This should enable spam filtering domain-wide

Correct me if I'm wrong somewhere. :)

Cheers,

Neo



-Original Message-
From: Björn Hahnefeld [mailto:[EMAIL PROTECTED] 
Sent: Thursday, October 23, 2003 4:54 PM
To: 'Neo Wee Teck'
Subject: AW: [vchkpw] per mailbox virus scan + spamassasssin

Is that all? And it works then together with qmail, vpopmail etc.
without any other options?

-Ursprüngliche Nachricht-
Von: Neo Wee Teck [mailto:[EMAIL PROTECTED] 
Gesendet: Donnerstag, 23. Oktober 2003 10:50
An: [EMAIL PROTECTED]
Betreff: RE: [vchkpw] per mailbox virus scan + spamassasssin


Oh instaling spamassassin is very easy if you have CPAN installed

You might want to try these steps.

Get CPAN if you don't have
http://search.cpan.org/CPAN/authors/id/A/AN/ANDK/CPAN-1.76.tar.gz

If you are using Linux 2.4.xx, you might need to set these environment
variable

export LANG=C
export CFLAGS=-O3

After installing CPAN, you might want to run CPAN for the first time

# perl -MCPAN -e shell[as root]

After which type

o conf prerequisites_policy ask

install Mail::SpamAssassin

There should be some Yes/No question to be answered

Enjoy

Cheers,

Neo
-Original Message-
From: Björn Hahnefeld [mailto:[EMAIL PROTECTED] 
Sent: Thursday, October 23, 2003 4:17 PM
To: 'Neo Wee Teck'
Subject: AW: [vchkpw] per mailbox virus scan + spamassasssin

Do you have tipps for installing spamassassin for me?

-Ursprüngliche Nachricht-
Von: Neo Wee Teck [mailto:[EMAIL PROTECTED] 
Gesendet: Donnerstag, 23. Oktober 2003 10:08
An: [EMAIL PROTECTED]
Betreff: [vchkpw] per mailbox virus scan + spamassasssin


Hi,

  I am struggling to set a configuration to allow per mailbox setting to
enable virus scan and spam filtering.

Setting in .qmail-default will enable for the whole domain.

Any help?


Cheers

Neo