FILL BLANK -
Which command must be run after adding a new email alias to the configuration in order to make this change effective? (Specify the command without any path but including all required parameters.)
FILL BLANK -
Which command must be run after adding a new email alias to the configuration in order to make this change effective? (Specify the command without any path but including all required parameters.)
The command to run after adding a new email alias to the configuration in order to make this change effective is 'newaliases'. This command updates the mail aliases file, making the new aliases visible to the system. Running 'newaliases' ensures that the changes to the aliases file are recognized and utilized by the system's mail handling services.
newaliases
answers: newalliases DESCRIPTION The newaliases utility makes changes to the mail aliases file visible to smtpd(8). It should be run every time the aliases(5) file is changed. The location of the alias file is defined in smtpd.conf(5), and defaults to /etc/mail/aliases.
Correct
correct
Can I use the command: sendmail -bi
Newaliases is same as sendmail -bi so in work environment you can use any as you like but for the exam i would use newaliases - same goes for sendmail -bp same as mailq but in exam i would use mailq from the LPIC giude