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

Exim Question



I have question about Exim.  I get this "recipient address cliff@neosoft.com
didn't match any local name" warning when I get my emails.   The mail comes
to my mailbox ok but this warning is a bit irksome.  I think there is 
somthing amiss in the Exim as I looked in the  /var/spool/exim/input
and /var/spool/exim/msglog and this where the I see this "no match"
at.  Is there something I need to add to my /etc/aliases?  

(I do have a line with, cliff@neosoft.com: cliff etc /etc/aliases , but
no go. )

My setup is as follows:   

/etc/hosts file
127.0.0.1	localhost
192.168.1.2	loki.localnet	loki loki1 loghost
192.168.1.3	thor.localnet	thor
--------------------------------------------------------------------------
exim.conf file ( most comments snipped , created by eximconfig
, option 1, "standard dialup" )

######################################################################
#                    MAIN CONFIGURATION SETTINGS                     #
######################################################################

qualify_domain = loki.localnet
# qualify_recipient =
local_domains = localhost:loki.localnet
# Allow mail addressed to our hostname, or to our IP address.
local_domains_include_host = true
local_domains_include_host_literals = true
#relay_domains = 
#relay_domains_include_local_mx = true
# root that redirects such mail to a human administrator.
never_users = root
host_lookup = *
# headers_check_syntax
rbl_domains = rbl.maps.vix.com
rbl_reject_recipients = false
rbl_warn_header = true
host_accept_relay = localhost
# percent_hack_domains=*
trusted_users = mail
smtp_verify = false
gecos_pattern = ^([^,:]*)
gecos_name = $1
# queued for them when they connect.
smtp_accept_queue_per_connection = 100
# for more details: you might like to look at the auto_thaw option
freeze_tell_mailmaster = true
received_header_text = "Received: \
         ${if def:sender_rcvhost {from ${sender_rcvhost}\n\t}\
         {${if def:sender_ident {from ${sender_ident} }}\
         ${if def:sender_helo_name {(helo=${sender_helo_name})\n\t}}}}\
         by ${primary_hostname} \
         ${if def:received_protocol {with ${received_protocol}}} \
         (Exim ${version_number} #${compile_number} (Debian))\n\t\
         id ${message_id}\
         ${if def:received_for {\n\tfor <$received_for>}}"
end

######################################################################
#                      TRANSPORTS CONFIGURATION                      #
######################################################################

local_delivery:
  driver = appendfile
  group = mail
  mode = 0660
  mode_fail_narrower = false
  envelope_to_add = true
  file = /var/spool/mail/${local_part}


address_pipe:
  driver = pipe
  return_output

# This transport is used for handling file addresses generated by alias
# or .forward files.

address_file:
  driver = appendfile

# This transport is used for handling file addresses generated by alias
# or .forward files if the path ends in "/", which causes it to be treated

address_directory:
  driver = appendfile
  no_from_hack
  prefix = ""
  suffix = ""
# maildir_format
# This transport is used for handling autoreplies generated by the filtering
# option of the forwardfile director.

address_reply:
  driver = autoreply
# This transport is used for procmail
procmail_pipe:
  driver = pipe
  command = "/usr/bin/procmail -d ${local_part}"
  return_path_add
  delivery_date_add
  envelope_to_add
  check_string = "From "
  escape_string = ">From "
  user = $local_part
  group = mail
# This transport is used for delivering messages over SMTP connections.
remote_smtp:
  driver = smtp

end
######################################################################
#                      DIRECTORS CONFIGURATION                       #
#             Specifies how local addresses are handled              #
######################################################################
#                          ORDER DOES MATTER                         #
#   A local address is passed to each in turn until it is accepted.  #
######################################################################

# This allows local delivery to be forced, avoiding alias files and
# forwarding.
real_local:
  prefix = real-
  driver = localuser
  transport = local_delivery
system_aliases:
  driver = aliasfile
  file_transport = address_file
  pipe_transport = address_pipe
  file = /etc/aliases
  search_type = lsearch
# user = list
# Uncomment the above line if you are running smartlist
procmail:
  driver = localuser
  transport = procmail_pipe
  require_files = ${local_part}:+${home}:+${home}/.procmailrc:+/usr/bin/procmail
  no_verify
userforward:
  driver = forwardfile
  file_transport = address_file
  pipe_transport = address_pipe
  reply_transport = address_reply
  no_verify
  check_ancestor
  file = .forward
  modemask = 002
  filter
# This director matches local user mailboxes.

localuser:
  driver = localuser
  transport = local_delivery
end
######################################################################
#                      ROUTERS CONFIGURATION                         #
#            Specifies how remote addresses are handled              #
######################################################################
#                          ORDER DOES MATTER                         #
#  A remote address is passed to each in turn until it is accepted.  #
######################################################################
# Send all mail to a smarthost
smarthost:
  driver = domainlist
  transport = remote_smtp
  route_list = "* smtp.neosoft.com bydns_a"
end
######################################################################
#                      RETRY CONFIGURATION                           #
######################################################################
*                      *           F,2h,15m; G,16h,2h,1.5; F,4d,8h
end
######################################################################
#                      REWRITE CONFIGURATION                         #
######################################################################


# There are no rewriting specifications in this default configuration file.
*@loki.localnet    ${lookup{$1}lsearch{/etc/email-addresses}\
						{$value}fail} bcfrF
# End of Exim configuration file
---------------------------
Here is the header info:

Fromm cliff@loki.localnet Sun Nov 12 10:18:07 2000
Envelope-to: cliff@localhost
Received: from localhost ([127.0.0.1])
        by loki.localnet with esmtp (Exim 3.12 #1 (Debian))
        id 13uzpX-0000K8-00
        for <cliff@localhost>; Sun, 12 Nov 2000 10:18:07 -0600
Received: from mailbox.neosoft.com
        by localhost with POP3 (fetchmail-5.3.3)
        for cliff@localhost (multi-drop); Sun, 12 Nov 2000 10:18:07 -0600 (CST)
Received: from loki.localnet from [206.109.32.5] by mail3.iadfw.net 
        (/\##/\ Smail3.1.30.16 #30.4) with esmtp for <cliff@neosoft.com> sender:
+<cliff@loki.localnet>
        id <mO/13uzpw-0038iNO@mail3.iadfw.net>; Sun, 12 Nov 2000 10:18:32 -0600
+(CST)
Received: from cliff by loki.localnet with local (Exim 3.12 #1 (Debian))
        id 13uzpH-0000K1-00
        for <cliff@neosoft.com>; Sun, 12 Nov 2000 10:17:51 -0600
Date: Sun, 12 Nov 2000 10:17:51 -0600
From: Cliff Rice <cliff@neosoft.com>
To: cliff@neosoft.com
Subject: test
Message-ID: <20001112101751.A1232@loki.localnet> 
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2.5i
Sender: Cliff Rice <cliff@loki.localnet>
X-Airmail-Delivered: Sun, 12 Nov 2000 10:18:32 -0600 (CST)
X-Airmail-Spooled:   Sun, 12 Nov 2000 10:18:32 -0600 (CST)
X-Fetchmail-Warning: recipient address cliff@neosoft.com didn't match any local
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+name
^^^^^
here is a test
-- 

TIA
Cliff
-- 



Reply to: