On Thu, June 28, 2012 11:05, k...@rice.edu wrote: > > One item to keep in mind is that if you use the local(8) for mailbox > delivery, you cannot use the Cyrus single-instance store functionality > where a message sent to multiple recipients is only stored once on > the filesystem. The local agent has a maximum delivery concurrancy > of 1.
Could someone explain to me the intentions of the following instructions with respect to recipient limits found in main.cf and master.cf respectively? # /etc/postfix/main.cf # If using the cyrus-imapd IMAP server deliver local mail to the IMAP # server using LMTP (Local Mail Transport Protocol), this is prefered # over the older cyrus deliver program by setting the # mailbox_transport as below: # # mailbox_transport = lmtp:unix:/var/lib/imap/socket/lmtp # # The efficiency of LMTP delivery for cyrus-imapd can be enhanced via # these settings. # # local_destination_recipient_limit = 300 # local_destination_concurrency_limit = 5 # /etc/postfix/master.cf # Cyrus 2.1.5 (Amos Gouaux) # Also specify in main.cf: cyrus_destination_recipient_limit=1 # cyrus unix - n n - - pipe user=cyrus argv=/usr/lib/cyrus-imapd/deliver -e -r ${sender} -m ${extension} ${user} Further, under the virtual_mailbox_domains scenario, should both the mailbox_transport and the virtual_transport be set to cyrus? If so, what is the relationship between local_destination_recipient_limit = 300 and cyrus_destination_recipient_limit=1? -- *** E-Mail is NOT a SECURE channel *** James B. Byrne mailto:byrn...@harte-lyne.ca Harte & Lyne Limited http://www.harte-lyne.ca 9 Brockley Drive vox: +1 905 561 1241 Hamilton, Ontario fax: +1 905 561 0757 Canada L8E 3C3