Welcome, if you would like to post a comment please register.
We also encourage you to explore all things Zimbra with our team and members of the community.
hello,
we are using a zimbra server but we also have a novell groupwise server on our network. I'd like to do a per user transport table on postfix so it relays emails to specific users on the groupwise server.
I know about setting the transport_maps on the main.cf file on postfix as well as what to include in the file.
I'm just curious about the 'zimbra' way of doing this.
POSTCONF content_filter
if SERVICE antivirus
POSTCONF content_filter smtp-amavis:[127.0.0.1]:10024
fi
if SERVICE antispam
POSTCONF content_filter smtp-amavis:[127.0.0.1]:10024
fi
LOCAL ldap_url
LOCAL zimbra_ldap_userdn
LOCAL zimbra_ldap_password
VAR zimbraSpamKillPercent
VAR zimbraSpamTagPercent
VAR zimbraSpamSubjectTag
RESTART antispam mta
SECTION mta
POSTCONF content_filter
if SERVICE antivirus
POSTCONF content_filter smtp-amavis:[127.0.0.1]:10024
fi
if SERVICE antispam
POSTCONF content_filter smtp-amavis:[127.0.0.1]:10024
fi
VAR zimbraMtaRestriction
VAR zimbraMtaBlockedExtension
VAR zimbraMtaRecipientDelimiter
VAR zimbraMtaMyNetworks
if VAR zimbraMtaMyNetworks
POSTCONF mynetworks VAR zimbraMtaMyNetworks
fi
LOCAL zimbra_server_hostname
REWRITE conf/postfix_header_checks.in conf/postfix_header_checks
POSTCONF myhostname LOCAL zimbra_server_hostname
POSTCONF recipient_delimiter VAR zimbraMtaRecipientDelimiter
POSTCONF smtpd_sasl_auth_enable VAR zimbraMtaAuthEnabled
POSTCONF smtpd_tls_auth_only VAR zimbraMtaTlsAuthOnly
POSTCONF smtpd_use_tls yes
POSTCONF disable_dns_lookups VAR !zimbraMtaDnsLookupsEnabled
POSTCONF message_size_limit VAR zimbraMtaMaxMessageSize
POSTCONF mailbox_size_limit 0
POSTCONF relayhost VAR zimbraMtaRelayHost
POSTCONF smtpd_recipient_restrictions FILE postfix_recipient_restrictions.cf
POSTCONF alias_maps LOCAL postfix_alias_maps
POSTCONF broken_sasl_auth_clients LOCAL postfix_broken_sasl_auth_clients
POSTCONF command_directory LOCAL postfix_command_directory
POSTCONF daemon_directory LOCAL postfix_daemon_directory
POSTCONF header_checks LOCAL postfix_header_checks
POSTCONF mailq_path LOCAL postfix_mailq_path
POSTCONF manpage_directory LOCAL postfix_manpage_directory
POSTCONF newaliases_path LOCAL postfix_newaliases_path
POSTCONF queue_directory LOCAL postfix_queue_directory
POSTCONF sender_canonical_maps LOCAL postfix_sender_canonical_maps
POSTCONF sendmail_path LOCAL postfix_sendmail_path
POSTCONF smtpd_client_restrictions LOCAL postfix_smtpd_client_restrictions
POSTCONF smtpd_data_restrictions LOCAL postfix_smtpd_data_restrictions
POSTCONF smtpd_helo_required LOCAL postfix_smtpd_helo_required
POSTCONF smtpd_reject_unlisted_recipient no
POSTCONF smtpd_tls_cert_file LOCAL postfix_smtpd_tls_cert_file
POSTCONF smtpd_tls_key_file LOCAL postfix_smtpd_tls_key_file
POSTCONF smtpd_tls_loglevel LOCAL postfix_smtpd_tls_loglevel
POSTCONF transport_maps LOCAL postfix_transport_maps
POSTCONF version LOCAL postfix_version
POSTCONF virtual_alias_domains LOCAL postfix_virtual_alias_domains
POSTCONF virtual_alias_maps LOCAL postfix_virtual_alias_maps
POSTCONF virtual_mailbox_domains LOCAL postfix_virtual_mailbox_domains
POSTCONF virtual_mailbox_maps LOCAL postfix_virtual_mailbox_maps
POSTCONF virtual_transport LOCAL postfix_virtual_transport
RESTART mta
SECTION sasl
VAR zimbraMtaAuthURL
REWRITE cyrus-sasl-2.1.21.ZIMBRA/etc/saslauthd.conf.in cyrus-sasl-2.1.21.ZIMBRA/etc/saslauthd.conf
RESTART mta sasl
SECTION webxml
VAR zimbraMailPort
VAR zimbraMailSSLPort
REWRITE tomcat/conf/zimbra.web.xml.in tomcat/webapps/zimbra/WEB-INF/web.xml
REWRITE tomcat/conf/zimbraAdmin.web.xml.in tomcat/webapps/zimbraAdmin/WEB-INF/web.xml
REWRITE tomcat/conf/service.web.xml.in tomcat/webapps/service/WEB-INF/web.xml
RESTART tomcat
SECTION mailbox
VAR zimbraMailPort
VAR zimbraMailSSLPort
REWRITE tomcat/conf/server.xml.in tomcat/conf/server.xml
RESTART tomcat
SECTION perdition
LOCAL ldap_url
REWRITE conf/perdition.conf.in conf/perdition.conf
RESTART perdition