[toaster] spam mails

2008-11-17 Thread kiew
How can i completely stop spam mails from going through my mail server. I followed Bill's Linux Qmail Toaster instructions of installing qmail but spam mails are still coming in!

Re: [toaster] spam mails

2008-11-17 Thread Maciej Sołtysiak
Hi, [EMAIL PROTECTED] pisze: How can i completely stop spam mails from going through my mail server. I followed Bill's Linux Qmail Toaster instructions of installing qmail but spam mails are still coming in! Hmm, debug your spamassassin. Check out /var/log/spamd/currunt for things like "a

[toaster] OpenSuse 11, x86_64, and SMTP Failures

2008-11-17 Thread John Harmon
I have an OpenSuse 11 box (x86_64) and everything installed fine, and without error. The one issue I am having, however is smtp failures. /var/log/qmail/smtpd shows this when trying to connect via telnet: /var/qmail/bin/qmail-smtpd: error while loading shared libraries: libcrypto.so.0.9.8: f

Re: [toaster] OpenSuse 11, x86_64, and SMTP Failures

2008-11-17 Thread Tren Blackburn
Increase the softlimit in your smtp run file. t - Original Message - From: John Harmon <[EMAIL PROTECTED]> To: toaster@shupp.org Sent: Mon Nov 17 18:12:20 2008 Subject: [toaster] OpenSuse 11, x86_64, and SMTP Failures I have an OpenSuse 11 box (x86_64) and everything installed fine, and

Re: [toaster] OpenSuse 11, x86_64, and SMTP Failures

2008-11-17 Thread John Harmon
Tren, Thank you, that did the trick. Was wondering if you could explain one thing to me. I have 8GB of memory in the box, my run file originally had a soft limit of 800 (which I assume was 8GB, but I could be wrong). I doubled it originally thinking that might be the issue, but 1600

Re: [toaster] OpenSuse 11, x86_64, and SMTP Failures

2008-11-17 Thread John Harmon
For anyone else reading this thread in the future, the file Tren is referring to is the /var/qmail/supervise/qmail-smtpd/run file Tren Blackburn wrote: Increase the softlimit in your smtp run file. t - Original Message - From: John Harmon <[EMAIL PROTECTED]> To: toaster@shupp.org Se

RE: [toaster] OpenSuse 11, x86_64, and SMTP Failures

2008-11-17 Thread Tren Blackburn
It has nothing to do with the amount of RAM in your server. The softlimit is the maximum amount of memory that can be allocated to a SMTP process. This reduces the chance of denial of service due to memory exhaustion. The reason why it needed to be upped is due to the number of shared objects

RE: [toaster] OpenSuse 11, x86_64, and SMTP Failures

2008-11-17 Thread Tren Blackburn
Also, the reason I didn't specify the exact file is it can be changed. You should also change the softlimit for the port 2525 installation of SMTP. t. -Original Message- From: John Harmon [mailto:[EMAIL PROTECTED] Sent: Monday, November 17, 2008 6:27 PM To: toaster@shupp.org Subject: R

Re: [toaster] OpenSuse 11, x86_64, and SMTP Failures

2008-11-17 Thread Jason
Tren Blackburn wrote: Also, the reason I didn't specify the exact file is it can be changed. You should also change the softlimit for the port 2525 installation of SMTP. t. -Original Message- From: John Harmon [mailto:[EMAIL PROTECTED] Sent: Monday, November 17, 2008 6:27 PM To: toa

Re: [toaster] OpenSuse 11, x86_64, and SMTP Failures

2008-11-17 Thread John Harmon
Jason wrote: Tren Blackburn wrote: Also, the reason I didn't specify the exact file is it can be changed. You should also change the softlimit for the port 2525 installation of SMTP. t. -Original Message- From: John Harmon [mailto:[EMAIL PROTECTED] Sent: Monday, November 17, 2008 6

Re: [toaster] OpenSuse 11, x86_64, and SMTP Failures

2008-11-17 Thread Rick Widmer
-Original Message- From: John Harmon [mailto:[EMAIL PROTECTED] Sent: Monday, November 17, 2008 6:27 PM To: toaster@shupp.org Subject: Re: [toaster] OpenSuse 11, x86_64, and SMTP Failures Tren, Thank you, that did the trick. Was wondering if you could explain one thing to me. I have 8