query from a fetchall-mailbox ?
-
Hello, everyone.
I would like to query a fetchall mailbox and distribute the mails it contains to the users.
Reason: The previous Exchange-server did it this way and there is no fixed IP to bend the MX to.
Is there a way to do this?
-
Hi @bitboy0,
yes that sounds the standard mode of operation for fetchmail. Poll an external mailbox and deliver locally. If its really just a single mailbox for all your users then you likely need to deliver to a local mta who will then decide where to deliver which mail (the other mode for fetchmail would be to deliver directly to dagent, but then it would all land in a single inbox).