maciejm: > Hello > Sorry, but I got lost in tunning (the server handles a lot of mail) or > my brain isn't working properly anymore... > > main.cf: > virtual_transport = lmtp:inet:10.10.10.5:24 > > lmtp_destination_concurrency_limit = 20 > lmtp_destination_recipient_limit = 1 > #in dovecot in lmtp I have: process_min_avail = 20 > default_destination_recipient_limit = 100 > default_destination_concurrency_limit = 100
These options say how Postfix will DELIVER mail. They DO NOT say what mail Postfix will RECEIVE from a sender. > I am trying to set the sender who sends mail to my server to be able to > send only 100 recipients in one mail That depends on how Postfix RECEIVES mail from the sender. With SMTP, there is smtpd_recipient_limit which must be 100 or more if you don't want to lose mail from legitimate senders. There is no explicit limit for the number of Postfix sendmail recipients (that depends on the queue file size limit and available space in the file system). Wietse