Displaying 1 result from an estimated 1 matches for "dshostname".
Did you mean:
dnshostname
2013 Jan 24
2
Augeas file line edit please help
what i thought would be a simple edit using augeas is turning out to not be
so straight forward, can anyone please help ?
the plan is to edit sendmail.cf and change the default DS to
DShostname.domain
class mail {
$key = DS
service {
''sendmail'':;
}
augeas { "sendmail.cf/$key":
context => "/files/etc/mail/sendmail.cf",
changes => "set $key mail.hostname.domain",
notify => Service[''sendm...