Hi, wise to track all of /etc. I can't reproduce to have this update changing my postfix conf.
The only change that would touch this in a meaningful way should be form a 2.x to a 3.x installation. Hmm, the only thing that would remotely make sense is that the fix to "- debian/postfix.postinst: Provide main/master.cf.proto for multi-inst." somehow affects you. The change is small enough to post it here: +# Make sure we have main/master.cf.proto for multi-inst (#838528) +if [ ! -f /etc/postfix/main.cf.proto ]; then + cp /usr/share/postfix/main.cf.dist /etc/postfix/main.cf.proto +fi +if [ ! -f /etc/postfix/master.cf.proto ]; then + cp /usr/share/postfix/master.cf.dist /etc/postfix/master.cf.proto +fi + That doesn't directly overrride the .cf that changed for you, but in case you run multi-inst afterwards it might change it. Hmm, maybe I'm just too inexperienced in postfix setups. Can you re-create this in a VM guest or such to have a few clear steps like 1. install postfix as version X 2. do magic I miss 3. upgrade to version Y 4. see the change I enabled the submission line(s) in a test system, but while there was some buzz about the config it didn't change (http://paste.ubuntu.com/25871780/). I tried but it did only change the file when going 2.x to 3.x for me. Maybe LaMont has a better idea what might be going on :-/ -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1727699 Title: SSL issue upgrading postfix To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/1727699/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
