[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nmh-workers] sendmail/pipe default config?
From: |
David Levine |
Subject: |
[nmh-workers] sendmail/pipe default config? |
Date: |
Sat, 19 Oct 2019 12:20:11 -0400 |
az writes:
> ie. with a configure invocation of
> ---sysconfdir='$${prefix}/etc' \
I assume that 3 dashes there is a typo.
> --with-mts=sendmail/pipe \
Is that the best choice for a default configuration? It's easy
enough for the user to override, but with this default they
lose support for Dcc.
Re. sendmail/pipe, are these comments in post.c still valid?
/* This won't work with MTS_SENDMAIL_PIPE. */
verify_all_addresses (1, eai, envelope, oauth_flag, auth_svc);
and
if (sm_mts != MTS_SENDMAIL_PIPE) {
/* It would be nice to have support to call
verify_all_addresses with MTS_SENDMAIL_PIPE, but
that might require running sendmail as root. Note
that spost didn't verify addresses. */
verify_all_addresses (verbose, eai, envelope, oauth_flag,
auth_svc);
}
verify_all_addresses() works for me with sendmail/pipe (on Linux).
David
- [nmh-workers] nmh sources, norm, 2019/10/18
- Re: [nmh-workers] nmh sources, norm, 2019/10/18
- Re: [nmh-workers] nmh sources, Ken Hornstein, 2019/10/18
- Re: [nmh-workers] nmh sources, Paul Fox, 2019/10/18
- Re: [nmh-workers] nmh sourcesfile:///home/norm/Desktop/repl.desktop, norm, 2019/10/18
- Re: [nmh-workers] nmh sourcesfile:///home/norm/Desktop/repl.desktop, Ralph Corderoy, 2019/10/19
- Re: [nmh-workers] nmh sourcesfile:///home/norm/Desktop/repl.desktop, Alexander Zangerl, 2019/10/19
- [nmh-workers] sendmail/pipe default config?,
David Levine <=
- Re: [nmh-workers] sendmail/pipe default config?, David Levine, 2019/10/19
- Re: [nmh-workers] sendmail/pipe default config?, Alexander Zangerl, 2019/10/19
- Re: [nmh-workers] sendmail/pipe default config?, David Levine, 2019/10/20
- Re: [nmh-workers] sendmail/pipe default config?, Valdis Klētnieks, 2019/10/20
- Re: [nmh-workers] sendmail/pipe default config?, Ken Hornstein, 2019/10/20
- Re: [nmh-workers] sendmail/pipe default config?, Ralph Corderoy, 2019/10/20
- Re: [nmh-workers] sendmail/pipe default config?, Ken Hornstein, 2019/10/20
- Re: [nmh-workers] nmh sourcesfile:///home/norm/Desktop/repl.desktop, norm, 2019/10/23
- Re: [nmh-workers] nmh sourcesfile:///home/norm/Desktop/repl.desktop, Ralph Corderoy, 2019/10/23
- Re: [nmh-workers] nmh sourcesfile:///home/norm/Desktop/repl.desktop, David Levine, 2019/10/23