Re: [vchkpw] Qmail + vpopmail + Spamassassin

2003-10-13 Thread Júlio Espada Olivares
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?
 
 
 
 




Re: [vchkpw] Qmail + vpopmail + Spamassassin

2003-10-13 Thread Júlio Espada Olivares
procmail is a mail filter, not a replacement for vpopmail, so just install
procmail and you will not need to migrate anything.



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


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?














Re: [vchkpw] Queue not delivered

2003-05-12 Thread Júlio Espada Olivares
Thanks Chad
The problem was spamd filtering big messages.



- Original Message - 
From: Chad Morland [EMAIL PROTECTED]
To: Júlio Espada Olivares [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Tuesday, May 13, 2003 2:59 AM
Subject: Re: [vchkpw] Queue not delivered


 Check to see if qmail-send is running. If it is, check to see if your
queue
 is corrupted. One way you can determine this is by checking your logs to
see
 if it contains messages such as unable to stat If you see those
 messages look into how to fix a corrupted queue at www.qmail.org.

 -CM

 - Original Message - 
 From: Júlio Espada Olivares [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Monday, May 12, 2003 8:50 PM
 Subject: [vchkpw] Queue not delivered


  Hi
 
  I'm having a problem since today: queue is not delivered. At this moment
I
  have 2800 messages in queue and 1500 in queue but not processed.
 
  I restarted qmail, even the box and nothing solves that.
 
  Any sugestions while my disk have free space ? :/
 
 
 






Re: [vchkpw] Suggestions a username problem

2003-02-28 Thread Júlio Espada Olivares
by default u need to use at least 2 chars 


- Original Message - 
From: Bryan Ballard [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, February 28, 2003 10:45 PM
Subject: [vchkpw] Suggestions a username problem


 I can't seem to get vadduser to add email addresses with only one
 character. for example:
 
 vadduser [EMAIL PROTECTED] test works
 
 vadduser [EMAIL PROTECTED] test -fails with a illegal username error. 
 
 I am not sure what is illegal about the username t or any other
 character a-z but any suggestions would be helpful.
 
 -- 
 Bryan Ballard
 Netsolus Consultants
 http://www.netsolus.com
 
 
 
 




[vchkpw] A question for experts - Adding a footer

2003-02-24 Thread Júlio Espada Olivares




hi

I have qmailadmin+vpopmail working.
I want to add a footer automatically to all e-mails 
received in my domain, for example "Powered by bubalu mail".
I have this working on my webmail system so every 
sent messages have my footer but since the users are using pop3 instead of 
webmail, I need to do this.

Anyone can help me with this 
?


Re: [vchkpw] Moving qmail queue

2003-02-18 Thread Júlio Espada Olivares
Ok, thanks for helping.
The queue was moved successfuly and then I ran queue-fix 1.4
I tested by sending our newsletter to 65 000 address and everything is ok.

Thanks to all