Wesley: > hey postfixusers, > > Hello! I have a question about the round-robin distribution in Postfix. > Let's say we have an email account i...@example.com, and I would like first > email entering i...@example.com will be forwarded to in...@example.com, the > second will be forwared to in...@example.com, and the third will be > forwarded to in...@example.com and so on. > > Is it possible? do i need to install any addons for this? appreciate very > much for the help.
If you must deliver i...@example.com to info1 or info2 etc., then you need a virtual alias table that replies with a random name. Perhaps there is such functionality in MySQL. For details: man 5 mysql_table man 5 virtual On the other hand, it sounds like you are trying to solve a different problem that may have a better solution than random delivery, but we don't know what that problem is. Wietse