any ideas on this one?  I learned my lesson last time about fscking with the OS before installing toaster.. this jsut happened on 3 pristine 5.3-release installs (toaster 4.06) this weekend.
during toaster_setup.pl -s pre
i get 
port_install: autorespond          installed as (autorespond-2.0.5).
ports_check_age: Ports file is current (enough).
make: don't know how to make enable-qmail. Stop
syscmd: make enable-qmail clean
syscmd: result: 512
port_install: qmail                FAILED
FATAL FAILURE: Install of qmail failed. Please fix and try again.
 at lib/Mail/Toaster/Setup.pm line 604
any ideas?
			
			
			
				Please see the mail toaster mailing list
| excerpt from Matt Simerson: | 
 I noticed this yesterday (that port target is broken).  You can get past it by simply installing the port. Th e "enable-qmail" target is missing from the Makefile, so you'll want to manually assure that sendmail_enable="NONE" is set in /etc/rc.conf and you update /etc/mail/mailer.conf from the sample in the ports/mail/qmail/files directory.
  | 
			 
			
			
				ah.. thanks, that was it.  (searched here.. missed the mailinglist)