1. edit the transport file:
/opt/zimbra/postfix/conf/transport:
fax.your.domain fax:hylafax_server (or localhost)
postconf transport (I execute this command)
do you mean postmap transport ?
2. edit my main.cf file /opt/zimbra/postfix/conf/main.cf:
transport_maps = ldap:/opt/zimbra/conf/ldap-transport.cf, hash:/opt/zimbra/postfix/conf/transport
fax_destination_recipient_limit = 1
edit localconfig.xml instead of main.cf, because this file is always rewrite by zimbra. create new "key" in localconfig.xml (in this case, create "postfix_transport_maps")
/opt/zimbra/conf/localconfig.xml
like this:
Code:
<key name="postfix_transport_maps">
<value>hash:/opt/zimbra/postfix/conf/transport, ldap:/opt/zimbra/conf/ldap-transport.cf</value>
</key> HTH,