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

Re: SMTP not working in my ISP



Quoting Paulo Henrique Baptista de Oliveira <baptista@linuxsolutions.com.br>:

> 
> 	Hi all,
> 	I have an ISP (isp.com.br) that cant my clients (either with modem or
> network) cant send mails. I'm using exim and potato.
> 	What can be wrong.
> 	I'm ataching the errors of /var/log/exim/mainlog and ataching
> /etc/exim.conf.
> 	Thanks for any help,		PH
> 

Hi Paulo,

	I had this exact problem some days ago.
	The problem are in the relay directives.

# The setting below allows your host to be used as a mail relay by only
   # the hosts in the specified networks. See the section of the manual
   # entitled "Control of relaying" for more info.

   # >> Option rewritten by convert4r3
   #original
   #host_accept_relay = "200.255.205.0/16"
   host_accept_relay = "200.255.205.0/255"
                                      ^^^ 
 
	I think this is a typo. It should be 255.255.255.0 or whatever is your netmak
(/16 /24).

	In my exim config I had:
host_accept_relay = localhost:192.168.9.0/24:192.168.10.0/24:127.0.0.1


[]s,
Mario O. de Menezes           "Confia no Senhor de todo o teu
IPEN-CNEN/SP                    coração e não te estribes no
http://curiango.ipen.br           teu próprio entendimento"
http://www.revistalinux.com.br           Prov. 3.5


Reply to: