Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 To: cygwin AT cygwin DOT com From: Robert R Schneck Subject: Re: Try to change FROM: name Sender!! HELP Date: Mon, 5 Apr 2004 15:20:32 +0000 (UTC) Lines: 26 Message-ID: References: <407154AD DOT 7 AT darumaorga DOT com DOT br> X-Complaints-To: usenet AT sea DOT gmane DOT org X-Gmane-NNTP-Posting-Host: 80.44.253.137 User-Agent: slrn/0.9.8.0 (CYGWIN_NT-5.1) Magno Weege de Oliveira wrote: > Hi, sory to send mail to this list, but I need I little explanation: > Problem: I wanna to send a email but the Sender need to be > example AT domain DOT com > and the Sender is U-host08/Administrator (for example) > How can I change the Sender?? > p.s.: I'm using mutt and ssmtp to send mails. > thanks a lot! Do you mean the From: line or the Sender: line? If it's the From: line, you may want to edit /etc/ssmtp/ssmtp.conf and ensure that the line "FromLineOverride=YES" is uncommented. This will ensure that whatever mutt thinks the From: line should be, will be the From: line sent by ssmtp. Then it's up to you to convince mutt to use a particular From: line. The problem is that without "FromLineOverride=YES", ssmtp will construct the From: line using your username on the Cygwin machine, and the corresponding real name from /etc/passwd which defaults to U-host08/Administrator. Almost certainly not what you want. Further discussion on this list is doubtless off-topic, but in this case I'll welcome you to send me private e-mail if you need more help. Robert -- 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/