Wesley: > hey postfixusers, > > Hello! I have a question about the round-robin distribution in Postfix. > Let's say we have an email account [email protected], and I would like first > email entering [email protected] will be forwarded to [email protected], the > second will be forwared to [email protected], and the third will be > forwarded to [email protected] 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 [email protected] 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
