Re: [qmailtoaster] qmailtoaster-plus-0.2.13-1.3.16 has been released!

2007-10-17 Thread PakOgah
 Davide Bozzelli wrote:
 Jake Vickers ha scritto:

 This has been fixed - just re-download.
 I also put Lucian's fix in.
 Thanks.

 Thx

 Now it works

 I've added some minor features to UpdateSaneSecurity script:

 1) added lockfile, just in case one is run the script from the cli and
 in the same moment there is a updatesanesecurity cron job in background
 2) don't restart clamd everytime the script is run, but only when
 files has  changed .

 Let me know if you are interested in adding it to qtp.

 Email it to me off-list of you'd like to contribute them to the project.
 Thanks.

additional clamav's defs not only from sanesecurity. SecurityInfo also has
3rd party defs for clamav.
 I am suggest you using download script #2 by Bill Landry
http://www.sanesecurity.co.uk/clamav/usage.htm

I have made a simple how to use that script on qmt-iso
you check it at
http://wiki.qmailtoaster.com/index.php?title=QMT-ISO_Manual_Guide#Adding_SaneSecurity.27s_ClamAV_signature



-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] qmailtoaster-plus-0.2.13-1.3.16 has been released!

2007-10-15 Thread Lucian Cristian

Jake Vickers wrote:
The new version of Qmailtoaster-Plus (0.2.13-1.3.16) has been 
released. It's been a while, and I had lost some notes of what all I 
had done to it, but I'm syncing everything with Tomboy now so that 
should help me create better docs for you guys in the future.

Anyway, here's the release-notes since the last version:

- Added a script to put maildrop.log into the logrotate daemon
- to (hopefully) avoid the 2G problem some people have seen.
- Freshened the qtp-restore file a little - it now does things
- like ask for the mysqlroot password instead of needing it
- hard coded in the file.  It also now backs up the
- /var/qmail/control files to /root before restoring the backed
- up copies. The restore script also now tells you that the 
backup
- file NEEDS to be in /root to continue. It also warns the 
user and

- asks if it should continue, defaulting to NO.
- Added qmail-clam to control the clamav daemon, added
- UpdateSaneSecurity to the menu to add additional clamav defs
- to help fight spam. Some other minor bug fixes and updates.
- Sorry everyone, but I got wrapped up in some other projects
- (QMT-ISO being one of them) and forgot to keep notes here, so
- I'm scrambling some - I'll keep better records in the future.
- The qtp-sa-learn script no has the --no-sync option during 
the prune process

- and will now run a --sync when everything has completed.
- Missed some notes, so bear with me. I know in the last 
version I fixed it
- so that the upgrade script puts the packages in the correct 
order to be
- installed to fix a dependency bug. Lucian Cristian did some 
updating to
- the qtp-build-sandbox script to fix a few errors (linking 
breaking,

- linking that was not needed, etc.)
- dnk made a couple fixes to the qtp-restore script to fix a 
few bugs
- and allow it to download the queue-repair tool if it's not 
available

- locally.
- Added error checking to the qtp-install-roundcube file to 
make sure
-  that apache is restarting correctly after modifying the 
php.ini

-  file.
- Added a check in qtp-sa-update to remove
-  /etc/mail/spamassassin/RulesduJour if it exists. Also added a
-  spamassassin --lint and a spamd restart at the end. 
Refactored the

-  creation of the cron to be compliant with the rest of QTP.
-  Added a --lint and spamd restart at the end of the cron.
- Added qtp-clean-trash to the menu, which will install a cron to
-  delete messages in a user's Trash folder that are more than 5
-  days old. This behavior can be changed by modifying a variable
-  in the qtp-clean-trash file in /etc/cron.hourly.


As always, the latest version is available here:
qtp.qmailtoaster.com

Enjoy!

Please be advised that current version found in qmailtoaster-plus could 
lock on some systems that are using named/chroot !

quickfix:
replace
du -shlLc $space_usage 2 /dev/null | tail -n 1 
with
du -shc $space_usage 2 /dev/null | tail -n 1 



Lucian Cristian

-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] qmailtoaster-plus-0.2.13-1.3.16 has been released!

2007-10-15 Thread Davide Bozzelli

This is the error on my box when i try to run the qtp-maildrop

[EMAIL PROTECTED] bin]# ./qtp-maildrop
We are now adding maildrop to the logrotate schema
cp: cannot stat `/opt/qmailtoaster-plus/maildrop': No such file or directory


Have fun,
Davide

-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] qmailtoaster-plus-0.2.13-1.3.16 has been released!

2007-10-15 Thread Jake Vickers

Davide Bozzelli wrote:

This is the error on my box when i try to run the qtp-maildrop

[EMAIL PROTECTED] bin]# ./qtp-maildrop
We are now adding maildrop to the logrotate schema
cp: cannot stat `/opt/qmailtoaster-plus/maildrop': No such file or 
directory


This has been fixed - just re-download.
I also put Lucian's fix in.
Thanks.



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [qmailtoaster] qmailtoaster-plus-0.2.13-1.3.16 has been released!

2007-10-15 Thread Davide Bozzelli

Jake Vickers ha scritto:


This has been fixed - just re-download.
I also put Lucian's fix in.
Thanks.


Thx

Now it works

I've added some minor features to UpdateSaneSecurity script:

1) added lockfile, just in case one is run the script from the cli and 
in the same moment there is a updatesanesecurity cron job in background
2) don't restart clamd everytime the script is run, but only when files 
has  changed .


Let me know if you are interested in adding it to qtp.

Have fun,
Davide

-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] qmailtoaster-plus-0.2.13-1.3.16 has been released!

2007-10-15 Thread Jake Vickers

Davide Bozzelli wrote:

Jake Vickers ha scritto:


This has been fixed - just re-download.
I also put Lucian's fix in.
Thanks.


Thx

Now it works

I've added some minor features to UpdateSaneSecurity script:

1) added lockfile, just in case one is run the script from the cli and 
in the same moment there is a updatesanesecurity cron job in background
2) don't restart clamd everytime the script is run, but only when 
files has  changed .


Let me know if you are interested in adding it to qtp.


Email it to me off-list of you'd like to contribute them to the project.
Thanks.


smime.p7s
Description: S/MIME Cryptographic Signature


[qmailtoaster] qmailtoaster-plus-0.2.13-1.3.16 has been released!

2007-10-14 Thread Jake Vickers
The new version of Qmailtoaster-Plus (0.2.13-1.3.16) has been released. 
It's been a while, and I had lost some notes of what all I had done to 
it, but I'm syncing everything with Tomboy now so that should help me 
create better docs for you guys in the future.

Anyway, here's the release-notes since the last version:

- Added a script to put maildrop.log into the logrotate daemon
- to (hopefully) avoid the 2G problem some people have seen.
- Freshened the qtp-restore file a little - it now does things
- like ask for the mysqlroot password instead of needing it
- hard coded in the file.  It also now backs up the
- /var/qmail/control files to /root before restoring the backed
- up copies. The restore script also now tells you that the backup
- file NEEDS to be in /root to continue. It also warns the user and
- asks if it should continue, defaulting to NO.
- Added qmail-clam to control the clamav daemon, added
- UpdateSaneSecurity to the menu to add additional clamav defs
- to help fight spam. Some other minor bug fixes and updates.
- Sorry everyone, but I got wrapped up in some other projects
- (QMT-ISO being one of them) and forgot to keep notes here, so
- I'm scrambling some - I'll keep better records in the future.
- The qtp-sa-learn script no has the --no-sync option during 
the prune process

- and will now run a --sync when everything has completed.
- Missed some notes, so bear with me. I know in the last 
version I fixed it
- so that the upgrade script puts the packages in the correct 
order to be
- installed to fix a dependency bug. Lucian Cristian did some 
updating to
- the qtp-build-sandbox script to fix a few errors (linking 
breaking,

- linking that was not needed, etc.)
- dnk made a couple fixes to the qtp-restore script to fix a 
few bugs
- and allow it to download the queue-repair tool if it's not 
available

- locally.
- Added error checking to the qtp-install-roundcube file to 
make sure

-  that apache is restarting correctly after modifying the php.ini
-  file.
- Added a check in qtp-sa-update to remove
-  /etc/mail/spamassassin/RulesduJour if it exists. Also added a
-  spamassassin --lint and a spamd restart at the end. 
Refactored the

-  creation of the cron to be compliant with the rest of QTP.
-  Added a --lint and spamd restart at the end of the cron.
- Added qtp-clean-trash to the menu, which will install a cron to
-  delete messages in a user's Trash folder that are more than 5
-  days old. This behavior can be changed by modifying a variable
-  in the qtp-clean-trash file in /etc/cron.hourly.


As always, the latest version is available here:
qtp.qmailtoaster.com

Enjoy!



smime.p7s
Description: S/MIME Cryptographic Signature


RE: [qmailtoaster] qmailtoaster-plus-0.2.13-1.3.16 has been released!

2007-10-14 Thread MASON Peter J
Not knowing about the single RPM of QMT+, I installed the collection version 
over the weekend. This single rpm version will enable easier tracking of 
changes I suspect. I should install it instead?

I need to uninstall the individual items of the earlier collection. I can turn 
the install script into a remove script, is that sufficient to remove the 
earlier items? It'll get rid of the rpms but will it leave contrary config 
items?

Thanks.

IMPORTANT NOTICE: This e-mail and any attachment to it are intended only to be 
read or used by the named addressee. It is confidential and may contain legally 
privileged information. No confidentiality or privilege is waived or lost by 
any mistaken transmission to you. The RTA is not responsible for any 
unauthorised alterations to this e-mail or attachment to it. Views expressed in 
this message are those of the individual sender, and are not necessarily the 
views of the RTA. If you receive this e-mail in error, please immediately 
delete it from your system and notify the sender. You must not disclose, copy 
or use any part of this e-mail if you are not the intended recipient.

-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]