----- 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 [EMAIL PROTECTED] ), it | seems that exim qualify me with the [EMAIL PROTECTED] | ( that is [EMAIL PROTECTED] ). 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 | [EMAIL PROTECTED], that is my login account @ my computer | name. | I just wanted to know if anyone knows if I can change that | [EMAIL PROTECTED] with [EMAIL PROTECTED] | ( I tried with the headers_rewrite = [EMAIL PROTECTED] \ | [EMAIL PROTECTED] | 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 [EMAIL PROTECTED]" 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 [EMAIL PROTECTED] -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/