Some of our catch all accounts are need to forward to multiple
recipients for example all mails to sales(_at_)mydomain(_dot_)com should be
forward to all sales representative at myotherdomain.com. The
following syntax only forward to the first match entry (mike).
==============================
poll mail.mydomain.com:
user catch-all with pass secret
to sales=mike sales=john sales=jason
smtpaddress myotherdomain.com
smtphost mail.local
fetchall
==============================
What should I do to cope this? Many thanks in advance.