nmh-workers
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]