Skip to content
Snippets Groups Projects
Commit d402c5e7 authored by Stéphane Diemer's avatar Stéphane Diemer
Browse files

Replaed mailutils with bsd-mailx | refs #29352

parent 460b386f
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ def setup(interactive=True):
dir_path = utils.get_dir(__file__)
server = utils.get_conf('EMAIL_SMTP_SERVER', '')
cmds = [
'DEBIAN_FRONTEND=noninteractive apt-get install -y postfix mailutils',
'DEBIAN_FRONTEND=noninteractive apt-get install -y postfix bsd-mailx',
dict(line='write', template='%s/main.cf' % dir_path, target='/etc/postfix/main.cf', params=(
('{{ hostname }}', hostname),
('{{ smtp }}', server),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment