[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [bug-mailutils] how to make mail.mailutils invoke sendmail without -
From: |
Forest |
Subject: |
Re: [bug-mailutils] how to make mail.mailutils invoke sendmail without -f |
Date: |
Thu, 20 Jun 2019 00:27:16 -0700 |
On Thu, 20 Jun 2019 09:42:48 +0300, Sergey Poznyakoff wrote:
>> I'm trying to solve a problem caused by mail.mailutils invoking sendmail
>> with the -f option. (This option overrides my MTA's smart-host MAIL FROM
>> setting, leading to rejected outgoing messages.) I'm looking for a way to
>> tell mailutils not to use the sendmail -f option.
>
>The only way of doing so is to use smtp instead of sendmail. Add the
>following to your .mailrc:
Drat. That means mailutils is incompatible with dma's MASQUERADE mode, so
I'll have to find something to replace mailutils.
Thanks for the info.