Re: [Exim] relaying and exim doesn`t send

Top Page
Delete this message
Reply to this message
Author: Dan Egli
Date:  
To: tfischer, exim-users
Subject: Re: [Exim] relaying and exim doesn`t send
So, if you have users with dynamic IPs, specify a range. For example, if all
your users get a IP
between 192.168.0.1-192.168.255.254, then make it:

host_accept_relay = 192.168.0.0/16 : 127.0.0.1


----- Original Message -----
From: "Tom Fischer" <tfischer@???>
To: <exim-users@???>
Sent: Thursday, August 16, 2001 9:38 AM
Subject: Re: [Exim] relaying and exim doesn`t send


> Am Donnerstag, 16. August 2001 16:48 schrieben Sie:
> > On Thu, 16 Aug 2001, Tom Fischer wrote:
> > > local_domains = pgsql;select * from exim_domains where domain='$key';
> > >
> > > relay_domains = pgsql;select * from exim_domains where domain='$key';
> >
> > replace the asterisks with the correct column name (i doubt your local
> > domains are the same as those you're backup mx for, anyway)
>
> i've changed it but exim still delivers everything.
>
> >
> > > host_accept_relay = *
> >
> > this makes you open relay (you want to specify your network here, not
> > the whole wide world)
>
> we have users with different dynamic ip's.
>
> Tom
>
>
> --
> ## List details at http://www.exim.org/mailman/listinfo/exim-users Exim

details at http://www.exim.org/ ##
>