From owner-freebsd-questions Tue May 9 12: 5:40 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.telestream.com (mail.telestream.com [205.238.4.5]) by hub.freebsd.org (Postfix) with ESMTP id F076437BEC8 for ; Tue, 9 May 2000 12:05:32 -0700 (PDT) (envelope-from keith@mail.telestream.com) Received: from localhost (keith@localhost) by mail.telestream.com (8.9.3/8.9.3) with ESMTP id MAA22811; Tue, 9 May 2000 12:05:19 -0700 Date: Tue, 9 May 2000 12:05:19 -0700 (PDT) From: To: Daniel Brownstone Cc: freebsd-questions@FreeBSD.ORG Subject: Re: sendmail relaying question In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG You need to build a list of allowable relays and make sure you build the feature into your cf file when doing the m4. Add this line to your mc file FEATURE(relay_hosts_only, hash -o /etc/sendmail.access.db)dnl I may be mistaken though, it's been a while since I've built one. You will also need to have a list of allowable relays with this kind of format domain.com RELAY domain2.com REJECT Like that. Then hash the file out makemap -v hash /etc/mail/sendmail.domains.db < /etc/mail/domains/domain.com Or whatever your paths are. Best bet is to go here and read up on it. http://www.sendmail.org/tips/relaying.html ================================= I here by change the name of RedHat to RedSplat. Keith W. At the helm ================================= On Tue, 9 May 2000, Daniel Brownstone wrote: > > I've searched for the answer to this question, but I've been unable to > find it elsewhere, so I'm trying this list. :) > > I'm running 3.3-RELEASE. I would like people who have accounts on my box > to be able to use my POP server to send e-mail wherever they want. So if > someone has, for example, pacbell as their ISP, but they also have an > account on my machine (100acre.com), I want them to be able to access > their account on 100acre, and send mail from it, as well. > > Right now, if someone tries to send mail using Outlook, etc., they get a > "relaying denied" error. So if someone from AOL, for example, sends an > e-mail to my user, and my user checks his account by dialing into his ISP > (pacbell) and downloading his mail from my box with Outlook, when he tries > to reply (to the originator, with the AOL address), he'll get a relaying > denied error. > > How can I stop that from happening? > > Regards, > > Dan Brownstone > jkirk@100acre.com > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message