bug-mailutils
[Top][All Lists]
Advanced

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

Re: Cannot open mailer: No such file or directory


From: Jean Louis
Subject: Re: Cannot open mailer: No such file or directory
Date: Sun, 9 May 2021 14:29:27 +0300
User-agent: Mutt/2.0.6 (2021-03-06)

* Sergey Poznyakoff <gray@gnu.org.ua> [2021-05-09 14:02]:
> Jean Louis <bugs@gnu.support> ha escrit:
> 
> > Nothing special with that option
> 
> This means that you are using a "prog" mailer ('prog://COMMAND') and
> its COMMAND part does not exist on the filesystem.  Note, that command
> should be given as an absolute pathname, otherwise, the result will
> depend on cwd.

I have not ever set such option. I do not have it in ~/.mailutils

I have made `git pull' as I was thinking it is my distribution that
has some error, so I installed the upstream mailutils, and I am
getting same error. Maybe that option is by default now?

I wish to use simply `sendmail', but how?

With this one in .mailutils, I still get the error but sendmail
exists. 

mailer {
       url sendmail:///home/data1/protected/bin/sendmail;
}


My ~/.mailutils:
================
tls {
    enable true;
}
    
mailbox {
        # Use specified URL as a mailspool.
        mail-spool /home/data1/protected/Maildir;

       # Create mailbox URL using PATTERN.
       #       mailbox-pattern PATTERN;

       # Default mailbox type.
       mailbox-type Maildir;

       # Default user mail folder.
       # folder DIR;
     }

My ~/.mailrc:
=============
set appenddeadletter
set editheaders
set emptystart
set byname
set folder="~/Maildir"
set inplacealiases
set prompt="mail> "
set record="~/Maildir/~t"
unset askcc

# locking {
#       expire-timeout 30;
# }



reply via email to

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