Amir Tal <[EMAIL PROTECTED]> writes: > I have a line that say : FEATURE(genericstable)dnl > Sould I comment it ?
Depends on whether you intend to use the feature, of course. Read the docs, decide for yourself. > And - how do I re=generate sendmail.cf without restarting sendmail ? > Forgot the syntax ;) m4 ./sendmail.mc > /etc/sendmail.cf and of course you need to restart sendmail after that. FWIW, I like to update my sendmail configuration via /etc/mail/Makefile that looks as follows: # $Id: Makefile,v 1.4 2000/11/20 23:38:17 oleg Exp $ DB := \ virtusertable.db \ access.db \ domaintable.db \ mailertable.db \ genericstable.db all: $(DB) alias cf restart alias: aliases newaliases cf: mv /etc/sendmail.cf /etc/sendmail.cf.BAK m4 ./sendmail.mc > /etc/sendmail.cf restart: /etc/rc.d/init.d/sendmail restart %.db : % makemap hash $@ < $< clean: $(RM) $(DB) *~ -- Oleg Goldshmidt | [EMAIL PROTECTED] "If it ain't broken, it has not got enough features yet." ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]