[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: how can I set the from address in mutt?



On 27/05/13 09:55 PM, staticsafe wrote:
set from ="test@example.com"
set realname = "John Doe"
Thanks. I tried it but e-mail is still not getting through. Again, if I replace mutt with mail and use -r with the from address I use in set from, mail works.

In the queue query below, the it looks like it's using my account name and domain I use, which unfortunately doesn't have e-mail services. The garydale@rahim-dale.org is probably constructed somewhere then it tries to send e-mail through the server I told it about but using an e-mail account that I have with Rogers. Rogers rejects it because they don't know garydale@rahim-dale.org.

It looks like its complaining about not having a "from" address though.


#exim4 -qff -v
LOG: queue_run MAIN
  Start queue run: pid=7689 -qff
delivering 1UhATj-0001to-1o (queue run pid 7689)
LOG: MAIN
  Unfrozen by forced delivery
R: smarthost for garydale@rahim-dale.org
T: remote_smtp_smarthost for garydale@rahim-dale.org
Transport port=25 replaced by host-specific port=587
Connecting to smtp-rog.mail.a03.yahoodns.net [67.195.22.104]:587 ... connected
  SMTP<< 220 smtp102.rog.mail.gq1.yahoo.com ESMTP
  SMTP>> EHLO transponder.rahim-dale
  SMTP<< 250-smtp102.rog.mail.gq1.yahoo.com
         250-AUTH LOGIN PLAIN XYMCOOKIE
         250-PIPELINING
         250-SIZE 41697280
         250 8BITMIME
  SMTP>> AUTH PLAIN ********************************************
  SMTP<< 235 OK, go ahead
  SMTP>> MAIL FROM:<> SIZE=2673
  SMTP>> RCPT TO:<garydale@rahim-dale.org>
  SMTP>> DATA
SMTP<< 553 From address not verified - see http://www.rogershelp.com/verify-email
  SMTP<< 503 Wrong sequence of commands : MAIL FROM needed
  SMTP<< 503 Wrong sequence of commands : MAIL FROM needed
  SMTP>> QUIT
LOG: MAIN
** garydale@rahim-dale.org R=smarthost T=remote_smtp_smarthost: SMTP error from remote mail server after MAIL FROM:<> SIZE=2673: host smtp-rog.mail.a03.yahoodns.net [67.195.22.104]: 553 From address not verified - see http://www.rogershelp.com/verify-email
LOG: MAIN
  Frozen (delivery error message)
LOG: queue_run MAIN
  End queue run: pid=7689 -qff


Reply to: