[toaster] Toaster update

2005-02-03 Thread Bob Hutchinson

The toaster now supports clamav-0.81, with new patches to match.

-- 
-
Bob Hutchinson
Midwales dot com
-


[toaster] Toaster update

2008-10-16 Thread Rick Widmer

Bill:

I've been doing an installation of the toaster on a 64 bit OpenSuSE 
system, and I've been updating a copy of the toaster as I go.  You can 
see the work in progress here:


   http://www.rickwidmer.com/toaster/


The changes so far include:

ChangeLog
0.9.3 - 10/07/2008 -- Rick Widmer

* Replace courier imap with Dovecot
* Upgrade to squirrelmail 1.4.16
* Added SuSE notes
* Added option to use BSD standard UID and GID values
* Separate qmail manpath instructions for Debian, SuSE and other
* Added symlink for rcqmail from qmailctl for SuSE users
* Separated stunnel runfiles into separate sections for easier use
* Added an extra  tag in each code block so there is a \n on
  the last line when you copy/paste them.
*


I've added a few more variables similar to you allowing them to set the 
source directory.  These are the values I use for my server:


$SourceDir   = '/var/src';
$HomeDir = '/mail';
$SystemEmail = '[EMAIL PROTECTED]';
$DocRoot = '/srv/www/htdocs';
$CGIDir  = '/srv/www/cgi-bin';
$WebUser = 'wwwrun';
$WebGroup= 'www';
$DataDir = '/srv/www/squirrelmail-data';

I am also considering a dropdown list for target operating system that 
would hide unrelated notes, and possibly set default values for the 
other variables.


If you are willing, please send me a copy of the PHP source code and any 
required files, and I'll merge in my updates and send it back to you to 
review.


thanks,
Rick

p.s.  I did try sending this private a couple days ago, but haven't 
heard anything from you yet.  It would be nice to get this soon, as 
building the server and documenting it is part of my day job, and I get 
to bill them for the time.




Re: [toaster] Toaster update

2008-10-16 Thread Bill Shupp

On Oct 16, 2008, at 7:11 AM, Rick Widmer wrote:


Bill:

I've been doing an installation of the toaster on a 64 bit OpenSuSE  
system, and I've been updating a copy of the toaster as I go.  You  
can see the work in progress here:


  http://www.rickwidmer.com/toaster/



Sure thing.  The ToasterDoc code is available here: 
http://trac.merchbox.com/trac/toasterdoc/wiki



The changes so far include:

ChangeLog
0.9.3 - 10/07/2008 -- Rick Widmer

   * Replace courier imap with Dovecot


I want to keep courier-imap as an optional install.



   * Upgrade to squirrelmail 1.4.16
   * Added SuSE notes
   * Added option to use BSD standard UID and GID values
   * Separate qmail manpath instructions for Debian, SuSE and other
   * Added symlink for rcqmail from qmailctl for SuSE users
   * Separated stunnel runfiles into separate sections for easier use
   * Added an extra  tag in each code block so there is a \n on
 the last line when you copy/paste them.
   *


I've added a few more variables similar to you allowing them to set  
the source directory.  These are the values I use for my server:


$SourceDir   = '/var/src';
$HomeDir = '/mail';
$SystemEmail = '[EMAIL PROTECTED]';
$DocRoot = '/srv/www/htdocs';
$CGIDir  = '/srv/www/cgi-bin';
$WebUser = 'wwwrun';
$WebGroup= 'www';
$DataDir = '/srv/www/squirrelmail-data';

I am also considering a dropdown list for target operating system  
that would hide unrelated notes, and possibly set default values for  
the other variables.


If you are willing, please send me a copy of the PHP source code and  
any required files, and I'll merge in my updates and send it back to  
you to review.




See above.


thanks,
Rick

p.s.  I did try sending this private a couple days ago, but haven't  
heard anything from you yet.  It would be nice to get this soon, as  
building the server and documenting it is part of my day job, and I  
get to bill them for the time.


Yeah, sorry I haven't responded sooner.  Digg is taking over all my  
free time.


There are few changes in trunk that never got released, including a  
new translation (you can view trunk at http://shupp.org/toaster- 
beta).  There are also several things I'd like to do, which I haven't  
had time to:


* Take advantage of the public domain license and distribute patched  
djb software
* Move software downloads to google code or the like to offload the  
bandwidth, and also get download statistics

* Keep things more up to date!

Cheers,

Bill


Re: [toaster] Toaster update

2008-10-17 Thread John Harmon

Bill,
I am willing to help out with downloads if you would like.  I can 
probably provide 100GB a month for the time being (I would cap it with 
the apache cband module).  I appreciate you providing the toaster for 
free and wouldn't mind helping out.  I have a 50Mb connection out of my 
house, so should be pretty fast.  Let me know.

John

Bill Shupp wrote:

On Oct 16, 2008, at 7:11 AM, Rick Widmer wrote:


Bill:

I've been doing an installation of the toaster on a 64 bit OpenSuSE 
system, and I've been updating a copy of the toaster as I go.  You 
can see the work in progress here:


  http://www.rickwidmer.com/toaster/



Sure thing.  The ToasterDoc code is available here: 
http://trac.merchbox.com/trac/toasterdoc/wiki




The changes so far include:

ChangeLog
0.9.3 - 10/07/2008 -- Rick Widmer

   * Replace courier imap with Dovecot


I want to keep courier-imap as an optional install.



   * Upgrade to squirrelmail 1.4.16
   * Added SuSE notes
   * Added option to use BSD standard UID and GID values
   * Separate qmail manpath instructions for Debian, SuSE and other
   * Added symlink for rcqmail from qmailctl for SuSE users
   * Separated stunnel runfiles into separate sections for easier use
   * Added an extra  tag in each code block so there is a \n on
 the last line when you copy/paste them.
   *


I've added a few more variables similar to you allowing them to set 
the source directory.  These are the values I use for my server:


$SourceDir   = '/var/src';
$HomeDir = '/mail';
$SystemEmail = '[EMAIL PROTECTED]';
$DocRoot = '/srv/www/htdocs';
$CGIDir  = '/srv/www/cgi-bin';
$WebUser = 'wwwrun';
$WebGroup= 'www';
$DataDir = '/srv/www/squirrelmail-data';

I am also considering a dropdown list for target operating system 
that would hide unrelated notes, and possibly set default values for 
the other variables.


If you are willing, please send me a copy of the PHP source code and 
any required files, and I'll merge in my updates and send it back to 
you to review.




See above.


thanks,
Rick

p.s.  I did try sending this private a couple days ago, but haven't 
heard anything from you yet.  It would be nice to get this soon, as 
building the server and documenting it is part of my day job, and I 
get to bill them for the time.


Yeah, sorry I haven't responded sooner.  Digg is taking over all my 
free time.


There are few changes in trunk that never got released, including a 
new translation (you can view trunk at 
http://shupp.org/toaster-beta).  There are also several things I'd 
like to do, which I haven't had time to:


* Take advantage of the public domain license and distribute patched 
djb software
* Move software downloads to google code or the like to offload the 
bandwidth, and also get download statistics

* Keep things more up to date!

Cheers,

Bill




Re: [toaster] Toaster update

2008-10-23 Thread Martin Waschbüsch

Hi all,

Am 17.10.2008 um 10:02 schrieb John Harmon:


Bill,
I am willing to help out with downloads if you would like.  I can  
probably provide 100GB a month for the time being (I would cap it  
with the apache cband module).  I appreciate you providing the  
toaster for free and wouldn't mind helping out.  I have a 50Mb  
connection out of my house, so should be pretty fast.  Let me know.

John

Bill Shupp wrote:



Yeah, sorry I haven't responded sooner.  Digg is taking over all my  
free time.


There are few changes in trunk that never got released, including a  
new translation (you can view trunk at http://shupp.org/toaster- 
beta).  There are also several things I'd like to do, which I  
haven't had time to:


* Take advantage of the public domain license and distribute  
patched djb software
* Move software downloads to google code or the like to offload the  
bandwidth, and also get download statistics

* Keep things more up to date!

Cheers,

Bill




Perhaps we can make a group effort on this list to collect the various  
experiences with updating (parts) of the toaster? For instance more  
recent ClamAV and SpamAssassin has always given me trouble. I got  
domainkeys to work with some hassle (and that is requested on the list  
time and again...)


Just a thought. :-)

Martin


Re: [toaster] Toaster update

2008-10-23 Thread Kristofer

 > Perhaps we can make a group effort on this list to collect the various
experiences with updating (parts) of the toaster? For instance more 
recent ClamAV and SpamAssassin has always given me trouble. I got 
domainkeys to work with some hassle (and that is requested on the list 
time and again...)


I would suggest a wiki - everyone can edit, history is visible to everyone.

cheers,
kristofer


Re: [toaster] Toaster update

2009-05-22 Thread Erki-Kiss Zsolt

Rick Widmer wrote:

I've been doing an installation of the toaster on a 64 bit OpenSuSE 
system, and I've been updating a copy of the toaster as I go.  You can 
see the work in progress here:


   http://www.rickwidmer.com/toaster/


Dear Rick! I want to install a new toaster on the basis of the updated 
documentation. But the site is unfortunately not available. Can you help me?


--
Zsolt Erki-Kiss


[toaster] Toaster Update for clamav-0.88 (Unofficial)

2006-01-18 Thread Sim
Hi, this work very well ( and patch for svc are fully compatible ).


groupadd clamav
useradd -g clamav clamav
cd /var/src/tar
>>> wget http://puzzle.dl.sourceforge.net/sourceforge/clamav/clamav-0.88.tar.gz
wget http://shupp.org/patches/clamav-0.87.1-stderr.patch
wget http://shupp.org/patches/clamav-0.87.1-conf.patch
wget http://shupp.org/patches/clamav-0.87.1-freshclamconf.patch
cd ../
>>> tar -xzf tar/clamav-0.88.tar.gz
>>> cd clamav-0.88
patch -p0 < ../tar/clamav-0.87.1-stderr.patch
patch -p0 < ../tar/clamav-0.87.1-conf.patch
patch -p0 < ../tar/clamav-0.87.1-freshclamconf.patch
./configure
make
make install


PS: Bill, can You update this? Thanks!


Re: [toaster] Toaster Update for clamav-0.88 (Unofficial)

2006-01-19 Thread aim mix
Greetings,
 
I've this error when using both patch when trying to patch clamav-0.88.
 
# patch -p0 < ../clamav-0.87.1-stderr.patchpatching file ./clamd/clamd.cHunk #1 succeeded at 138 (offset 1 line).patching file ./shared/output.cpatching file ./shared/output.h 
# patch -p0 < ../clamav-0.88-stderr.patchpatching file ./clamd/clamd.cHunk #1 succeeded at 138 (offset 1 line).patching file ./shared/output.cpatching file ./shared/output.h 
Need advise. Thanks.
 
Aimmix 
On 1/18/06, Sim <[EMAIL PROTECTED]> wrote:
Hi, this work very well ( and patch for svc are fully compatible ).groupadd clamavuseradd -g clamav clamav
cd /var/src/tar>>> wget http://puzzle.dl.sourceforge.net/sourceforge/clamav/clamav-0.88.tar.gzwget 
http://shupp.org/patches/clamav-0.87.1-stderr.patchwget http://shupp.org/patches/clamav-0.87.1-conf.patchwget 
http://shupp.org/patches/clamav-0.87.1-freshclamconf.patchcd ../>>> tar -xzf tar/clamav-0.88.tar.gz>>> cd clamav-0.88patch -p0 < ../tar/clamav-0.87.1-stderr.patchpatch -p0 < ../tar/clamav-
0.87.1-conf.patchpatch -p0 < ../tar/clamav-0.87.1-freshclamconf.patch./configuremakemake installPS: Bill, can You update this? Thanks!


Re: [toaster] Toaster Update for clamav-0.88 (Unofficial)

2006-01-19 Thread Qmail List

Need advise. Thanks.


Bill had updated the tutorial to the lastest version. use that


Re: [toaster] Toaster Update for clamav-0.88 (Unofficial)

2006-01-19 Thread Sim
> I've this error when using both patch when trying to patch clamav-0.88.
>
> # patch -p0 < ../clamav-0.87.1-stderr.patch
> patching file ./clamd/clamd.c
> Hunk #1 succeeded at 138 (offset 1 line).
> patching file ./shared/output.c
> patching file ./shared/output.h
>
> # patch -p0 < ../clamav-0.88-stderr.patch
> patching file ./clamd/clamd.c
> Hunk #1 succeeded at 138 (offset 1 line).
> patching file ./shared/output.c
> patching file ./shared/output.h
>
>

#Hunk isn't an error!

You can see : succeeded report