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


























[vchkpw] Qmail + vpopmail + Spamassassin

2003-10-13 Thread Neo Wee Teck
I tried to setup spammassassin with spamd/spamc but seems it doesn't work

/var/qmail/rc

#!/bin/sh

# Using splogger to send the log through syslog.
# Using qmail-local to deliver messages to ~/Mailbox by default.

exec env - PATH=/var/qmail/bin:$PATH \
qmail-start `cat /var/qmail/control/defaultdelivery`

---

/var/qmail/control/defaultdelivery

| spamc | maildir ./Maildir/

---

I only would like to filter mail sent to local mailboxes

Any help?





RE: [vchkpw] Qmail + vpopmail + Spamassassin

2003-10-13 Thread Neo Wee Teck
Does procmail support support virtual domains like vpopmail? 

Never tried procmail before and have no intention to migrate 

Thanks anyway, is there any alternatives?


-Original Message-
From: Júlio Espada Olivares [mailto:[EMAIL PROTECTED] 
Sent: Monday, October 13, 2003 11:43 PM
To: Neo Wee Teck; [EMAIL PROTECTED]
Subject: Re: [vchkpw] Qmail + vpopmail + Spamassassin

Your solution will never work.
I recommend you to install procmail and do something like this:

.qmail-default:
|preline procmail -p -m /etc/procmailrules


/etc/procmailrules:

0fw
*  25
| spamc

:0:
*^X-Spam-Flag: YES
/home/spam

:0w
|/home/vpopmail/bin/vdelivermail '' bounce-no-mailbox


This works fine for me.




- Original Message - 
From: Neo Wee Teck [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, October 13, 2003 4:31 PM
Subject: [vchkpw] Qmail + vpopmail + Spamassassin


 I tried to setup spammassassin with spamd/spamc but seems it doesn't work
 
 /var/qmail/rc
 
 #!/bin/sh
 
 # Using splogger to send the log through syslog.
 # Using qmail-local to deliver messages to ~/Mailbox by default.
 
 exec env - PATH=/var/qmail/bin:$PATH \
 qmail-start `cat /var/qmail/control/defaultdelivery`
 
 ---
 
 /var/qmail/control/defaultdelivery
 
 | spamc | maildir ./Maildir/
 
 ---
 
 I only would like to filter mail sent to local mailboxes
 
 Any help?
 
 
 
 







[vchkpw] bounced mail when used ./vadddomain -u username virtualdomain

2003-01-08 Thread Neo Wee Teck


smime.p7m
Description: application/pkcs7-mime


RE: [vchkpw] Change password

2003-01-07 Thread Neo Wee Teck
Try the qmailadmin

http://www.inter7.com/qmailadmin 

wonderful package

-Original Message-
From: zafar rizvi [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 07, 2003 11:15 PM
To: [EMAIL PROTECTED]
Subject: [vchkpw] Change password


hi ppl
 Any body have some idea about changepassword with virtual domain user
(vpopmail user).

Bcz i must need a change password script or idea

thanks
zafar

 




[vchkpw] errno 1

2002-12-21 Thread Neo Wee Teck
I recieved a message when i recieve my email

Dec 22 02:50:57 core vpopmail[20743]: vchkpw: setgid 1000 failed errno 1 

I have added the domain with ./vadddomain -u blah

This happens when i try to retrive email...

Any help?





[vchkpw] Per domain quota setting

2002-12-13 Thread Neo Wee Teck
Hi,
I know about the per user quota settings. Is there anywhere to do a per
domain quota capping? Eg. Cap the quota for the directory of the domain.
Please advise.


Regards






[vchkpw] tcpserver-mysql patch

2002-10-30 Thread Neo Wee Teck
/*   
server  sql.mailserver.com
port3306
databasevpopmail
table   relay
uservpopmail
passsecret
time1800
*/  

there is this line inside the db.c

should we uncomment it and replace with our settings?





[vchkpw] Does qmailadmin support MySQL....

2002-10-29 Thread Neo Wee Teck
Does qmailadmin support MySQL for vpopmail?





RE: [vchkpw] Re: Reason for MYSQL

2002-10-28 Thread Neo Wee Teck
Just curious about the performance for Many domains in MySQL. Will it be
a better choice rather then the default file storage?

Please advise

-Original Message-
From: John Johnson [mailto:john;cyberbytesbbs.com] 
Sent: Monday, October 28, 2002 11:16 PM
To: Carl A Jeptha
Cc: [EMAIL PROTECTED]
Subject: [vchkpw] Re: Reason for MYSQL

Carl A Jeptha writes: 

 Is MySQL used for storing user information so that we the ISP can use
it for tech support , etc. I cannot compile vpopmail with mysql support.

 
 You have a good day now,

You would do better to use MySQL support if you are an ISP
because chances are you will have a crap load of users and
it will give you faster account lookups for email. Also you
can use MySQL replication and a NFS server to setup a second
server for failover.
I would bet also having this stuff in MySQL would allow you
to do reports on how many users per domain and last login and
all that kind of stuff as well.. I use MySQL myself for my
user backend on Vpopmail and have not problems with it at all. 

 -John 







[vchkpw] bounced mail sent by /var/qmail/bin/sendmail back to owner

2002-10-16 Thread Neo Wee Teck

I having this bounce mail problem.

Email header


Return-Path: [EMAIL PROTECTED]
Received: (qmail 5258 invoked by uid 65534); 16 Oct 2002 10:07:19 -


this email is sent using the sendmail included inside qmail. When the
recipient is not found, it will bounce back to me. Is there anywhere to
set the Return-Path for the sendmail to nothing?

Please advise






[vchkpw] Disable email sent to postmaster?

2002-10-16 Thread Neo Wee Teck

Anyway to disable email to be sent to postmaster?? 


There is a method which I find a bit troublesome that is to change
.qmail-postmaster in each domain to | /home/vpopmail/bin/vdelivermail
'' delete

Is there a way to globally set to delete any email sent to postmaster.

Please advise





RE: [vchkpw] Re: Delete bounced msg to postmaster?

2002-10-13 Thread Neo Wee Teck

I read that but it still send to the postmaster of the domain...


Qmail control file

-
doublebounceto

| /home/vpopmail/bin/vdelivermail '' delete

-

Please advise

-Original Message-
From: Peter Palmreuther [mailto:[EMAIL PROTECTED]] 
Sent: Saturday, October 12, 2002 10:53 PM
To: [EMAIL PROTECTED]
Subject: [vchkpw] Re: Delete bounced msg to postmaster?

Hello Neo,

On Saturday, October 12, 2002 at 2:58:52 PM you wrote:

 Anyone knows how to delete off doublebounced email instead of
delivering
 it to postmaster.

man qmail-send
/doublebounceto

-- 
Best regards
Peter Palmreuthermailto:[EMAIL PROTECTED]








[vchkpw] Delete bounced msg to postmaster?

2002-10-12 Thread Neo Wee Teck

Anyone knows how to delete off doublebounced email instead of delivering
it to postmaster.