Sergey,
  Thanks for the information.

Re;> > send: mu_mailer_send_message(): using From: dhenman@this-machine
> >                                 --------------------  should be 
> > [email protected] ?
> Why should it? The default sender name (unless set explicitly elsewhere)
> is composed by concatenating the login name of the user, a "@" sign
> and the machine name, as returned by gethostname(2).
But, there is no host user named dhenman.  It is only a gmail user name.
Since you user gethostname, I thought that it would use something like
getusername() to be consistent?

Here is the new information about result of adding the  ';noaut'  in
~/.mtstailor
 $ send --debug-level=mailer.prot drafts/95
send: S: 220 mail2.asahi-net.or.jp ESMTP Postfix
send: C: EHLO this-machine
send: S: 250-mail2.asahi-net.or.jp
....
send: S: 250 DSN
send: mu_mailer_send_message(): using From: dhenman@this-machine
send: C: MAIL FROM:<dhenman@this-machine> SIZE=195
              --------------------------        Shouldn't the From:
host be @gmail.com?

send: S: 250 2.1.0 Ok
send: C: RCPT TO:<[email protected]>
send: S: 504 5.5.2 <dhenman@this-machine>: Sender address rejected:
need fully-qualified

----------------------------------------------------------------
send: C: RSET
send: S: 250 2.0.0 Ok
send: cannot send message: Operation rejected by remote party

--- end

_______________________________________________
Bug-mailutils mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-mailutils

Reply via email to