saving uncommitted changes in /etc prior to apt run

remotes/origin/may2018
Joshua Dye 7 years ago
parent d1f6ef71c1
commit cba161c8c5

@ -454,7 +454,7 @@ maybe chmod 0644 'exim4/conf.d/transport/30_exim4-config_remote_smtp'
maybe chmod 0644 'exim4/conf.d/transport/30_exim4-config_remote_smtp_smarthost' maybe chmod 0644 'exim4/conf.d/transport/30_exim4-config_remote_smtp_smarthost'
maybe chmod 0644 'exim4/conf.d/transport/35_exim4-config_address_directory' maybe chmod 0644 'exim4/conf.d/transport/35_exim4-config_address_directory'
maybe chmod 0644 'exim4/exim4.conf.template' maybe chmod 0644 'exim4/exim4.conf.template'
maybe chgrp 'Debian-exim' 'exim4/passwd.client' maybe chgrp 'ssh' 'exim4/passwd.client'
maybe chmod 0640 'exim4/passwd.client' maybe chmod 0640 'exim4/passwd.client'
maybe chmod 0644 'exim4/update-exim4.conf.conf' maybe chmod 0644 'exim4/update-exim4.conf.conf'
maybe chmod 0755 'fail2ban' maybe chmod 0755 'fail2ban'

@ -5,3 +5,4 @@
# #
# Example: # Example:
### target.mail.server.example:login:password ### target.mail.server.example:login:password
gandalf.ovalwonder.com:samwise@samwise.natalieandjoshua.com:InOlILTPEUV504IAOQofiQIO26p1I280y84oVhg4ti9L4K1BEeqpIyjlH83I7daB

@ -16,16 +16,16 @@
# #
# This is a Debian specific file # This is a Debian specific file
dc_eximconfig_configtype='local' dc_eximconfig_configtype='satellite'
dc_other_hostnames='samwise.natalieandjoshua.com' dc_other_hostnames=''
dc_local_interfaces='127.0.0.1 ; ::1' dc_local_interfaces='127.0.0.1 ; ::1'
dc_readhost='' dc_readhost='samwise.natalieandjoshua.com'
dc_relay_domains='' dc_relay_domains=''
dc_minimaldns='false' dc_minimaldns='false'
dc_relay_nets='' dc_relay_nets=''
dc_smarthost='' dc_smarthost='gandalf.ovalwonder.com::587'
CFILEMODE='644' CFILEMODE='644'
dc_use_split_config='false' dc_use_split_config='false'
dc_hide_mailname='' dc_hide_mailname='true'
dc_mailname_in_oh='true' dc_mailname_in_oh='true'
dc_localdelivery='mail_spool' dc_localdelivery='mail_spool'

Loading…
Cancel
Save