-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Juda Barnes wrote: > Hi all i have a machine within my local LAN > 192.168.1.15/24 > and i want to allow this machine to use the exim to relay email > unfortenatley the exim block the server due to NO-RELAY > Where do i set that specific ip address to allow relay
from the default configuration file: # The next three settings create two lists of domains and one list of hosts. # These lists are referred to later in this configuration using the syntax # +local_domains, +relay_to_domains, and +relay_from_hosts, respectively. They # are all colon-separated lists: domainlist local_domains = @ domainlist relay_to_domains = hostlist relay_from_hosts = 127.0.0.1 The manual contains an entire chapter on the default config file that should help you get going with exim: http://www.exim.org/exim-html-4.50/doc/html/spec_7.html#CHAP7 Authentication is another path to go down but you may want to leave that until you've learned a bit more about configuring Exim. Ted. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (MingW32) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFC+1lHHTFM6KkFI5oRAkMzAJ9/ibbDhKDaGOR1fpHyaUlzYgscxwCePlxm W4znOyn7vUW8DNOV7GR/8Tk= =zi04 -----END PGP SIGNATURE----- -- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
