X-Recipient: archive-cygwin@delorie.com
X-Spam-Check-By: sourceware.org
Date: Tue, 05 Aug 2008 18:36:23 -0400
From: "Pierre A. Humblet" <Pierre.Humblet@ieee.org>
Subject: Re: Exim problem
To: "r" <r.trev_@inwind.it>, <cygwin@cygwin.com>
Message-id: <016b01c8f74b$b1397600$880410ac@wirelessworld.airvananet.com>
MIME-version: 1.0
X-Mailer: Microsoft Outlook Express 6.00.2900.3138
Content-type: text/plain; charset=iso-8859-1
Content-transfer-encoding: 7bit
References: <g7adj7$avt$1@ger.gmane.org>
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com


----- Original Message ----- 
From: "r" <r>
To: cygwin
Sent: Tuesday, August 05, 2008 4:35 PM
Subject: Exim problem


| 
| 
| I have a little problem with exim : sending emails to big providers like 
| gmail.com, yahoo.com .. I have no problem. But when I send email to my   
| company account ( where I work ) from mutt/exim, email does not arrive.  
| And no errors come back.                                                 
| I thought it can be some filter they have. I discovered that, while mutt 
| compile headers correctly ( with my home account xxxx@gmail.com ), it    
| seems that exim qualify me with the linux_login_account@_my_computer_name
| ( that is Proprietario@nome-1m3b12i2gp ). Here I post a mail header :    

<snip>                                                                       
                                                                        
| I saw that the last header part is correct ( I think it is written from 
| mutt ) on the contrary, the first header part report as sender           
| Proprietario@nome-1m3b12i2gp, that is my login account @ my computer     
| name.                                                                    
| I just wanted to know if anyone knows if I can change that               
| Proprietario@nome-1m3b12i2gp with xxxxx@gmail.com.
| ( I tried with the headers_rewrite = Proprietario@nome-1m3b12i2gp \
|                                     xxxxx@gmail.com 
|  but nothing change )

Header rewriting should work, see chapter 31 of the exim doc (www.exim.org).
I am not expert on that. It can be tested like "exim -brw ph10@exim.workshop.example"
Perhaps you should rewrite only "Proprietaro", without domain, or use a wildcard.

I would try to use the -f switch of exim when calling exim from mutt.
In your ~/.muttrc
set sendmail="/usr/bin/exim -f xxxxx@gmail.com -i"
I hope this works!
                       
Pierre

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

