for me it was a good and easy upgrade from jessie to stretch. 
 
Things i needed  to change/run was this :  
 
# for postfix 
postconf compatibility_level=2 && postfix reload 
 
# for ntp
 sed -i 's/restrict -4 default kod notrap nomodify nopeer noquery/restrict -4 
default kod notrap nomodify nopeer noquery limited/g' /etc/ntp.conf
 sed -i 's/restrict -6 default kod notrap nomodify nopeer noquery/restrict -6 
default kod notrap nomodify nopeer noquery limited/g' /etc/ntp.conf  
and i did not like all language messages with apt. update in my logs ( own repo 
) 
 
if [ ! -e /etc/apt/apt.conf.d/99disable-translations ]; then
    echo "Adding disable translations for apt"
    echo "Acquire::Languages \"none\";" > 
/etc/apt/apt.conf.d/99disable-translations
else
 echo "No modication needed (apt disable-translations)"
fi
 
but thats about it. 
 
Good luck in upgrading, and this was for me, for you it may be different, that 
depends on the packages used. 
 
 
Greetz, 
Louis
 


Van: mauri...@caloro.ch [mailto:owner-postfix-us...@postfix.org] Namens 
Maurizio Caloro
Verzonden: dinsdag 17 oktober 2017 10:40
Aan: 'Postfix Users'
Onderwerp: Jessie - Stretch to jump on Postfix 3.x




Hello Together

 

I’am running with Debain Jessie 8.9, i play with the ideea upgrade the system 
8.9 ->Stretch.

Please existing here any complication, or/after the upgrade i need to 
reconfigure the hole mailserver?

 

I see that Stretch are armed with Postfix 3.x

 

I know this are not a specific Postfix question, but i am intressed to hear 
your expiriences!

 

Regards

Mauri

 

Reply via email to