Re: [toaster] pop3 ssl problem

2006-05-08 Thread Alex Dean


On May 4, 2006, at 12:06 PM, Alex Dean wrote:



On May 4, 2006, at 11:49 AM, Ingo Claro wrote:

check the version of stunnel instaled, and use the corresponding  
run script for qmail-pop3ds




kiltlifter:/var/qmail/control# stunnel -V
stunnel 3.26 on i486-pc-linux-gnu PTHREAD+LIBWRAP with OpenSSL  
0.9.8a 11 Oct 2005


I used pop3ds.run, not pop3ds.run.v4, so I think I am using the  
correct one already.


Any more suggestions on this issue?  I'm still getting the same  
errors trying to use secure pop.


thanks,
alex
.





[toaster] pop3 ssl problem

2006-05-04 Thread Alex Dean
I've had a toaster setup going for a few months with no problems.   
I'd like to enable the pop3s service, but I am having problems  
getting it running.


###
kiltlifter:/var/log/qmail/pop3ds# tail current
@4000445a3cb21b8203dc tcpserver: status: 1/40
@4000445a3cb21b84a7a4 tcpserver: pid 21341 from 192.168.0.1
@4000445a3cb21b856324 tcpserver: ok 21341 0:192.168.10.100:995 : 
192.168.0.1::52220
@4000445a3cb21bc9f9bc 2006.05.04 10:40:56 LOG5[21341:16384]:  
Using 'qmail-popup' as tcpwrapper service name
@4000445a3cb21c3820f4 2006.05.04 10:40:56 LOG5[21341:16384]:  
Could not load DH parameters from /var/qmail/control/servercert.pem
@4000445a3cb21c39170c 2006.05.04 10:40:56 LOG4[21341:16384]:  
Diffie-Hellman initialization failed
@4000445a3cb21c432544 2006.05.04 10:40:56 LOG3[21341:16384]:  
Error reading certificate file: /var/qmail/control/servercert.pem
@4000445a3cb21c44e67c 2006.05.04 10:40:56 LOG3[21341:16384]:  
SSL_CTX_use_certificate_chain_file: error:0906D06C:PEM  
routines:PEM_read_bio:no start line

@4000445a3cb21c4bb0c4 tcpserver: end 21341 status 256
@4000445a3cb21c4c1a3c tcpserver: status: 0/40

kiltlifter:/var/log/qmail/pop3ds# ls -l /var/qmail/control
total 44
lrwxrwxrwx 1 root root33 2006-05-04 10:28 clientcert.pem - / 
var/qmail/control/servercert.pem

-rw-r--r-- 1 root root 3 2005-10-01 19:16 concurrencyincoming
-rw-r--r-- 1 root root11 2005-10-01 19:15 defaultdelivery
-rw-r--r-- 1 root root13 2005-10-01 19:13 defaultdomain
-rw-r- 1 vpopmail qmail  245 2006-05-04 10:32 dh1024.pem
-rw-r- 1 vpopmail qmail  156 2006-05-04 10:32 dh512.pem
-rw-r--r-- 1 root root 0 2006-03-29 09:57 locals
-rw--- 1 root root 0 2006-03-29 09:57 locals.lock
-rw-r--r-- 1 root root13 2005-10-01 19:13 me
-rw-r--r-- 1 root root13 2005-10-01 19:13 plusdomain
-rw-r--r-- 1 root root   100 2006-03-29 09:57 rcpthosts
-rw--- 1 root root 0 2006-03-29 09:57 rcpthosts.lock
-rw-r- 1 vpopmail qmail  493 2006-05-04 10:32 rsa512.pem
-rw-r- 1 vpopmail qmail 2197 2006-05-04 10:28 servercert.pem
-rw-r--r-- 1 root root   200 2006-03-29 09:57 virtualdomains
-rw--- 1 root root 0 2006-03-29 09:57 virtualdomains.lock
###

I found an error identical to this in the mailing list archives :  
http://www.mail-archive.com/toaster@shupp.org/msg03349.html


Rick's suggestion was to delete /var/qmail/control/*pem and rerun  
'make cert' and 'update_tmprsadh'.  I did both of these things, and  
the error persists.


I initially discovered that I did not have stunnel installed, so I  
have also installed it today.  I then copied stunnel.conf from the  
toaster scripts to /var/qmail/supervise/qmail-pop3ds/.  I don't know  
if this is related or not, but it seemed like a possibility.


Advice?

thanks,
alex
.





Re: [toaster] pop3 ssl problem

2006-05-04 Thread Alex Dean

On May 4, 2006, at 11:07 AM, Rick Macdougall wrote:


Might it be a permissions problem ?


I thought that at first, but changing permissions on the certificate  
file did not help. :(



Is stunnel running as vpopmail so it can read the file ?


I'm not sure, but I think so.  The only place I've seen stunnel  
invoked is in /var/qmail/supervise/qmail-pop3ds/run :



exec /usr/local/bin/tcpserver -l 0 -R -H - 
v  \
-u$VPOPMAILUID -g$VPOPMAILGID 0  
995\
/usr/sbin/stunnel -f -p /var/qmail/control/ 
servercert.pem\

-l /var/qmail/bin/qmail-popup -- qmail-popup `hostname`  \
/home/vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d Maildir  
21



I'm on Debian, and used apt-get to install stunnel.  apt installed it  
in /usr/bin/, so I put a symlink in /usr/sbin pointing to it.  Before  
I did this I was getting errors like @4000445a38f325b9380c  
tcpserver: warning: dropping connection, unable to run /usr/sbin/ 
stunnel: file does not exist.  The fact that these have ceased makes  
me think that qmail is able to run stunnel OK.  Whether it is  
configured correctly may be another matter...




 Error reading certificate file: /var/qmail/control/servercert.pem

seems like a permissions problem to me.  Maybe as a test, chmod 666  
servercert.pem and see if you get the same error.


I thought the same thing.  When I chmod'ed servercert.pem, it didn't  
fix the problem but I did get a new error, so I chmod'ed it back.   
Note the line that says 'wrong permissions...'.  Other than that,  
it's all the same as before.



kiltlifter:/var/qmail/control# chmod o+r servercert.pem
try to check mail via remote machine
kiltlifter:/var/qmail/control# tail /var/log/qmail/pop3ds/current
@4000445a443e2b2fd6ec tcpserver: pid 21480 from 192.168.0.1
@4000445a443e2b309654 tcpserver: ok 21480 0:192.168.10.100:995 : 
192.168.0.1::52306
@4000445a443e2b744674 2006.05.04 11:13:08 LOG5[21480:16384]:  
Using 'qmail-popup' as tcpwrapper service name
@4000445a443e2b75e484 2006.05.04 11:13:08 LOG4[21480:16384]:  
Wrong permissions on /var/qmail/control/servercert.pem
@4000445a443e2be3cd3c 2006.05.04 11:13:08 LOG5[21480:16384]:  
Could not load DH parameters from /var/qmail/control/servercert.pem
@4000445a443e2be4c354 2006.05.04 11:13:08 LOG4[21480:16384]:  
Diffie-Hellman initialization failed
@4000445a443e2beea694 2006.05.04 11:13:08 LOG3[21480:16384]:  
Error reading certificate file: /var/qmail/control/servercert.pem
@4000445a443e2bf06f9c 2006.05.04 11:13:08 LOG3[21480:16384]:  
SSL_CTX_use_certificate_chain_file: error:0906D06C:PEM  
routines:PEM_read_bio:no start line

@4000445a443e2bf793bc tcpserver: end 21480 status 256
@4000445a443e2bf79f74 tcpserver: status: 0/40


thanks,
alex
.



Re: [toaster] pop3 ssl problem

2006-05-04 Thread Alex Dean


On May 4, 2006, at 11:49 AM, Ingo Claro wrote:

check the version of stunnel instaled, and use the corresponding  
run script for qmail-pop3ds




kiltlifter:/var/qmail/control# stunnel -V
stunnel 3.26 on i486-pc-linux-gnu PTHREAD+LIBWRAP with OpenSSL 0.9.8a  
11 Oct 2005


I used pop3ds.run, not pop3ds.run.v4, so I think I am using the  
correct one already.


Question : How is /var/qmail/supervise/qmail-pop3ds/stunnel.conf  
used?  It's not mentioned in /var/qmail/supervise/qmail-pop3ds/run.   
I see 'domain.com' mentioned in stunnel.conf.  I took a guess that I  
should edit this to my server's domain name, but that also did not  
change the error I have been seeing.


###
kiltlifter:/var/qmail/supervise/qmail-pop3ds# more stunnel.conf
cert = /var/qmail/control/servercert.pem
key = /var/qmail/control/clientcert.pem
exec = /var/qmail/bin/qmail-popup
execargs = qmail-popup deanspot.org /home/vpopmail/bin/vchkpw /var/ 
qmail/bin/qma

il-pop3d Maildir

kiltlifter:/var/qmail/supervise/qmail-pop3ds# ls -l /var/qmail/ 
control/*pem
lrwxrwxrwx 1 root root33 2006-05-04 10:28 /var/qmail/control/ 
clientcert.pem - /var/qmail/control/servercert.pem
-rw-r- 1 vpopmail qmail  245 2006-05-04 10:32 /var/qmail/control/ 
dh1024.pem
-rw-r- 1 vpopmail qmail  156 2006-05-04 10:32 /var/qmail/control/ 
dh512.pem
-rw-r- 1 vpopmail qmail  493 2006-05-04 10:32 /var/qmail/control/ 
rsa512.pem
-rw-r- 1 vpopmail qmail 2197 2006-05-04 10:28 /var/qmail/control/ 
servercert.pem

###

Is it correct that clientcert.pem should be a symlink to  
servercert.pem?  stunnel.conf is then using the same file for 'cert'  
and 'key'.  I admit I don't know much about SSL, but it seems like  
the certificate and key should be different files.


alex


Re: [toaster] web interface for vpopmail

2006-04-24 Thread Alex Dean

On Apr 23, 2006, at 12:36 PM, Seferovic Edvin wrote:
I am trying to make a web interface for vpopmail ( for  
administration of such toaster like Bill’s ).

Why not use qmailadmin?
.





Re: [toaster] djb dnscache option

2006-04-11 Thread Alex Dean

On Apr 11, 2006, at 4:47 PM, Rick Macdougall wrote:


dnscache-conf dnscache dnslog /etc/dnscache


Do you need a 'cp' at the beginning of this line?
.





Re: [toaster] djb dnscache option

2006-04-11 Thread Alex Dean


On Apr 11, 2006, at 4:59 PM, Bill Shupp wrote:


Alex Dean wrote:

On Apr 11, 2006, at 4:47 PM, Rick Macdougall wrote:


dnscache-conf dnscache dnslog /etc/dnscache


Do you need a 'cp' at the beginning of this line?


No.  dnscache-conf is a program.

Bill


Got it.  Looked like a config file to me.
.





Re: [toaster] attacked by spammer

2006-03-30 Thread Alex Dean

On Mar 30, 2006, at 1:51 PM, saki wrote:


please would you suggest me how to coup with this
attack?


If you think your machine may be an open relay, try running the tests  
here : http://www.abuse.net/relay.html  If any of the tests fail, you  
should note which test failed.  That will help you get started on  
closing the hole.


alex
.





Re: [toaster] qregex question

2006-02-08 Thread Alex Dean

On Feb 8, 2006, at 8:01 AM, Shane Chrisp wrote:


@[0-9]\*.*


This might be better : @[0-9].*

I think \* means 'a literal *', because \ is an escape character.   
That's the way it is in some other regex implementations (Perl   
PHP), anyway.


alex
.





Re: [toaster] qregex question

2006-02-08 Thread Alex Dean


On Feb 8, 2006, at 9:53 AM, Abel Angel wrote:


On Wed, 8 Feb 2006, Alex Dean wrote:


On Feb 8, 2006, at 8:01 AM, Shane Chrisp wrote:


@[0-9]\*.*


This might be better : @[0-9].*


Indeed Alex, it works like you posted; and I can see that it's really
greedy regexp;


You should test to be sure, but you might only need '@[0-9]' (quotes  
are not part of regexp).  That means 'an @ followed by any digit',  
which seems to be what you're looking for.  Depending on the regexp  
engine, you can also write that as '@\d'.


The additional '.*' means 'match anything' (more or less), and I  
don't think that leaving it off will really change anything.


alex
.





[toaster] tmp files in autorespond directories

2006-01-19 Thread Alex Dean
in ~/vpopmail/domains, each autoresponder (mail robot) has a  
directory.  As in, [EMAIL PROTECTED] has ~/vpopmail/domain.com/AUTO.  A  
few of these directories have a ton of empty files in the format  
'tmp13264.1133891555'.  They all appear to be zero length.  What are  
these, and can I remove them?  Should I set up a cron job to do that  
automatically?


thanks,
alex
.





Re: [toaster] Backups

2005-12-08 Thread Alex Dean

On Dec 8, 2005, at 11:15 AM, Nikki Locke wrote:


You can't be serious...


Why not? The server and a limited amount of space on a backup  
server comes

at a fixed price. Additional backup space is extra.


Lost time rebuilding stuff due to inadequate backups also has a cost.

Are you using a commerical backup program, or just doing copies?  If  
you're using something like Arkiea or Retrospect, you can configure  
your backup sets to exclude the Trash folders but get everything else  
in ~vpopmail/domains.


regards,
alex
.





[toaster] near-quota warning message for users

2005-11-16 Thread Alex Dean

I see in the vpopmail docs how to customize the 'over quota' message
that is added to a bounced message.  Is there any way to configure a
warning message to the user to inform them that they are nearing
their quota?  Outlook users who haven't set the program to remove
mail from the server usually don't know about their quota, so even if
I have the quota warnings enabled in SquirrelMail (and I remind them
periodically) they  still don't notice.

I wouldn't want it sent with every incoming email, maybe just once/
day if they were within X MB of the limit or something like that.

Can I do this?

thanks,
alex


Re: Ant: Re: Ant: Re: Ant: Re: Ant: Re: Ant: Re: [toaster] Problems with courier .... pls see below

2005-10-28 Thread Alex Dean


Thanks for your help,

but its the same:

Cannot obtain information for userid 89: No such file
or directory


I think user id 89 is usually presumed to be vpopmail.  If you have  
courier using vpopmail as it's authorization scheme, and vpopmail is  
running under a different user id, that might be the problem?  I'm  
not sure what you'd do to resolve the issue, but maybe that would get  
everyone looking in the right direction?


Hopefully,
alex


Re: [toaster] delivery faillure

2005-10-11 Thread Alex Dean
Is all your DNS set up correctly?I see that the MX for irokee.net resolves to mail.irokee.net.  A record for mail.irokee.net is 80.57.166.109.  Is that the machine this log is taken from?alexOn Oct 11, 2005, at 1:22 PM, Raoul van Gogh wrote:Hey, i've succesfully installed qmail according to Bill's Linux Qmail toaster.However i don't get any mail. If i send a mail to myself from an other account,i get an failure notice: Hi. This is the qmail-send program at irokee.net.    I'm afraid I wasn't able to deliver your message to the following addresses.    This is a permanent error; I've given up. Sorry it didn't work out.    [EMAIL PROTECTED]:    Sorry, no mailbox here by that name. (#5.1.1) after sending the mail to myself, the logfile /var/log/qmail/current has the following lines:@4000434c1e4c07671694 new msg 1570776@4000434c1e4c0769c22c info msg 1570776: bytes 1584 from [EMAIL PROTECTED] qp 5344 uid 507@4000434c1e4c091562d4 starting delivery 48: msg 1570776 to local [EMAIL PROTECTED]@4000434c1e4c0915dbec status: local 1/10 remote 0/20@4000434c1e4c098d6194 delivery 48: failure: Sorry,_no_mailbox_here_by_that_name._(#5.1.1)/@4000434c1e4c099550d4 status: local 0/10 remote 0/20@4000434c1e4c0b9c290c bounce msg 1570776 qp 5347@4000434c1e4c0b9fc6d4 end msg 1570776@4000434c1e4c0baaa02c new msg 1570786@4000434c1e4c0bad112c info msg 1570786: bytes 2112 from  qp 5347 uid 506@4000434c1e4c0d4d4bdc starting delivery 49: msg 1570786 to remote [EMAIL PROTECTED]@4000434c1e4c0d4dd0ac status: local 0/10 remote 1/20@4000434c1e4c28a743c4 delivery 49: success: 213.46.243.2_accepted_message./Remote_host_said:_250_Message_received:[EMAIL PROTECTED]/@4000434c1e4c28abfacc status: local 0/10 remote 0/20@4000434c1e4c28ae9e94 end msg 1570786 I'm really sure the user does excist, but i have no idea what's wrong.Perhaps you can help me solving this problem. Thanx, Raoul  

Re: [toaster] patched qmail fails to compile

2005-09-20 Thread Alex Dean

Yes, that's correct.  Mine is installed in /var/vpopmail.

The Makefile had a warning don't edit this file, use conf* instead.  
conf-cc had a line referencing /home/vpopmail, which I edited to my 
location, and it has now compiled correctly.


thanks!

alex

tonix (Antonio Nati) wrote:


Do you have vpopmail installed in standard location /home/vpopmail)?

If not, you have to change the following line within Makefile with the 
correct value:


VPOPMAIL_HOME=/home/vpopmail

Tonino





Re: [toaster] patched qmail fails to compile

2005-09-20 Thread Alex Dean

tonix (Antonio Nati) wrote:


Follow Shupp instructions, so change only in conf-vpopmail.

Tonino


Shupp said I used to use conf-vpopmail, which I took to mean it isn't 
currently in use.


There is no conf-vpopmail file in src/netqmail-1.05/netqmail-1.05.  It 
appears that vpopmail's location is currently hard-coded into Makefile 
and conf-cc.  I could create conf-vpopmail, but if Makefile and conf-cc 
don't know to look for it it won't make any difference, right?


thanks,
alex


Re: [toaster] patched qmail fails to compile

2005-09-20 Thread Alex Dean

tonix (Antonio Nati) wrote:

Sorry, for a not english motherlanguage is hard to understand at 
glance I used to use...


No problem.  I appreciate your help, and I don't blame you for being 
confused by English.  I speak it natively, and I still don't understand 
it sometimes.


thanks,
alex


Re: [toaster] Urgent prob: Qmail returns 'relay denied' for non vpopmail virtual domain

2005-09-19 Thread Alex Sysoef
If you are using yum update it was installed as part of update. I had same
issue a while back on CentOS 3

Nick Gilbert said:
 Fixed!

 I have no idea why, but somehow Exim had jumped on to my box. I
 certainly haven't installed manually but perhaps something had it as a
 dependancy when I installed something else or maybe did a yum update.

 Anyway - now that I've uninstalled Exim, everything is working OK. No
 wonder my qmail config files didn't seem to be working!

 Nick...





---
... the only easy day was yesterday



[toaster] patched qmail fails to compile

2005-09-19 Thread Alex Dean
Hi Bill.  Thanks so much for your very detailed guide.  I've managed to 
get qMail and vpopmail installed a few other times, but I've always had 
trouble getting SMTP AUTH going, so I'm giving your instructions a shot.


Everything in your guide goes smoothly up to and including the install 
of vpopmail.  At this stage in the process :

(Note, I've got my sources in /usr/local/src instead of /var/src.)

   # add qmail toaster patch now that vpopmail is installed
   cd /usr/local/src/netqmail-1.05/netqmail-1.05
   bunzip2 -c ../../tar/qmail-toaster-0.8.patch.bz2 | patch -p0
   make clean
   make
   qmailctl stop
   make setup check

I get the following errors from 'make setup check'...

   ./compile chkuser.c
   chkuser.c:37:22: vpopmail.h: No such file or directory
   chkuser.c:38:19: vauth.h: No such file or directory
   chkuser.c:39:29: vpopmail_config.h: No such file or directory
   chkuser.c: In function `realrcpt':
   chkuser.c:682: warning: comparison between pointer and integer
   chkuser.c:803: warning: assignment makes pointer from integer
   without a cast
   chkuser.c:824: error: dereferencing pointer to incomplete type
   chkuser.c:824: error: `BOUNCE_MAIL' undeclared (first use in this
   function)
   chkuser.c:824: error: (Each undeclared identifier is reported only once
   chkuser.c:824: error: for each function it appears in.)
   chkuser.c:829: error: dereferencing pointer to incomplete type
   chkuser.c:830: error: dereferencing pointer to incomplete type
   chkuser.c:834: error: dereferencing pointer to incomplete type
   make: *** [chkuser.o] Error 1

What could be causing this error?  Any insight you can provide would be 
just wonderful.


thanks,
alex


Re: [toaster] dictionary attacks

2005-09-14 Thread Alex Sysoef
tonix (Antonio Nati) said:
 Sorry for previous mistyping.

 This is not a chkuser question.
 If all is setup correctly, chkuser will not do any action if domain
 has catchall enabled, so email will be delivered to catchall account.
Thanks!


---
... the only easy day was yesterday



Re: [toaster] Freshclam question

2005-05-23 Thread Alex

quote who=Alex

 quote who=Tom Collins

 I'm running Fedora Core 3, and I was able to simply create a
 /etc/logrotate.d/freshclam file as follows:

 /var/log/freshclam.log {
  daily
  notifempty
  missingok
  postrotate
  /usr/bin/killall -HUP freshclam 2 /dev/null || true
  endscript
 }


Quoting myself but wanted to let know that this script indeed does work,
my logs are rotated and reporting works fine.

Thanks Tom and everyone else who answered!

Alex



Re: [toaster] Freshclam question

2005-05-18 Thread Alex

quote who=Tom Collins

 I'm running Fedora Core 3, and I was able to simply create a
 /etc/logrotate.d/freshclam file as follows:

 /var/log/freshclam.log {
  daily
  notifempty
  missingok
  postrotate
  /usr/bin/killall -HUP freshclam 2 /dev/null || true
  endscript
 }

 Now my logs rotate daily and are a lot less confusing.  I also noticed
 one day that freshclam had stopped running -- without the rotating
 logs, it would have been difficult to detect that.

Well, I run CentOS 4 and have created freshclam file as advised above
yesterday. This morning I got same message. When I look in /var/log/
directory I have found that freshclam.log didn't rotate, its still same
one as I have seen yesterday just the file size increased. I know that
entry specifies daily rotation and modification was done around 7PM last
night. Any way I can test it manualy ?

Thanks.

Alex



[toaster] Freshclam question

2005-05-17 Thread Alex

Hello,
I have updated my ClamAV installation to version 0.84 about a week ago and
ever since than I'm getting this message in daily root emails:

- clam-update Begin 

   daily.cvd updated

**Unmatched Entries**
   Received signal: wake up: 147 Time(s)
   WARNING: Your ClamAV installation is OUTDATED!: 247 Time(s)
   WARNING: Local version: 0.84 Recommended version: 0.85: 137 Time(s)
   DON'T PANIC! Read http://www.clamav.net/faq.html: 247 Time(s)
   Giving up on database.clamav.net...: 16 Time(s)
   Received signal 14, wake up: 1443 Time(s)
   WARNING: Current functionality level = 4, recommended = 5: 110 Time(s)
   freshclam daemon 0.84 (OS: linux-gnu, ARCH: i386, CPU: i686): 8 Time(s)
   WARNING: Invalid DNS reply. Falling back to HTTP mode.: 70 Time(s)
   Received signal 15, terminating: 25 Time(s)
   freshclam daemon 0.83 (OS: linux-gnu, ARCH: i386, CPU: i686): 28 Time(s)
   WARNING: Local version: 0.83 Recommended version: 0.84: 138 Time(s)
   Trying again in 5 secs...: 50 Time(s)
   WARNING: Your ClamAV installation is OUTDATED - please update
immediately!: 138
Time(s)

 -- clam-update End -

Please note that freshclam daemon is listed twice. I have checked running
processes and I only have 1 freshclam running. How do I figure out where
this report is comming from for version 0.83 and how to get rid of it ?

Thanks in advance.

Alex


#  Russian East#
#  http://russianeast.com  #




Re: [toaster] Freshclam question

2005-05-17 Thread Alex
I understand. But I first would like to figure out why this report is
incorrect before proceeding with new update. Kind of nice to figure out
what the issue is before possibly introducing new one.

Thanks for reply!

quote who=[EMAIL PROTECTED]

 Hello,
 I have updated my ClamAV installation to version 0.84 about a week ago
 and
 ever since than I'm getting this message in daily root emails:

 clamav 0.85.1 is latest. update to it.

 --
 Eero




#  Russian East#
#  http://russianeast.com  #




Re: [toaster] Virus Stats

2005-05-12 Thread Alex
Jason,
Since you already got the priveledges , can you share them ? I currently
gave probably too much ...:
 SELECT, INSERT, UPDATE, DELETE, CREATE, INDEX, ALTER, CREATE TEMPORARY
TABLES

Thanks.
quote who=Jason 'XenoPhage' Frisvold

 I needed to edit all of the php pages to reflect the directory I was
 using for the require statement   Added some quick debugging too so
 I could figure out that I needed to grant rights to my mysql user..  Doh




Re: [toaster] Spamassassin per-user rules

2005-05-11 Thread Alex

quote who=Nick Gilbert

 I REALLY wish someone made a Qmail Toaster distribution that has all the
 common stuff already installed to start with such that almost nobody
 will need to patch it. That way you would effectively have a 'standard'
 install that was very well supported and not different because
 everyone's used a different distribution/patches etc. I'd pay for it.


Nick, you don't have to pay for it. And there is a product that is easy to
install and use: http://www.qmailtoaster.com/ . I have used it for a
couple of years and never had an issue. I have switched to Bill's toaster
just because it gives me all the options. I sugest to try the toaster I
mentioned above if you want the easy setup and maintenance. It doesn't
include the ClamAV but there is a link showing how to add it. Give it a
try.

Alex



Re: [toaster] Spamassassin per-user rules

2005-05-11 Thread Alex
I agree. I guess I should have worded my previos reply differently:
The link I provided gives an option to have almost hands-off approach to
qmial-toaster.
And I have to say that I do like Bill's toaster setup mainly for the
reason that I have to actually works through it and hopefully learn in
process. Also it gives me option to customize my install.


quote who=Allen Taylor
 Bill's Toaster is hands down the best and easiest to use of all the
 Qmail toasters available (and I've
 tried them all, the ones worth trying anyway).  Bill's version does
 require an individual to pay
 attention to detail, I know because I haven't and had to post
 embarrassing newbie questions on
 this list even though I've been doing Linux since Redhat 4.0 ;)

 Basic Fedora Core 3 + Shorewall (Shoreline) Firewall + Bill's Toaster =
 A stable, secure, robust
 e-mail system that I am replacing MS Exchange with in commercial
 settings.  I'll take stability,
 security and robustness (and so will my customers) over bells  whistles
 EVERYTIME.

 Thanks again Bill for taking the time to maintain the Toaster!

 Allen Taylor
 Indianapolis




Re: [toaster] Software update: request for guidance.

2005-05-03 Thread Alex
Thanks Jason!
You are correct, I'm only trying to keep up-to-date with Anti-Virus /
Spam. I have noticed that ClamAV have been updated to 0.84 and my logs are
complaining :-) Also not sure if this help but when I tried sending test
virus infected messages from one fo the online services, couple of
infections got through, mainly with *.zip packaged tes files. So any
recomended update for this package is a welcome option. I don't really
care to keep up with toaster unless it will give me an options I really
need or want.

Once again, thanks for quick reply!

Alex


quote who=Jason 'XenoPhage' Frisvold
 Alex wrote:

Hello,
I have installed and setup toaster using instructions provided by Bill
 and
it works great!
Now is the task of keeping it up-to-date. I'm a Linux user for a while
 but
can't consider myself to be very proficient and asking for some points. I
currently have a toaster v.0.7.9 - 3/13/2005 with custom error reject
patch installed and would like to update it to current. Before I mainly
installed any updates using RPM's and was wondering if simply redoing the
install steps for the software that requires updates will update it or do
I need to first remove old versions of libraries, etc ?
I have found this instructions for ClamAV update. How true they are ?:



 Firstly, what is your intention here?  Are you looking to ensure that
 the antivirus and spam system is up to date, or are you looking to be
 up to date with the latest incarnation of the toaster?

 Keeping up with AV and Spam is definitely a recommended option.  Keeping
 up with the latest incarnation of the toaster isn't something I would
 recommend, unless you're looking to gain the latest features.

Ofcaurse I understand that I have to reuse same options for ./configure
that I have used during the build. But should I actually remove the old
libraries as recomended or just do an overwrite?



 It sounds like you're interested in updating ClamAV ...  If you
 installed it initially via source, then I would recommend keeping with
 that method.  Ensure that the configure options are the same (making
 note of any necessary changes if something has changed in the
 software).  You should be able to safely install overtop of the existing
 installation and it will overwrite the files.

 This is one reason I recommend using a packaging system.  I use RPM's
 here.  I have rolled and maintain my own ClamAV RPMs and when I need to
 upgrade, the RPM ensures that the old files are removed, and the new
 ones are installed.  This, of course, is my own personal preference...  :)

The assistance will greatly appreciated!



 If you need any more help, don't hesitate to ask!

Alex Sysoef



 --
 ---
 Jason 'XenoPhage' Frisvold
 Engine / Technology Programmer
 [EMAIL PROTECTED]
 RedHat Certified - RHCE # 803004140609871
 MySQL Pro Certified - ID# 207171862
 MySQL Core Certified - ID# 205982910
 ---
 Something mysterious is formed, born in the silent void. Waiting alone
 and unmoving, it is at once still and yet in constant motion. It is the
 source of all programs. I do not know its name, so I will call it the Tao
 of Programming.





#  Russian East#
#  http://russianeast.com  #




Re: [toaster] simscan query

2005-05-03 Thread Alex
Sorry, not sure abot that one ... I have used Bill's toaster on a new
server install and everything works as it should ...
Maybe someone else with more knowledge can shed some light for you ...

quote who=Nick Gilbert
 In that case, simscan isn't working on my box. I have no headers
 inserted. I'm not really sure why. I started out with a qmailtoaster.com
 install and then followed the instructions on the page below to install
 simscan:

 http://www.shupp.org/toaster/#simscan

 Do I need to do something else? Or is the qmailtoaster.com setup
 incompatible with B.Schupp's setup?

 Thanks,

 Nick...

 Alex wrote:
 If you look into e-mail details (header) you should be able to see if
 simscan is called. Here is an example of your e-mail I have recieved
 from
 toaster mailing list:

 Received: (qmail 7690 invoked by uid 89); 3 May 2005 22:00:46 -
 Received: by simscan 1.1.0 ppid: 7684, pid: 7685, t: 0.3201s
 scanners: attach: 1.1.0 clamav: 0.83/m:31/d:858 spam: 3.0.2
 Received: from unknown (HELO mail1.russianeast.com) (172.30.100.1)
 by 0 with SMTP; 3 May 2005 22:00:46 -
 Received-SPF: none (0: domain at shupp.org does not designate permitted
 sender hosts)
 Received: from [67.43.175.66] (helo=mail.merchbox.com)
 by mail1.russianeast.com with esmtp (Exim 4.30)
 id 1DT5Re-0002Hp-7R
 for [EMAIL PROTECTED]; Tue, 03 May 2005 18:00:46 -0400
 Received: (qmail 5380 invoked by uid 530); 3 May 2005 22:00:37 -
 Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm
 Precedence: bulk
 List-Post: mailto:toaster@shupp.org
 List-Help: mailto:[EMAIL PROTECTED]
 List-Unsubscribe: mailto:[EMAIL PROTECTED]
 List-Subscribe: mailto:[EMAIL PROTECTED]
 Reply-To: toaster@shupp.org
 Delivered-To: mailing list toaster@shupp.org
 Received: (qmail 5374 invoked by uid 530); 3 May 2005 22:00:37 -
 Received-SPF: none (0: domain at nickgilbert.com does not designate
 permitted sender hosts)
 Message-ID: [EMAIL PROTECTED]
 Date: Tue, 03 May 2005 23:00:28 +0100
 From: Nick Gilbert [EMAIL PROTECTED]
 User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206)
 X-Accept-Language: en-us, en
 MIME-Version: 1.0
 To: toaster@shupp.org
 Content-Type: text/plain; charset=ISO-8859-1; format=flowed
 Content-Transfer-Encoding: 7bit
 Subject: [toaster] simscan query
 X-Scan-Signature: c03760373adc782a8412eea9d6045da1
 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on
 mail1.russianeast.com
 X-Spam-Level:
 X-Spam-Status: No, score=0.0 required=6.0 tests=none autolearn=disabled
 version=3.0.2

 As you can see on second line its clearly stating that simscan was
 called.

 Alex

 quote who=Nick Gilbert

Hi,

How do I verify that simscan is actually running and working? I've
installed it and configured it (I think!) but I'm not sure how to verify
that it's actually being called. Can someone please give me some
pointers how I can verify my setup.

Thanks,

Nick...





 
 #  Russian East#
 #  http://russianeast.com  #
 







#  Russian East#
#  http://russianeast.com  #




Re: [toaster] rpm survey (fwd)

2002-11-12 Thread Alex V. Koval

Hi

On Tue, 12 Nov 2002, Luca Lettieri wrote:

 On 11 Nov 2002 at 13:07, Bill Shupp wrote:

  Hey.. anyone interesting in RPMs of these programs?  I've been playing
  with creating RPMs, for redhat 7.x, and thought I'd see if anyone
  would find them useful before proceeding any further.

 Most definitely yes.


I was thinking to do that myself very soon :)

Because: I installed 7 Qmail/toaster systems during last month:
   4 RH 7.3
   2 RH 7.2 (still popular on dedicated servers)
   1 SuSE 7.3 (my personal desktop / server for a office)

I think RPMs for RH 7.3 will be very useful for me except
one thing: custom apache. I am using standart RPMs which come
with OS so its easy to update it with Up2Date. I do not understand why
in toaster there are line 'rpm -e apache'. All my tests with RH 7.2,
7.3, SuSE are fine: standart Apache works with no changes needed...

Alex

--
Alex V. Koval
Halogen D.G.
http://www.halogen-dg.com