Re: RE: Random delivery

2018-01-01 Thread Jochen Bern
On 12/31/2017 01:30 PM, Jorge Bastos wrote: > It's that what I want!! > Sequentially, my bad saying random! The trickier parts of coding LDAs - with locking/semaphores and such - address the case of *(near) simultaneous* arrival of e-mails. In your case, you wouldn't need to lock "the mailbox" (if

Re: Random delivery

2017-12-31 Thread Andreas Born
Jorge Bastos wrote: > I have account i...@domain.tld and when an email is received, I want to > forward it to several accounts, always in this order: > > ð ema...@domain.tlf > ð ema...@domain.tld > ð ema...@domain.tld > > And when it reached ema...@domain.tld it starts again with ema...@domain

RE: Random delivery

2017-12-31 Thread Jorge Bastos
this option in postfix, thanks for the tip as this is a bit offtopic of dovecot, -Original Message- From: dovecot [mailto:dovecot-boun...@dovecot.org] On Behalf Of Joseph Tam Sent: 30 de dezembro de 2017 07:17 To: dovecot@dovecot.org Subject: Re: Random delivery "Jorge Bastos"

Re: Random delivery

2017-12-29 Thread Joseph Tam
"Jorge Bastos" writes: I?d like to achieve something that i don?t know if it?s possible. It's almost always possible; it really depends on how much work you want to do. I have account i...@domain.tld and when an email is received, I want to forward it to several accounts, always in this ord

Re: Random delivery

2017-12-29 Thread Aki Tuomi
Not sure how this is random ... =) So you want it to deliver a the mail to first email1, next email to email2, next to email3, and next to email1. I am pretty sure you can do this better with postfix with transport that redirects it to one of these accounts in order. Aki > On December 29, 201