Projects
jsj
jsj-installtools
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 91
View file
jsj-installtools.changes
Changed
@@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Thu Mar 3 18:11:56 UTC 2022 - Stefan Botter <obs@botter.cc> + +- use router.botter.cc as mail relay in PreparePostfix +- add additional networks to proxy exceptions in PrepareBrekomProxy + +------------------------------------------------------------------- Sat Feb 26 05:44:14 UTC 2022 - Stefan Botter <obs@botter.cc> - add EnableProxy and DisableProxy commands
View file
PrepareBrekomProxy
Changed
@@ -1,2 +1,2 @@ #!/bin/bash -sed -i -e '/^PROXY_ENABLED/ s/=\".*\"/=\"yes\"/' -e '/^\(HT\|F\)TPS\?_PROXY/ s/=\".*\"/=\"http:\/\/10.21.0.6:8080\"/' -e '/^NO_PROXY/ s/=\".*\"/=\"localhost,127.0.0.1,10.197.10.0\/24,10.16.42.6,10.16.42.12,10.16.84.40,10.16.84.42,10.16.84.44,10.16.84.45,weakpw007a002.land.hb-netz.de,ondataport.de,land.hb-netz.de,kundenportal.dataport.de,usrmanagement.dataport.de,hosting.dataport.de,stage-kundenportal.dataport.de,stage-usrmanagement.dataport.de,stage-hosting.dataport.de\"/' /etc/sysconfig/proxy +sed -i -e '/^PROXY_ENABLED/ s/=\".*\"/=\"yes\"/' -e '/^\(HT\|F\)TPS\?_PROXY/ s/=\".*\"/=\"http:\/\/10.21.0.6:8080\"/' -e '/^NO_PROXY/ s/=\".*\"/=\"localhost,127.0.0.1,10.197.0.0/24,10.197.9.0/24,10.197.10.0\/24,10.16.42.6,10.16.42.12,10.16.84.40,10.16.84.42,10.16.84.44,10.16.84.45,weakpw007a002.land.hb-netz.de,ondataport.de,land.hb-netz.de,kundenportal.dataport.de,usrmanagement.dataport.de,hosting.dataport.de,stage-kundenportal.dataport.de,stage-usrmanagement.dataport.de,stage-hosting.dataport.de\"/' /etc/sysconfig/proxy
View file
PreparePostfix
Changed
@@ -12,7 +12,7 @@ POSTCONF=$(mktemp /tmp/main.cf.XXXXXXXXXX) postconf -n | \ sed -e "s/\(myhostname = \).*$/\1$HOSTNAME.botter.cc/" \ - -e 's/\(relayhost =\).*$/\1 router1.botter.cc/' \ + -e 's/\(relayhost =\).*$/\1 router.botter.cc/' \ > $POSTCONF mv $POSTCONF /etc/postfix/main.cf chmod 644 /etc/postfix/main.cf
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.