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

2007-10-14 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 
-
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-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 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[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


[qmailtoaster] /etc/aliases

2007-10-14 Thread Jon M. Ernster
I know this is sendmail specific, but is there something similar for 
qmail and/or a way for qmail to read/make use of the aliases file? 


Thanks,

J.

-
QmailToaster hosted by: VR Hosted 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]