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
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
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"
"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
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