Re: [qmailtoaster] Re: migration help required

2010-06-19 Thread Rajesh M
hi thanks for all your help. this is what is used and it worked perfectly. #!/bin/sh domdir=/home/vpopmail/domains/fino.co.in couriersub=courierimapsubscribed dovecotsub=subscriptions for maildir in $(find $domdir -name Maildir); do if [ -f $maildir/$couriersub ]; then

[qmailtoaster] IRC

2010-06-19 Thread Scott Hughes
Hello All, I was just curious if there was any interest in a QmailToaster IRC channel? Don't know how many, if any, people would use IRC these days. Scott - Qmailtoaster is sponsored by Vickers Consulting Group

Re: [qmailtoaster] Re: freshclam & logwatch

2010-06-19 Thread Martin Waschbuesch
Hi Eric, I also applied the patch you mentioned, restored the updated (e.g. with 'LogTime Yes' freshclam.conf) and this is the result in my logwatch email: - clam-update Begin Last ClamAV update process started at Sat Jun 18 19:38:50 2010 Last Sta

[qmailtoaster] Re: migration help required

2010-06-19 Thread Eric Shubert
That works, but I prefer the : notation, as I think it's more universal (IIRC), e.g.: chown vpopmail:vchkpw $maildir/$dovecotsub Note, I would indent the command with 4 spaces to line up under the sed command, so you visually get the idea that it's executed with that block of code. It's not

Re: [qmailtoaster] Re: migration help required

2010-06-19 Thread Rajesh M
hi eric this works fine, thanks very much ... i really appreciate your quick reply only one point when the new file subscriptions is created it is owned by root instead of vpopmail:vchkpw so this is what i did. i added a line below chown vpopmail.vchkpw $maildir/$dovecotsub Though works corr

[qmailtoaster] Re: freshclam & logwatch

2010-06-19 Thread Eric Shubert
Finn Buhelt wrote: Hi Eric. I have checked clamav-toaster-0.95.3.1.3.31 : logtime set to default NO clamav-toaster-0.96.0.1.3 : logtime set to YES (faulty) clamav-toaster-0-96.1.1.3.36 : logtime set to YES (faulty) This indica

[qmailtoaster] Re: Spam Box Missing

2010-06-19 Thread Eric Shubert
Scott Hughes wrote: On 6/18/10 6:49 PM, Eric Shubert wrote: Scott Hughes wrote: On my secondary QMT server the spambox check box is missing in QmailAdmin. I tried to rebuild the qmailadmin-toaster package with the '--define 'spambox 1'' option and then install it, but with no luck. Obviou

Re: [qmailtoaster] Re: freshclam & logwatch

2010-06-19 Thread Finn Buhelt
Hi Eric. I have checked clamav-toaster-0.95.3.1.3.31 : logtime set to default NO clamav-toaster-0.96.0.1.3 : logtime set to YES (faulty) clamav-toaster-0-96.1.1.3.36 : logtime set to YES (faulty) This indicates a change in the f

Re: [qmailtoaster] Re: Spam Box Missing

2010-06-19 Thread Scott Hughes
On 6/18/10 6:49 PM, Eric Shubert wrote: Scott Hughes wrote: On my secondary QMT server the spambox check box is missing in QmailAdmin. I tried to rebuild the qmailadmin-toaster package with the '--define 'spambox 1'' option and then install it, but with no luck. Obviously I am missing some

[qmailtoaster] Re: migration help required

2010-06-19 Thread Eric Shubert
Rajesh M wrote: hi i need some help in using a shell script for migrating from courier to dovecot. this more related to shell scripting I want to combine all the three commands below into one single command .. i dont have much knowledge in formulating the shell command command no 1 find the

[qmailtoaster] migration help required

2010-06-19 Thread Rajesh M
hi i need some help in using a shell script for migrating from courier to dovecot. this more related to shell scripting I want to combine all the three commands below into one single command .. i dont have much knowledge in formulating the shell command command no 1 find the file called courie