Hey list,

In smtpd.conf(5) it says:

smtp limit max-mails count
    Limit the number of messages to count for each session. The default is 100.
smtp limit max-rcpt count
    Limit the number of recipients to count for each transaction. The default 
is 1000.

I am puzzled about what consequences it has to set those variables. For
instance, I thought 'smtp limit max-mails 10' whould mean smtpd would send max
10 emails per smtp session with a single server, and queue the rest for later.

I tried set 'smtp limit max-mails 10' and send an email to more than 10
receivers in To: header, but it seems smtpd sends all emials at once to the
same host anyway.

Could someone clarify for me what consequences it has for mail delivery when
the limits are reached?

-- 
/Martin

Reply via email to