> On Mon, Nov 1, 2010 at 2:13 PM, <gu...@lorenzutti.com.ar> wrote:
>>
>> Hello everyone. Im using postfix 2.5.5 and im trying to use the
>> singleinstancestore of cyrus to hardlink mails instead of having one
>> copy
>> of every recipient.
>>
>> To make this work, I had to change the:
>>
>> mailbox_transport = lmtp:unix:/var/spool/postfix/public/lmtp
>> local_transport =
>>
>> to
>>
>> mailbox_transport =
>> local_transport = lmtp:unix:/var/spool/postfix/public/lmtp
>>
>> When I made this change, now it seems that the:
>>
>> default_destination_recipient_limit = 60
>>
>> isn't working...
>
> What the problem? Do you want enforce 60? Do you want a regular file
> foreach 60 recipients? why?
>
>>
>> Now I can add 600 recipients in one mail, with no problem. Before the
>> change, the 60 limit was working.
>>
>> Why? Any ideas how to fix this?
>>
>
> What the local_destination_concurrency_limit and
> local_destination_recipient_limit values?
>
> With local_destination_concurrency_limit > 1, you can't enforce one
> regular file. Cyrus will be create 1 regular file peer message, if you
> have concurrency connections, the recipients will be splited in some
> messages.
>
> --
> Reinaldo de Carvalho
> http://korreio.sf.net
> http://python-cyrus.sf.net
>
> "While not fully understand a software, don't try to adapt this
> software to the way you work, but rather yourself to the way the
> software works" (myself)
>

postconf |grep _recipient_limit
default_destination_recipient_limit = 30
default_extra_recipient_limit = 1000
default_recipient_limit = 20000
lmtp_destination_recipient_limit = $default_destination_recipient_limit
local_destination_recipient_limit = 30
qmgr_message_recipient_limit = 20000
relay_destination_recipient_limit = $default_destination_recipient_limit
smtp_destination_recipient_limit = $default_destination_recipient_limit
smtpd_recipient_limit = 1000
virtual_destination_recipient_limit = $default_destination_recipient_limit

Im still able to send an email to 300 users... I don't understand why.

Tnxs in advance.




Reply via email to