Mail Archives: cygwin/2008/08/05/18:38:01
----- 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 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 :
<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 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/
- Raw text -