X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Date: Tue, 05 Aug 2008 18:36:23 -0400 From: "Pierre A. Humblet" Subject: Re: Exim problem To: "r" , 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: Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com ----- Original Message ----- From: "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 AT gmail DOT com ), it | seems that exim qualify me with the linux_login_account AT _my_computer_name | ( that is Proprietario AT nome-1m3b12i2gp ). Here I post a mail header : | 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 AT nome-1m3b12i2gp, that is my login account @ my computer | name. | I just wanted to know if anyone knows if I can change that | Proprietario AT nome-1m3b12i2gp with xxxxx AT gmail DOT com. | ( I tried with the headers_rewrite = Proprietario AT nome-1m3b12i2gp \ | xxxxx AT gmail DOT 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 AT exim DOT workshop DOT 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 AT gmail DOT 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/