Subject: Re: Can not mail to myself
        Date: Thu, Apr 15, 1999 at 06:01:05PM +0200

In reply to:Armin Wegner

Quoting Armin Wegner([EMAIL PROTECTED]):
> I've configured exim with eximconf to local delivery and edited 
> ~/.fetchmailrc by hand. I have added "is [EMAIL PROTECTED]".
> fetchmail works now.
> 
> Nevertheless I tested to mail to [EMAIL PROTECTED] The following mail
> has been returned:
> 
>       From MAILER-DAEMON Thu Apr 15 17:02:18 1999
>       Received: from mail by lebowski with local (Exim 2.05 #1 (Debian))
>               id 10Xnek-00004o-00; Thu, 15 Apr 1999 17:02:18 +0200
>       X-Failed-Recipients: [EMAIL PROTECTED]
>       From: Mail Delivery System <[EMAIL PROTECTED]>
>       To: [EMAIL PROTECTED]
>       Subject: Mail delivery failed: returning message to sender
>       Message-Id: <[EMAIL PROTECTED]>
>       Date: Thu, 15 Apr 1999 17:02:18 +0200
>       Status: RO
>       Content-Length: 701
>       Lines: 23
> 
>       This message was created automatically by mail delivery software.
>       
>       A message that you sent could not be delivered to all of its 
> recipients. The
>       following address(es) failed:
> 
>       [EMAIL PROTECTED]:
>       unrouteable mail domain "localhost"
>       
>       ------ This is a copy of the message, including all the headers. ------
> 
>       Return-path: <[EMAIL PROTECTED]>
>       Received: from armin by lebowski with local (Exim 2.05 #1 (Debian))
>               id 10Xnek-00004k-00; Thu, 15 Apr 1999 17:02:18 +0200
>       Date: Thu, 15 Apr 1999 17:02:18 +0200
>       To: [EMAIL PROTECTED]
>       Subject: Test Nr. C
>       Message-ID: <[EMAIL PROTECTED]>
>       Mime-Version: 1.0
>       Content-Type: text/plain; charset=us-ascii
>       X-Mailer: Mutt 0.95.3i
>       From:  <[EMAIL PROTECTED]>
>       
>       Test Nr. C
>       
> Why can't I mail to [EMAIL PROTECTED]
> 
Here is how I set my exim up.
I "finally!" got the beast to work.  I have
a suggestion for how to install it.  When the install script starts
give it the following answers:

Question #              Answer
1.                              Your HOME network.domain
2                               none
3                               none
4                               none
5                               No Filter
6                               your.ISPsmtp server
7                               Any user (I made one called boss)
8                               Yes - Replace /etc/aliases  ( after
                                                                you have the #7 
already created)

Then go into the /etc/exim.conf and check the following:

qualify_domain = Your Home.domain
local_domains = localhost          # This made it deliver mail from the
                                                                         ISP to 
me.



Have you read the man page for exim_dbmbuild and built the database?


The main configuration setting below might be problem.


In /etc/exim do you have the following?

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

qualify_domain = lebowski
local_domains = localhost:lebowski

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

smarthost:
  driver = domainlist
  transport = remote_smtp
  route_list = "* smtp.yourISPsmtohost bys_a"
                ^^^^^^^^^^^^^^^^^^^^^      
end
######################################################################
#                      REWRITE CONFIGURATION                         #
######################################################################

  [EMAIL PROTECTED]       ${lookup{$1}lsearch{/etc/email-addresses}\
                                                {$value}fail} bcfrF

If you do, then sorry, I can't help you. 
You might try [EMAIL PROTECTED]

-- 
User n.:
        A programmer who will believe anything you tell him.
_______________________________________________________
Wayne T. Topa <[EMAIL PROTECTED]>

Reply via email to