nmh-workers
[Top] [All Lists]

[nmh-workers] sendmail/pipe default config?

2019-10-19 11:20:26
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
https://lists.nongnu.org/mailman/listinfo/nmh-workers

<Prev in Thread] Current Thread [Next in Thread>