Some users (at another site) reported that sending messages from outlook to
~400 recipients with sendmail's delivery mode set to background caused
outlook timeouts.
--
Andrzej [en:Andrew] Adam Filip an...@priv.onet.pl an...@xl.wp.pl
All that is necessary for the triumph of evil is that good men do nothing
-- Edmund Burke (1729-1797)
> Is it possible to make sendmail switch from default background
> delivery mode to another mode (e.g. queue) for messages with high
> number of recipients? OR
> Is possible to set different DeliveryMode for MSA without using
> separate sendmail daemon?
>
> Some users (at another site) reported that sending messages from
> outlook to ~400 recipients with sendmail's delivery mode set to
> background caused outlook timeouts.
Alternatively, the users can lengthen the timeouts in their clients:
Tools -> Accounts -> {select mail account} -> Properties -> Advanced
Set "Server Timeouts".
Why?
> Is possible to set different DeliveryMode for MSA without using separate
> sendmail daemon?
Why?
> Some users (at another site) reported that sending messages from outlook to
> ~400 recipients with sendmail's delivery mode set to background caused
> outlook timeouts.
Before trying to come up with new options (or code), you should
figure out why the timeouts occurred. I doubt that changing
DeliveryMode would help (esp. not from background to queue).
Most likely the timeouts are due to the hostname canonification;
see cf/README how to deal with that.
--
Note: please read the netiquette before posting. I will almost never
reply to top-postings which include a full copy of the previous
article(s) at the end because it's annoying, shows that the poster
is too lazy to trim his article, and it's wasting my time.
[ One answear to 2 questions ]
I have got used to use sendmail for fixing MUA deficiences :-)
IMHO making sendmail accept messages submitted to MSA (over encrypted and
authenticated SMTP session) in deffered delivery mode (combined with
persistent quqeue runners) may make some postmasters happier.
For such *specific* type of submissions "accept now bounce later" may be an
interesting option.
>>Some users (at another site) reported that sending messages from outlook to
>>~400 recipients with sendmail's delivery mode set to background caused
>>outlook timeouts.
>
> Before trying to come up with new options (or code), you should
> figure out why the timeouts occurred. I doubt that changing
> DeliveryMode would help (esp. not from background to queue).
>
> Most likely the timeouts are due to the hostname canonification;
> see cf/README how to deal with that.
You are right. Queue delivery mode would not fix it but sendmail also
supports deffered delivery mode.
Hmm. It should be possible to have a LOCAL_RULE_0 which resolves to a
mailer marked as expensive once ${nrcpts} crosses a certain threshold.
With confCON_EXPENSIVE enabled, these recipients will effectively be
delivered in queue mode.
But it's cleaner to...
> Is possible to set different DeliveryMode for MSA without using separate
> sendmail daemon?
... enable _FFR_DM_PER_DAEMON (8.13.4 and better).
Thanks for *this* hint.
--
Andrzej [en:Andrew] Adam Filip an...@priv.onet.pl an...@xl.wp.pl
http://www.sendmail.org/faq/ http://anfi.homeunix.net/sendmail/