[ILUG] Sendmail question

Dave Rynne dave at esat.net
Fri Nov 19 13:40:11 GMT 1999


) Is there a quick, easy way to stop Sendmail from scanning all the (or any
) particular) secondary IP addresses on an ethernet interface,

define(`confDAEMON_OPTIONS', `Addr=193.1.XXX.XXX')

Should force it to only listen on the given addr. Not sure if you can
specify multiple address (never tried) and doubt if it's possible to
exclude specific address (!193.1.XXX.XXX).

) and adding
) the DNS name of each one to class w ("treat as local")?

Assuming each hostname is MX'd to that box, you could try using

FEATURE(bestmx_is_local)

which may do the trick.

) 
) Dave
) 

Dave





More information about the ILUG mailing list