bug-mailutils
[Top][All Lists]
Advanced

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

[bug-mailutils] gnu-mh programs


From: d. henman
Subject: [bug-mailutils] gnu-mh programs
Date: Thu, 21 Mar 2013 20:04:56 +0900

Hi Sergey,
  thanks for getting back to me.  I tried 2.99.98 as you suggested,
but the problem persists. Here's some more information I collected
running mh's send program.  Please look it over.

# Below you can see that using --draft has no effect, even after I
fixed my debug-level
# mistake.

# Want to send a message which is in .../drafts  (Draft-Folder
specified in .mh_profile)
$ send --debug-level=mailer.prot 95
send: stat(/home/djh/mail/95) failed: No such file or directory

$ send --debug-level=mailer.prot --draft 95
send: stat(/home/djh/mail/95) failed: No such file or directory

$ send --debug-level 4 drafts/95
SMTP User:  isp-usr-name
                     --------------------  which is set for inc; inc:
in  /.mh_profile
SMTP Passwd:
send: authentication disabled: Function not implemented
send: cannot send message: Operation rejected by remote party

$ send --debug-level=mailer.prot drafts/95
send: S: 220 mail2.asahi-net.or.jp ESMTP Postfix
             ---------------------  mail2. instead of just mail as in
~/.mh_profile
send: C: EHLO this-machine
send: S: 250-mail2.asahi-net.or.jp
send: S: 250-PIPELINING
send: S: 250-SIZE
send: S: 250-ETRN
send: S: 250-AUTH PLAIN LOGIN DIGEST-MD5 CRAM-MD5
send: S: 250-AUTH=PLAIN LOGIN DIGEST-MD5 CRAM-MD5
send: S: 250-ENHANCEDSTATUSCODES
send: S: 250-8BITMIME
send: S: 250 DSN
SMTP User: isp-usr-name
           ----------------- given in .mh_profile's  inc: statement
SMTP Passwd:
           ------------------ should this be null?
send: authentication disabled: Function not implemented
send: mu_mailer_send_message(): using From: address@hidden
                                    --------------------  should be 
address@hidden ?
send: C: MAIL FROM:<address@hidden> SIZE=195
send: S: 250 2.1.0 Ok
send: C: RCPT TO:<address@hidden>
                                -------------------   This is right

send: S: 504 5.5.2 <address@hidden>: Sender address rejected:
need fully-qualified
address                                 
-----------------------------------------
send: C: RSET
send: S: 250 2.0.0 Ok
send: cannot send message: Operation rejected by remote party
                                            ------------------------
Notes:
~/.mtstailor contains:
        url: smtp://mail.asahi-net.or.jp
        username: dhenman
        localname: gmail.com

~/.mh_profile contains:
        Draft-Folder: /home/djh/mail/drafts
        inc:  --file  pop://<isp-usr-name>:<isp-password>@pop.asahi-net.or.jp 
-truncate

When I ran 'send' on the command line the enter password code did not
display anything
  when I typed in the password.  I was expecting DOTs or * or
something.  Does outgoing mail need usser's name and password or is it
assumed that the inc: statement has it?

Thanks



reply via email to

[Prev in Thread] Current Thread [Next in Thread]