bug-mailutils
[Top][All Lists]
Advanced

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

Re: [bug-mailutils] gnu-mh programs


From: Sergey Poznyakoff
Subject: Re: [bug-mailutils] gnu-mh programs
Date: Thu, 21 Mar 2013 19:17:09 +0300

d. henman <address@hidden> 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: address@hidden
>                                   --------------------  should be 
> address@hidden ?

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



reply via email to

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