I found this information when I orginally switched to an outbound relay and had to setup SMTP Auth (required by my relay service) on October 02, 2009 (I checked my relay billing). This is at least since zcs 6. Below is the referance link I used to initialy set up outbound SMTP Authentication. The zmlocalconfig options appear toward the end of the article.
Code:
http://wiki.zimbra.com/wiki/Outgoing_SMTP_Authentication
The key names in my previous post are accepted by zmlocalconfig and stored in /etc/zimbra/conf/localconfig.xml and have been transferred to /ect/zimbra/postfix/conf/main.cf for every version prior to zcs 7.1.1 since I setup SMTP Auth. Without these settings in main.cf, Postfix will not use authentication for outbound mail relaying.
Here is the relevant portion of my current /etc/zimbra/conf/localconfig.xml
(I had to remove all the carrets to get to display in the post)
Code:
?xml version="1.0" encoding="UTF-8"?
localconfig
key name="postfix_smtp_sasl_password_maps"
valuehash:/opt/zimbra/conf/relay_password/value
/key
key name="postfix_always_add_missing_headers"
valueyes/value
/key
key name="postfix_smtp_tls_security"
valuemay/value
/key
key name="postfix_smtp_sasl_mechanism_filter"
valueplain,login/value
/key
key name="postfix_smtp_sasl_auth_enable"
valueyes/value
/key
key name="postfix_smtp_use_tls"
valueyes/value
/key
key name="postfix_smtp_cname_overrides_servername"
valueno/value
/key
key name="postfix_smtp_sasl_security_options"
valuenoanonymous/value
/key
/localconfig With version 7.1.1, they are stored in localconfig.xml, but not transferred to main.cf.
Your, maybe mistaken?, impression that they have never been handled by zmlocalconfig could be the very reason it has stopped working with v7.1.1, and has worked on previouse versions back in to v6.
I backed up my current zcs 7.1.1 installation (a hard drive image) and restored the previous zcs 7.1.0 installation and CONFIRMED that the zmlocalconfig options are accepted and stored in localconfig.xml AND written to main.cf.
You can then maybe understand why your statement:
Quote:
Originally Posted by quanah None of these values have *ever* been tracked or handled by zmconfigd or zmmtaconfig. They are not valid keys to set in zmlocalconfig either. |
Is making no sense to me, when I just PROVED it is not the case.
I've been a ZCS user since version 5.0.19 (because I hate Exchange, yes hate), and have applied every update and upgrade as they've come out without issue intill v7.1.1
If I'm mistaken, I'll apologize in advance, but I don't see how I can be when, with v7.1.0, I can show just the opposite behavior to your above statement.