From owner-freebsd-questions Mon Nov 16 05:44:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA11226 for freebsd-questions-outgoing; Mon, 16 Nov 1998 05:44:12 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from 3rdrock.coserve.org (3rdrock.coserve.org [198.213.49.88]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA11221 for ; Mon, 16 Nov 1998 05:44:08 -0800 (PST) (envelope-from fabry@panam.edu) Received: from earth (earth.coserve.org [198.213.49.85]) by 3rdrock.coserve.org (8.9.1/8.9.1) with SMTP id HAA03046 for ; Mon, 16 Nov 1998 07:41:29 -0600 (CST) Message-ID: <00dc01be1167$22c76870$5531d5c6@earth.coserve.org> From: "Alain G. Fabry" To: Subject: Help : Allow relaying for certain (2) domains (sendmail 8.9.1) Date: Mon, 16 Nov 1998 07:43:46 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG How can I allow relaying for certain domain using sendmail 8.9.1? I have added the following to the m4 file FEATURE(access_db, hash -o /etc/mail/access)dnl FEATURE(relay_entire_domain)dnl FEATURE(use_cw_file)dnl In the /etc/mail/access file I have all the domain + subnets for which I allow relaying. (Have done #makemap hash /etc/mail/access < /etc/mail/access) The problem right now is that for one domain which is in the access file, it does not allow any relaying from subnets outside of our local subnet. (BTW, these subnets are included in the access file with OK). I should have a simple setup. Have two domains that need to be allowed relaying, deny everybody else. It shouldn't matter which subnet either domain is on. It should allow relaying for these domains at any time. What can I do to make this work? Thanks, Alain To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message