d. henman <[email protected]> ha escrit: > # Below you can see that using --draft has no effect, even after I > fixed my debug-level > # mistake.
Indeed, --draft does not affect the directory where the message is searched. I'll check if it should and fix it if so. > $ send --debug-level 4 drafts/95 > SMTP User: isp-usr-name > SMTP Passwd: > send: authentication disabled: Function not implemented That means that you have compiled MU without GNU SASL. If you don't need ESMTP AUTH, leave it as is, but add ";noauth" to your SMTP url in ~/.mtstailor, e.g.: url: smtp://mail.asahi-net.or.jp;noauth > 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). > When I ran 'send' on the command line the enter password code did not > display anything That's right. It should not have displayed anything. > Does outgoing mail need usser's name and password or is it > assumed that the inc: statement has it? It has nothing to do with inc. It is configured at the SMTP server (in your case mail.asahi-net.or.jp). Normally the use of ESMTP AUTH is optional. That's why I've asked whether you really need it. Since you did not use it previously (it was not supported by MU 2.x anyway), then perhaps you don't need it at all. In that case, just disable it as I described above. Let me know if it helps. Regards, Sergey _______________________________________________ Bug-mailutils mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-mailutils
