Re: FCC error, may be caused by missing dir ~/Mail

2020-11-05 Thread Matthias Apitz
El día jueves, noviembre 05, 2020 a las 02:05:38p. m. -0800, Kevin J. McCarthy escribió: > On Thu, Nov 05, 2020 at 10:43:17PM +0100, Matthias Apitz wrote: > >And as I said, all is working fine, i.e. the mails get sent fine, the > >only problem is this message spilt out by mutt about mail not sent

Re: FCC error, may be caused by missing dir ~/Mail

2020-11-05 Thread Josef 'Jeff' Sipek
On Thu, Nov 05, 2020 at 14:05:38 -0800, Kevin J. McCarthy wrote: > On Thu, Nov 05, 2020 at 10:43:17PM +0100, Matthias Apitz wrote: > >And as I said, all is working fine, i.e. the mails get sent fine, the > >only problem is this message spilt out by mutt about mail not sent. > > > >I will nail this

Re: FCC error, may be caused by missing dir ~/Mail

2020-11-05 Thread Kevin J. McCarthy
On Thu, Nov 05, 2020 at 10:43:17PM +0100, Matthias Apitz wrote: And as I said, all is working fine, i.e. the mails get sent fine, the only problem is this message spilt out by mutt about mail not sent. I will nail this down, it will only take some time, and I feel that it has todo with the handl

Re: smtp not working

2020-11-05 Thread Kevin J. McCarthy
On Thu, Nov 05, 2020 at 01:53:15PM +, isdtor wrote: [2020-11-05 13:35:13] SASL: GSSAPI Error: Unspecified GSS failure. Minor code may provide more information (Server not found in Kerberos database) At this point, I'm just guessing, as I have almost no experience with Kerberos. The mess

Re: FCC error, may be caused by missing dir ~/Mail

2020-11-05 Thread Matthias Apitz
El día jueves, noviembre 05, 2020 a las 11:03:00a. m. -0800, Kevin J. McCarthy escribió: > On Thu, Nov 05, 2020 at 07:55:11PM +0100, Matthias Apitz wrote: > >It *is* supported by mutt using the following trick: one of the arguments > >to mutt is: > > > > | mutt -d4 -e "set sendmail=\"cat --\"

Re: FCC error, may be caused by missing dir ~/Mail

2020-11-05 Thread Kevin J. McCarthy
On Thu, Nov 05, 2020 at 07:55:11PM +0100, Matthias Apitz wrote: It *is* supported by mutt using the following trick: one of the arguments to mutt is: | mutt -d4 -e "set sendmail=\"cat --\"" ... | sendmail -t I see. But wouldn't the recipients be appended to $sendmail, and then cat compl

Re: FCC error, may be caused by missing dir ~/Mail

2020-11-05 Thread Matthias Apitz
El día jueves, noviembre 05, 2020 a las 10:17:25a. m. -0800, Kevin J. McCarthy escribió: > >Thanks for the reply. The used mutt is version 1.18.3 (see debug log > >below). I put a tee command between mut and sendmail to see what mutt > >is spilling out to sendmail: > > > > ... | mutt -d4 |

Re: FCC error, may be caused by missing dir ~/Mail

2020-11-05 Thread Kevin J. McCarthy
On Thu, Nov 05, 2020 at 09:41:55AM +0100, Matthias Apitz wrote: El día miércoles, noviembre 04, 2020 a las 09:33:34a. m. -0800, Kevin J. McCarthy escribió: On Wed, Nov 04, 2020 at 01:17:44PM +0100, Matthias Apitz wrote: >We use mutt in batch mode to assemble mails with all attachments etc. >an

Re: smtp not working

2020-11-05 Thread isdtor
> Try running mutt at debug level 2 and see what it prints. There should be a > message: > smtp_authenticate: Trying method XXX > for each method, and then hopefully something inside the SASL authentication > starting with: > smtp_auth_sasl: > > I don't know what the problem is, but pe

Re: FCC error, may be caused by missing dir ~/Mail

2020-11-05 Thread Matthias Apitz
El día miércoles, noviembre 04, 2020 a las 09:33:34a. m. -0800, Kevin J. McCarthy escribió: > On Wed, Nov 04, 2020 at 01:17:44PM +0100, Matthias Apitz wrote: > >We use mutt in batch mode to assemble mails with all attachments etc. > >and pipe the assembled mail to /usr/lib/sendmail -t which works