vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hello: Documentation on SpamAssassin states that the spamd daemon must be started before sendmail. How can I ensure it will be so at boot time if I start spamd (1) as legacy_run from a /etc/rc#.d script, or (2) as a SMF service with its manifest loaded in the database ? -- , /) // Guy Paulus (Sys Admin) (/ BATir Dept., CP-194/2 _/ ______ Universite Libre de Bruxelles ) ( (-----( 50 av. F. D. Roosevelt /INK\ \ \ B-1050 Brussels \___/ \ \ Phone: +32(2)650 3652 jgs _)_____) Fax: +32(2)650 2789 `------` |
| |||
| Guy Paulus <[email protected]> writes: >Documentation on SpamAssassin states that the spamd daemon must be >started before sendmail. How can I ensure it will be so at boot time >if I start spamd (1) as legacy_run from a /etc/rc#.d script, or (2) >as a SMF service with its manifest loaded in the database ? As an SMF service in S10 this is easy (declare that sendmail depends on spamd in spamd's .xml file) and in S9 just use an rc file numbered before sendmail. Using an rc file in S10 is not really an option for such constraints. |