Date: Tue, 9 May 2000 12:05:19 -0700 (PDT) From: <keith@mail.telestream.com> To: Daniel Brownstone <jkirk@tigger.100acre.com> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: sendmail relaying question Message-ID: <Pine.LNX.4.10.10005091154320.22608-100000@mail.telestream.com> In-Reply-To: <Pine.BSF.4.10.10005091118470.20415-100000@tigger.100acre.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <for better or worse> ================================= 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.LNX.4.10.10005091154320.22608-100000>