Re: [toaster] qmail-queue-custom-error.patch

2005-09-27 Thread List
Hi "List", I'm not totally sure but I think this patch let's you print custom error messages to qmail-smtpd though descriptor 4, as I found in simscan.c file: #ifdef ENABLE_CUSTOM_SMTP_REJECT snprintf(RejectMsg,sizeof(RejectMsg), "DYour email is considered spam (%.2f spam-hits)", Spam

Re: [toaster] Simscan Spam Rejection

2005-09-27 Thread Carlos J. Muentes
Spam passthrough was already set to no, but I lowered the spam hits and did the simscanmk. Hopefully that will fix it. Here is my simcontrol :clam=yes,spam=yes,spam_passthru=no, spam_hits=6,attach=.mp3:.vbs:.lnk:.scr:.wsh:.hta:.pif Sloath wrote: Hank wrote on 27/09/2005 15:19: That l

Re: [toaster] Simscan Spam Rejection

2005-09-27 Thread Sloath
Hank wrote on 27/09/2005 15:19: That looks like a SpamAssassin message, not simscan. -Hank On 9/27/05, Carlos J. Muentes <[EMAIL PROTECTED]> wrote: Hey All, I'm successfully running the latest toaster. We recently transfered our email from an external hosting company to our in-house em

[toaster] conflicting types for `strerror'

2005-09-27 Thread Speedbone
  Hi,   I have compiled some mailservers, but never saw the following error and it seems as if I can´t find any clues to it.   It happens with this make   cd /var/src/netqmail-1.05/netqmail-1.05bunzip2 -c ../../tar/qmail-toaster-0.8.patch.bz2 | patch -p0make cleanmake   Without the patch, it

Re: [toaster] Simscan Spam Rejection

2005-09-27 Thread Hank
That looks like a SpamAssassin message, not simscan. -Hank On 9/27/05, Carlos J. Muentes <[EMAIL PROTECTED]> wrote: > Hey All, >I'm successfully running the latest toaster. We recently transfered > our email from an external hosting company to our in-house email server > (with fresh toaster

[toaster] Simscan Spam Rejection

2005-09-27 Thread Carlos J. Muentes
Hey All, I'm successfully running the latest toaster. We recently transfered our email from an external hosting company to our in-house email server (with fresh toaster install). We're getting alot of spam on a couple of the accounts, and this is what it says in the email body: "Spam det

Re: [toaster] qmail-queue-custom-error.patch

2005-09-27 Thread Bruno Negrao
I'm not totally sure but I think this patch let's you print custom error messages to qmail-smtpd though descriptor 4 I meant "through" instead of "though"... bruno.

Re: [toaster] qmail-queue-custom-error.patch

2005-09-27 Thread Bruno Negrao
Hi "List", I'm not totally sure but I think this patch let's you print custom error messages to qmail-smtpd though descriptor 4, as I found in simscan.c file: #ifdef ENABLE_CUSTOM_SMTP_REJECT snprintf(RejectMsg,sizeof(RejectMsg), "DYour email is considered spam (%.2f spam-hits)", SpamHit