Lähettäjä: Andrew Päiväys: Vastaanottaja: Björn Lindström, exim-users Kopio: Aihe: Re: [exim] relay not permitted?
Hi There :)
You need to add in an entry to your allowed hosts -
at the moment it is
relay_from_hosts = localhost
you need to add in the extra hosts that you will be sending email from -
eg if the host is 1.2.3.4 then add in -
relay_from_hosts = localhost : 1.2.3.4
Be careful - make sure you only add in hosts you can trust.
Cheers,
Andrew
Björn Lindström wrote:
>OK. I use Exim on FreeBSD, in a jailed environment on a co-located
>server.
>
>I'm forwarding my mail to an external address (bkhl@???), and
>that works fine. However, if I try to send mail to that external address
>,or any other address, I get this in the log:
>
>2004-10-04 12:39:44 H=nuala.thaning.se [69.55.224.143] F=<bkhl@???> rejected RCPT <bkhl@???>: relay not permitted
>
>What that does mean? What can I do to fix it?
>
>I'm attaching my Exim configuration file, in case that can help someone
>understand the problem:
>
>