Re: default_destination_recipient_limit

2017-12-14 Thread Viktor Dukhovni
> On Dec 14, 2017, at 1:41 PM, Emanuel wrote: > > I want to limit the number of recipients that can be sent from a certain > IP address. (outgoing email). The outgoing recipient limit is configured per-transport via _destination_recipient_limit. main.cf: default_desti

Re: default_destination_recipient_limit

2017-12-14 Thread Emanuel
I want to limit the number of recipients that can be sent from a certain IP address. (outgoing email). Thanks. El 14/12/17 a las 15:22, Viktor Dukhovni escribió: On Dec 14, 2017, at 7:31 AM, Emanuel wrote: I currently allow to send 100 recipients per email but I would like to create an e

Re: default_destination_recipient_limit

2017-12-14 Thread Viktor Dukhovni
> On Dec 14, 2017, at 7:31 AM, Emanuel wrote: > > I currently allow to send 100 recipients per email but I would like to create > an exception so that an IP can send to 1000 recipients, is it possible? It is not entirely clear from the description whether this is about incoming or outgoing em

Re: default_destination_recipient_limit

2017-12-14 Thread Benny Pedersen
Emanuel skrev den 2017-12-14 13:31: I currently allow to send 100 recipients per email but I would like to create an exception so that an IP can send to 1000 recipients, is it possible? https://www.howtoforge.com/community/threads/limit-outgoing-emails-postfwd.71328/ same problem solved ? pl

Re: default_destination_recipient_limit not working after changing the mailbox_transport to local_transport

2010-11-03 Thread Victor Duchovni
On Wed, Nov 03, 2010 at 08:39:52AM -0300, Reinaldo de Carvalho wrote: > As Victor correct me (again) to use transport_maps isn't the better > approach, although works for me. It is a more flexible approach, just not mandatory, which was the substance of the error in your previous post. Setting "l

Re: default_destination_recipient_limit not working after changing the mailbox_transport to local_transport

2010-11-03 Thread guido
> gu...@lorenzutti.com.ar put forth on 11/2/2010 10:03 PM: > >>> # main.cf >>> transport_maps = hash:/etc/postfix/transport >>> >>> # /etc/postfix/transport >>> exmaple.org lmtp:unix:/path/to/cyrus-lmtp-server-socket > >> >> MMmmm... when I remove the local_transport and add everything to the

Re: default_destination_recipient_limit not working after changing the mailbox_transport to local_transport

2010-11-03 Thread Reinaldo de Carvalho
On Wed, Nov 3, 2010 at 12:03 AM, wrote: >> >> # main.cf >> transport_maps = hash:/etc/postfix/transport >> >> # /etc/postfix/transport >> exmaple.org      lmtp:unix:/path/to/cyrus-lmtp-server-socket >> > > MMmmm... when I remove the local_transport and add everything to the > transport_map I get

Re: default_destination_recipient_limit not working after changing the mailbox_transport to local_transport

2010-11-02 Thread Stan Hoeppner
gu...@lorenzutti.com.ar put forth on 11/2/2010 10:03 PM: >> # main.cf >> transport_maps = hash:/etc/postfix/transport >> >> # /etc/postfix/transport >> exmaple.org lmtp:unix:/path/to/cyrus-lmtp-server-socket > > MMmmm... when I remove the local_transport and add everything to the > transpor

Re: default_destination_recipient_limit not working after changing the mailbox_transport to local_transport

2010-11-02 Thread guido
> On Mon, Nov 1, 2010 at 2:13 PM, 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

Re: default_destination_recipient_limit not working after changing the mailbox_transport to local_transport

2010-11-02 Thread guido
> On Mon, Nov 01, 2010 at 02:13:53PM -0300, 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. > > This is only possible if you use LMTP delivery d

Re: default_destination_recipient_limit not working after changing the mailbox_transport to local_transport

2010-11-02 Thread guido
> On Mon, Nov 1, 2010 at 2:13 PM, 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:/v

Re: default_destination_recipient_limit not working after changing the mailbox_transport to local_transport

2010-11-01 Thread Victor Duchovni
On Mon, Nov 01, 2010 at 03:30:57PM -0300, Reinaldo de Carvalho wrote: > > 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/pub

Re: default_destination_recipient_limit not working after changing the mailbox_transport to local_transport

2010-11-01 Thread Reinaldo de Carvalho
On Mon, Nov 1, 2010 at 2:13 PM, 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/postf

Re: default_destination_recipient_limit not working after changing the mailbox_transport to local_transport

2010-11-01 Thread Victor Duchovni
On Mon, Nov 01, 2010 at 02:13:53PM -0300, 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. This is only possible if you use LMTP delivery directly, wit

Re: default_destination_recipient_limit not working after changing the mailbox_transport to local_transport

2010-11-01 Thread Reinaldo de Carvalho
On Mon, Nov 1, 2010 at 2:13 PM, 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/post

Re: default_destination_recipient_limit not working after changing the mailbox_transport to local_transport

2010-11-01 Thread Wietse Venema
gu...@lorenzutti.com.ar: > local_transport = lmtp:unix:/var/spool/postfix/public/lmtp > default_destination_recipient_limit = 60 > > isn't working... As documented, the local_destination_recipient_limit setting has precedence over the default_destination_recipient_limit setting. Wietse