[toaster] Help :: SMTP Auth Doesn't work

2005-01-31 Thread YM
Hi, Thanks to Bill's toaster, I have succeeded in setting qmail+vpopmail with mysql user auth. I have no problem in sending email to users in the same domain. However, while sending to external users, the SMTP Authentication seems not working. My mail client always report SEND - WARNING: there

[toaster] Help :: SMTP Auth Doesn't work [2]

2005-01-31 Thread YM
Hi, I realize that the problem in my previous email may be related to TLS issue. After compiling qmail, I issue the "make cert" but I got "make: *** No rule to make target `cert'. Stop." error. I skip "make cert" and "make tmprsadh" part and continue with the installation. I check my Linux ins

Re: [toaster] Help :: SMTP Auth Doesn't work [2]

2005-01-31 Thread Bill Shupp
YM wrote: Hi, I realize that the problem in my previous email may be related to TLS issue. After compiling qmail, I issue the "make cert" but I got "make: *** No rule to make target `cert'. Stop." error. I skip "make cert" and "make tmprsadh" part and continue with the installation. I check my Lin

Re[2]: [toaster] Help :: SMTP Auth Doesn't work [2]

2005-01-31 Thread YM
Hi Bill, Thanks for your reply. I found that I didn't install stunnel rpm in my SuSE pro 9.2. I then installed the rpm for it. From stunnel website, I found that the "make cert" is equivalent to (umask 077; \ /usr/bin/openssl req -new -x509 -days 365 -nodes \ -config /usr/share/doc/packag

Re: [toaster] Help :: SMTP Auth Doesn't work [2]

2005-01-31 Thread Bill Shupp
YM wrote: Hi Bill, Thanks for your reply. I found that I didn't install stunnel rpm in my SuSE pro 9.2. I then installed the rpm for it. From stunnel website, I found that the "make cert" is equivalent to (umask 077; \ /usr/bin/openssl req -new -x509 -days 365 -nodes \ -config /usr/share/doc/pa

[toaster] clamd.conf

2005-01-31 Thread Michael Di Martino
Where can I get info on clamd.conf and how it pertains to this setup? Thanks mike

Re: [toaster] clamd.conf

2005-01-31 Thread Bill Shupp
Michael Di Martino wrote: Where can I get info on clamd.conf and how it pertains to this setup? clamav.sf.net, as is noted in the toaster documentation. However, just read the file. All directives have comments explaining what they do. Regards, Bill

Re[2]: [toaster] Help :: SMTP Auth Doesn't work [2]

2005-01-31 Thread YM
Hi Bill, Sorry, no luck. Same error. :-( "gmake: *** No rule to make target `tmprsadh'. Stop. Tuesday, February 1, 2005, 1:27:00 AM, you wrote: Bill> YM wrote: >>Hi Bill, >> >>Thanks for your reply. >> >>I found that I didn't install stunnel rpm in my SuSE pro 9.2. I then installed >>the rpm f

Re: [toaster] Help :: SMTP Auth Doesn't work [2]

2005-01-31 Thread Bill Shupp
YM wrote: Hi Bill, Sorry, no luck. Same error. :-( "gmake: *** No rule to make target `tmprsadh'. Stop. What directory are you in? Did you patch netqmail per the instructions? Regards, Bill

RE: [toaster] clamd.conf

2005-01-31 Thread Michael Di Martino
Sorry but I am not sure what I am looking for do u have a link to the file -Original Message- From: Bill Shupp [mailto:[EMAIL PROTECTED] Sent: Monday, January 31, 2005 12:29 PM To: toaster@shupp.org Subject: Re: [toaster] clamd.conf Michael Di Martino wrote: > > >Where can I get info

Re: [toaster] clamd.conf

2005-01-31 Thread Bill Shupp
Michael Di Martino wrote: Sorry but I am not sure what I am looking for clamd.conf is the configuration file for clamd, the virus scanning daemon. It is read at startup of clamd, which qmail-smtpd talks to via simscan, the virus/spam scanning harness. do u have a link to the file After y

RE: [toaster] Help :: SMTP Auth Doesn't work [2]

2005-01-31 Thread Michael Di Martino
I an getting the following error in my clamd logs 2005-01-31 12:41:14.166176500 ERROR: Can't open/parse the config file /usr/local/etc/clamd.conf 2005-01-31 12:41:15.207572500 ERROR: Can't open/parse the config file /usr/local/etc/clamd.conf 2005-01-31 12:41:16.246793500 ERROR: Can't open/parse th

Re: [toaster] Help :: SMTP Auth Doesn't work [2]

2005-01-31 Thread Bill Shupp
Michael Di Martino wrote: I an getting the following error in my clamd logs 2005-01-31 12:41:14.166176500 ERROR: Can't open/parse the config file /usr/local/etc/clamd.conf 2005-01-31 12:41:15.207572500 ERROR: Can't open/parse the config file /usr/local/etc/clamd.conf 2005-01-31 12:41:16.246793500 E

RE: [toaster] Help :: SMTP Auth Doesn't work [2]

2005-01-31 Thread Michael Di Martino
I got that working new error now 2005-01-31 12:45:46.727218500 ERROR: Unable to open file or directory 2005-01-31 12:45:47.766997500 LibClamAV Error: cl_loaddbdir(): Can't open directory /var/lib/clamav my /var/lib dir does not contain an entry for clamav -Original Message- From: Bill

[toaster] Can't open directory /var/lib/clamav

2005-01-31 Thread Michael Di Martino
Title: Can't open directory /var/lib/clamav I got that working new error now 2005-01-31 12:45:46.727218500 ERROR: Unable to open file or directory 2005-01-31 12:45:47.766997500 LibClamAV Error: cl_loaddbdir(): Can't open directory /var/lib/clamav my /var/lib dir does not contain an entr

Re[2]: [toaster] Help :: SMTP Auth Doesn't work [2]

2005-01-31 Thread YM
Hi Bill, Thanks Bill. I finally re-do every patch step-by-step and the problem solved. Guess that I might have conducted some stupid errors. BTW, I noted that mfcheck is not included in latest toaster. Is it because it has been replaced by spf or other reason? -- Best regards, YM

Re: [toaster] Help :: SMTP Auth Doesn't work [2]

2005-01-31 Thread Bill Shupp
YM wrote: BTW, I noted that mfcheck is not included in latest toaster. Is it because it has been replaced by spf or other reason? the new chkuser does a lot of extensive envelope checking. Plus, mfcheck is just not useful anymore, since it became a popular technique. So I removed it. Regard

Re[2]: [toaster] Help :: SMTP Auth Doesn't work [2]

2005-01-31 Thread YM
Hi Bill, Thanks Bill. How do I block my users to put <> or invalid From: address in their outgoing emails? Using /var/qmail/control/badmailfrom or ? Secondly, what is the effect of SPF to end users? Tuesday, February 1, 2005, 2:17:05 AM, you wrote: Bill> YM wrote: >> >>BTW, I noted that mfch

[toaster] use of /var/qmail/spam ?

2005-01-31 Thread YM
Hi Bill., What is the purpose of /var/qmail/spam directory? I saw it in the toaster: chown -R vpopmail:vchkpw /var/qmail/spam but never see any place else. -- Best regards, YM

Re: [toaster] use of /var/qmail/spam ?

2005-01-31 Thread Bill Shupp
YM wrote: Hi Bill., What is the purpose of /var/qmail/spam directory? I saw it in the toaster: chown -R vpopmail:vchkpw /var/qmail/spam but never see any place else. That's for Spam Throttle. man spam-throttle. I intend to document this at some point, but have not gotten to it yet. Spam Thr

Re: [toaster] Help :: SMTP Auth Doesn't work [2]

2005-01-31 Thread Jason 'XenoPhage' Frisvold
YM wrote: Hi Bill, Thanks Bill. How do I block my users to put <> or invalid From: address in their outgoing emails? Using /var/qmail/control/badmailfrom or ? That would be one way I believe.. Another is to force SMTP Auth.. It doesn't fix the bad From: address, but it will tag the email with

[toaster] OT simscan and kaspersky

2005-01-31 Thread Rene
Hi, I know that is a bit OT but maybe someone here can tell me if it's possible to use kaspersky antivirus with simscan? At the moment i use qmail-scanner. But i found the simscan can scan per domain and that will help me much. regards rene