On Fri, 11 Dec 1998, Dirk Allard wrote:
> I have the following setup: Linux 2.0.34 machine acting as MX for my
> network (materials...). Receiving mail gives no problems, sending mail
> from the linux machine directly neither. But if someone else on the network
> tries to send mail (via Eudora, the MX set as smtp host) I get "refused
> relay (host relay) to <recipient-adress> from <sender@materials...>
> H=machine-where-eudora-runs [ip of eudora-machine]".
You need to set
sender_net_accept_relay = something to match your local network
and delete
sender_host_reject_relay = *
For example,
sender_net_accept_relay = 131.111.10.0/24
See the stuff in chapter 41.5 about "incoming" and "outgoing" relaying.
--
Philip Hazel University of Cambridge Computing Service,
ph10@??? Cambridge, England. Phone: +44 1223 334714.
--
*** Exim information can be found at
http://www.exim.org/ ***