Quote:
Originally Posted by cmargena . We want to make transparent the change of pop3 server so my question is if I can use Zimbra proxy not only to proxy pop3 requests that goes to Zimbra but also to proxy requests that goes to the old qmail platform via pop3. |
We're in the middle of doing the same thing, we want it setup that if an account doesn't exist on Zimbra, pass it on to our AS/400 mail server:
zmprov md ourdomain.com zimbraMailCatchAllAddress @outdomain.com
zmprov md outdomain.com zimbraMailCatchAllForwardingAddress @ourdomain.com
zmprov md outdomain.com zimbraMailTransport smtp:10.10.10.245
postfix stop
postfix start
Doug