Thanks for the response, but when I put this in the sendmail.mc and run either make or sendmailconfig it gives the following error:
***WARNING: Missing -T<TMPF> in argument of FEATURE(`access_db', hash -o /etc/mail/access) It does accept the mail for delivery, but does anyone know what this warning is about? TIA, John On Saturday 09 February 2002 16:30, Igor Mozetic wrote: > > debian(woody). All works except using the access.db to decide who can > > RELAY. During installation and setup with dselect no mention of the > > access file or access.db is made. Can someone help me to turn this switch > > on? > > I'm running potato sendmail 8.9.3-23. > You add a line into sendmail.mc: > > FEATURE(`access_db', `hash -o /etc/mail/access')dnl > > and in access something like: > > YOUR.DOMAIN RELAY > [EMAIL PROTECTED] REJECT > > -Igor Mozetic