[EMAIL PROTECTED] said: > I have Sendmail 8.13 on here. According to the Mimedefang instructions I > need to make sure I have a queue runner. Does anyone know if Sendmail 8.13 > will do this automatically? In the mimedefang instructions I was reading it > said to do this by adding sendmail -Ac -qp5m to the init script for > Sendmail. On my Red Hat system this was in /etc/init.d. I can't find where I > should specify this on FreeBSD.
sendmail in the base system will start the queue runner, but if you want to change the run interval you will have to do this by setting options in /etc/rc.conf: sendmail_msp_queue_flags="-L sm-msp-queue -Ac -q5m" # Flags for sendmail_msp_queue daemon. Take a look in /etc/defaults/rc.conf for all available flags. (I would recommend a somewhat more recent FreeBSD, i.e. 4.11) --Ingeborg -- Ingeborg �strem Hellemo -- [EMAIL PROTECTED] (Univ. of Troms�, Norway) _______________________________________________ Visit http://www.mimedefang.org and http://www.canit.ca MIMEDefang mailing list [email protected] http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

