Re: [exim] 550-errors verification failed... unrouteable add…

Startseite
Nachricht löschen
Nachricht beantworten
Autor: paul cooper
Datum:  
To: 'Exim-users'
Betreff: Re: [exim] 550-errors verification failed... unrouteable address....
>> Im very new to this . Mail isnt going out from various php applicitons
>> --------> send_to_gateway router <--------
>> local_part=my.name domain=uni.ac.uk
>> calling send_to_gateway router
>> send_to_gateway router called for my.name@???
>> domain = uni.ac.uk
>> route_item = smtp.isp.co.uk
>> uni.ac.uk in "smtp.isp.co.uk"? no (end of list)
>> send_to_gateway router declined for my.name@???
>> --------> system_aliases router <--------
>
> What do you want Exim to do?


in the first place , take mail from the domains on my server and send it
to my ISPs smtp server.

the problem im going to have is that ts not clear to me on reading the
stuff whether there is any difference in exim receiving mail from
localhost (is this the same as 'locally hosted domains') or from the www
directed for locally hosted domains

Ive tried with the setup in FAQ0303 an onward but it doesnt solve it so i
wonder if the problem is elsewhere (eg does

hostlist relay_from_hosts = 192.168.0.0/24: 127.0.0.1 - which is what ive
got -mean 'everything that comes to exim fom the local server, regardless
od the 'from' address' .
If ive got this do i also need ( for sending mail to the www )
a list in localdomains?

> What does this router look like?

 begin routers
   send_to_gateway:
     driver = manualroute
     domains = !+local_domains
     transport = remote_smtp
     route_list = smtp.isp.co.uk
dnslookup:
  driver = dnslookup
  domains = ! +local_domains
  transport = remote_smtp
  ignore_target_hosts = 0.0.0.0 : 127.0.0.0/8:192.168.0.0/24
  no_more


system_aliases:
driver = redirect
allow_fail
allow_defer
data = ${lookup{$local_part}lsearch{/etc/aliases}}

file_transport = address_file
pipe_transport = address_pipe
userforward:
driver = redirect
check_local_user
file = $home/.forward
no_verify
no_expn
check_ancestor
file_transport = address_file
pipe_transport = address_pipe
reply_transport = address_reply
localuser:
driver = accept
check_local_user
transport = local_delivery

thanks for the help