OK. So I tried this and it did not work. I did a reload and it did not work, but when I tried to send to an outside address nothing happened. I tried start and stop and I got this:
postfix/postfix-script: warning: not owned by root: /opt/zimbra/postfix-2.2.3/conf/main.cf
postfix/postfix-script: warning: not owned by root: /opt/zimbra/postfix-2.2.3/conf/main.cf.bak
postfix/postfix-script: starting the Postfix mail system
So I added this command:
postconf -e relayhost=outgoing.****.net
Doing a tail on main.cf I get this:
content_filter = smtp-amavis:[127.0.0.1]:10024
smtpd_tls_auth_only = yes
disable_dns_lookups = no
message_size_limit = 10240000
relayhost = outgoing.*******.net
smtp_sasl_password_maps = /opt/zimbra/conf/relay_password
smtpd_sasl_auth_enable = yes
However, when I do a postfix reload I get this:
content_filter = smtp-amavis:[127.0.0.1]:10024
smtpd_tls_auth_only = yes
disable_dns_lookups = no
message_size_limit = 10240000
relayhost =
smtp_sasl_password_maps = /opt/zimbra/conf/relay_password
smtpd_sasl_auth_enable = yes
The relayhost is gone. I'm not sure what to do about this. Let me know if you have any thoughts. I'm not sure if I explained this but my thoughts we to have internal mail routed by the server and to have external mail routed through my ISP which it has to do. Let me know if this will work. |