[EXIM] unrouteable mail domain

Top Page
Delete this message
Reply to this message
Author: Johann Spies
Date:  
To: exim-users
Subject: [EXIM] unrouteable mail domain
After upgrading from 1.92 to 2.05 (Debian 2.0 system) I can no longer send
local mail addressed to jhspies@Johann. I would appreciate some help
please.

I have a dialup system. My ISP's domainname is futurenet.co.za.

My computer's name is Johann.

My username is jhspies both at my computer and the ISP.

When I do
exim -v -bt jhspies@Johann

the result is

jhspies@Johann -> |IFS=' ' && exec /usr/bin/procmail -f- || exit 75

However when I send mail to jhspies@Johann the following appears in
/var/log/exim/mainlog:

1999-05-07 14:56:31 10fkB5-00007K-00 <= <> R=10fkB4-00007F-00 U=mail
P=local S=3036
1999-05-07 14:56:31 10fkB4-00007F-00 Error message sent to
jhspies@???
1999-05-07 14:56:31 10fkB5-00007K-00 ** jhspies@???:
unrouteable mail domain "futurenet.co.za"

A summary of my /etc/exim.conf is:

qualify_domain = Johann
local_domains = Johann:localhost:Johann.mailname
local_domains_include_host = true
local_domains_include_host_literals = true
never_users = root
host_lookup_nets = 0.0.0.0/0
sender_host_reject_relay = *
trusted_users = mail
smtp_verify = false
gecos_pattern = ^([^,:]*)
gecos_name = $1
received_header_text = "Received: \
          ${if def:sender_fullhost {from ${sender_fullhost} \
          ${if def:sender_ident {(${sender_ident})}}\n\t}\
          {${if def:sender_ident {from ${sender_ident} }}}}\
          by ${primary_hostname} \
          ${if def:received_protocol {with ${received_protocol}}} \
          id ${message_id}"
end
local_delivery:
  driver = appendfile
  group = mail
  mode = 0660
  file = /var/spool/mail/${local_part}


address_pipe:
driver = pipe
return_output

address_file:
driver = appendfile

address_directory:
driver = appendfile
no_from_hack
prefix = ""
suffix = ""

address_reply:
driver = autoreply

remote_smtp:
driver = smtp

end

real_local:
prefix = real-
driver = localuser
transport = local_delivery

system_aliases:
driver = aliasfile
file = /etc/aliases
search_type = lsearch

userforward:
driver = forwardfile
no_verify
check_ancestor
file = .forward
modemask = 002
filter
end

smarthost:
driver = domainlist
transport = remote_smtp
condition = "${lookup{$sender_address}lsearch{/etc/exim/frommap}{1}{0}}"
route_list = "* alpha.futurenet.co.za bydns_a"
end

*                      *           F,2h,15m; G,16h,2h,1.5; F,4d,8h


end

^.*@.*  "${lookup{${0}}lsearch{/etc/exim/frommap}{$value}fail}"    Ffsw
^(?i)(root|postmaster|mailer-daemon)@Johann ${1}@??? Ffr
*@Johann ${1}@??? Ffr
*@in.limbo jhspies@??? Ffr




My /etc/exim/frommap contains:

root@localhost: root@Johann <jhspies@???>
jhspies@localhost:      Johann Spies at Johann <jhspies@???>
root@Johann:      root@Johann <jhspies@???>
jhspies@Johann:   Johann Spies at Johann <jhspies@???>
root@???:     root@Johann <jhspies@???>
jhspies@???:  Johann Spies at Johann <jhspies@???>
jhspies@???:       Johann Spies at Johann <jhspies@???>



The contents of /etc/mailname is: futurenet.co.za



--------------------------------------------------------------------------
| Johann Spies                                 Windsorlaan 19              |
| jhspies@???                3201 Pietermaritzburg             |
| Tel/Faks Nr. +27 331-46-1310               Suid-Afrika (South Africa)  |

--------------------------------------------------------------------------



--
*** Exim information can be found at http://www.exim.org/ ***