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

Re: Can not mail to myself



	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(wegner@ldv35.uni-trier.de):
> I've configured exim with eximconf to local delivery and edited 
> ~/.fetchmailrc by hand. I have added "is armin@lebowski".
> fetchmail works now.
> 
> Nevertheless I tested to mail to armin@localhost. 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: armin@localhost
> 	From: Mail Delivery System <Mailer-Daemon@lebowski>
> 	To: armin@lebowski
> 	Subject: Mail delivery failed: returning message to sender
> 	Message-Id: <E10Xnek-00004o-00@lebowski>
> 	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:
> 
>   	armin@localhost:
>     	unrouteable mail domain "localhost"
> 	
> 	------ This is a copy of the message, including all the headers. ------
> 
> 	Return-path: <armin@lebowski>
> 	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: armin@localhost
> 	Subject: Test Nr. C
> 	Message-ID: <19990415170218.C176@lebowski>
> 	Mime-Version: 1.0
> 	Content-Type: text/plain; charset=us-ascii
> 	X-Mailer: Mutt 0.95.3i
> 	From:  <armin@lebowski>
> 	
> 	Test Nr. C
> 	
> Why can't I mail to armin@localhost?
> 
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                         #
######################################################################

  *@lebowski       ${lookup{$1}lsearch{/etc/email-addresses}\
                                                {$value}fail} bcfrF

If you do, then sorry, I can't help you. 
You might try exim-users-request@exim.org.

-- 
User n.:
        A programmer who will believe anything you tell him.
_______________________________________________________
Wayne T. Topa <wtopa@ix.netcom.com>


Reply to: