[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [nmh-workers] sendmail/pipe default config?
From: |
David Levine |
Subject: |
Re: [nmh-workers] sendmail/pipe default config? |
Date: |
Sat, 19 Oct 2019 17:19:17 -0400 |
I wrote:
> verify_all_addresses() works for me with sendmail/pipe (on Linux).
That's because it (-whom) uses SMTP, as if sendmail/smtp was specified,
even if sendmail/pipe was specified. I'll update the comments to
something like:
/* Note that this will use fork and call sendmail directly, using
SMTP, (sendmail/smtp) even if sendmail/pipe is specified.
Not using SMTP might not work because:
Notice: -bv may give misleading output for non-privileged user */
verify_all_addresses (1, eai, envelope, oauth_flag, auth_svc);
if (msgflags & MVIS) {
if (sm_mts != MTS_SENDMAIL_PIPE) {
/* Addresses aren't verified with sendmail/pipe because
spost didn't. They could be because verify_all_address()
uses SMTP, see above. */
verify_all_addresses (verbose, eai, envelope, oauth_flag,
auth_svc);
}
post (tmpfil, 0, verbose, eai, envelope, oauth_flag, auth_svc);
}
Unless there's interest in enabling that verify_all_addresses() call
with sendmail/pipe?
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, 2019/10/19
- Re: [nmh-workers] sendmail/pipe default config?,
David Levine <=
- 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
- Re: [nmh-workers] nmh sourcesfile:///home/norm/Desktop/repl.desktop, norm, 2019/10/25