Date: Fri, 8 Jun 2001 12:06:27 -0500 (CDT) From: Nick Rogness <nick@rogness.net> To: "Cap'n Dave" <capndave@marineronline.net> Cc: questions@FreeBSD.ORG Subject: Re: your mail Message-ID: <Pine.BSF.4.21.0106081154320.20151-100000@cody.jharris.com> In-Reply-To: <BBEDKIAAFCLGKCNJEIKAOEKLCFAA.capndave@marineronline.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 8 Jun 2001, Cap'n Dave wrote: > I am trying to find instructions on adding mail relay IP. I have been > told that I need to add the new ip address to one of the following > files located in the /etc/mail/ directory; usertable.db, access.db, > mail.db, or domaintables.db. I was also told that I need to use a > builder program to make the additions. Where do I find such builder > program? Can you provide any instructions on adding mail relay IP, and > adding new radius servers? It used to be that you added the fqdn or IP to /etc/mail/relay-domains, which requires no database rebuild...just restart sendmail. However, if you have support for the access.db in sendmail, you can add the host in there. Just put a line in a plain file, eg /etc/mail/access, like so: 192.168 RELAY Then from the command line: # cd /etc/mail # makemap hash access < access Nick Rogness <nick@rogness.net> - Keep on Routing in a Free World... "FreeBSD: The Power to Serve!" 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.BSF.4.21.0106081154320.20151-100000>