[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Q:exim reject problem




On Mon, 28 Sep 1998, Bubulac Angela Tatiana wrote:

> 
> I have done all you said but I still receiving messages like those:


Ok, that is because these hosts are NOT in DNS!  Exim does NOT go by the
name claimed in the HELO statement (pingo) it tries a reverse lookup on
the IP address 193.231.44.195 and gets nothing!

corsica# nslookup 193.231.44.195
Server:  localhost
Address:  127.0.0.1

*** localhost can't find 193.231.44.195: Non-existent host/domain

Try adding THIS:

sender_net_accept_relay = 193.231.44.0/255.255.2550:194.102.38.0/255.255.255.0

And repeat for all subnets that you want to allow to relay through your
machine.

If these hosts were properly in DNS, you would not have this problem.




> 
> 1998-09-28 12:13:13 refused relay (host reject) to <aldea@alpha1.infim.ro>
> from <pingo@alpha2.infim.ro> H=(pingo) [193.231.44.195]
> ------------------------------------------------------------------------------
> 1998-09-28 12:15:32 refused relay (host reject) to <aldea@alpha1.infim.ro>
> from <pingo@alpha2.infim.ro> H=(pingo) [193.231.44.195]
> ------------------------------------------------------------------------------
> 1998-09-28 12:16:22 refused relay (host reject) to <aldea@alpha1.infim.ro>
> from <pingo@alpha2.infim.ro> H=(pingo) [193.231.44.195]
> ------------------------------------------------------------------------------
> 1998-09-28 12:33:03 refused relay (host reject) to
> <carmen@eppra.polytechnique.fr> from <mbraic@alpha2.infim.ro>
> H=(inoe1.inoe.ro) [19
> 4.102.38.131]
> ------------------------------------------------------------------------------
> 1998-09-28 12:33:16 refused relay (host reject) to
> <carmen@eppra.polytechnique.fr> from <mbraic@alpha2.infim.ro>
> H=(inoe1.inoe.ro) [19
> 4.102.38.131]
> ------------------------------------------------------------------------------
> 
> 
> > On Mon, 28 Sep 1998, Bubulac Angela Tatiana wrote:
> > 
> > > local_domains_include_host = true
> > > local_domains_include_host_literals = true
> > > relay_domains = infim.ro:inoe.ro:citon.ro 
> > 
> > Try adding:
> > 
> > sender_host_accept_relay = *.infim.ro:*.inoe.ro:*.citon.ro
> > 
> > Your current setup allows you to relay traffic TO these domains but I
> > think you also want to relay traffic FROM these domains as well.
> > 
> > The asterisk allows any host at these domains to relay through your server
> > to anywhere on the internet. You might want to specify certain machines.
> > 
> > 
> > 
> > George Bonser
> > 
> 
> 
> --  
> Unsubscribe?  mail -s unsubscribe debian-user-request@lists.debian.org < /dev/null
> 
> 
> 

George Bonser

The Linux "We're never going out of business" sale at an FTP site near you!


Reply to: