Groups | Search | Server Info | Login | Register


Groups > comp.mail.sendmail > #8318

Re: Forwarding to gmail

From kalevi@kolttonen.fi (Kalevi Kolttonen)
Newsgroups comp.mail.sendmail
Subject Re: Forwarding to gmail
Date 2026-05-10 20:28 +0000
Organization A noiseless patient Spider
Message-ID <10tqpq7$l79o$1@dont-email.me> (permalink)
References <1ruwhpm.16ecnlo1fccpqsN%hauke+usenet@causeuse.org> <10tq842$otu$1@news.misty.com> <1ruwz2l.17ryp401sw5dduN%hauke+usenet@causeuse.org>

Show all headers | View raw


Hauke Fath <hauke+usenet@causeuse.org> wrote:
> Claus Aßmann wrote:
> 
>> Compile with -D_FFR_PROXY and try DeliveryMode=s
> 
> Is that equivalent to the m4 define(`confDELIVERY_MODE', `interactive')?

In short: No.

I just checked out the 8.19.0.1 source and found the following in daemon.c:

                  case 'D':             /* DeliveryMode */
                        switch (*v) 
                        {
                          case SM_QUEUE:
                          case SM_DEFER:
                          case SM_DELIVER:
                          case SM_FORK:
#if _FFR_PROXY
                          case SM_PROXY_REQ:
#endif

and this is in:

sendmail/sendmail.h:# define SM_PROXY_REQ       's'             /* synchronous mode requested */

So 'i' stands for 'interactive' DeliveryMode while 's'
stands for 'synchronous'.

br,
KK

Back to comp.mail.sendmail | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

Forwarding to gmail hauke+usenet@causeuse.org (Hauke Fath) - 2026-05-10 16:05 +0200
  Re: Forwarding to gmail Claus Aßmann <INVALID_NO_CC_REMOVE_IF_YOU_DO_NOT_POST_ml+sendmail(-no-copies-please)@esmtp.org> - 2026-05-10 11:26 -0400
    Re: Forwarding to gmail hauke+usenet@causeuse.org (Hauke Fath) - 2026-05-10 22:14 +0200
      Re: Forwarding to gmail kalevi@kolttonen.fi (Kalevi Kolttonen) - 2026-05-10 20:28 +0000
        Re: Forwarding to gmail hauke+usenet@causeuse.org (Hauke Fath) - 2026-05-11 09:16 +0200
  Re: Forwarding to gmail John Levine <johnl@taugh.com> - 2026-05-10 20:24 +0000
    Re: Forwarding to gmail hauke+usenet@causeuse.org (Hauke Fath) - 2026-05-11 09:16 +0200
      Re: Forwarding to gmail John Levine <johnl@taugh.com> - 2026-05-11 19:11 +0000
        Re: Forwarding to gmail Bjørn Mork <bjorn@mork.no> - 2026-05-12 08:07 +0200

csiph-web