File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
files/common/var/lib/delphix-platform/ansible/10-delphix-platform/roles/delphix-platform/tasks Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,13 @@ configure)
45
45
systemctl disable motd-news.service
46
46
systemctl disable motd-news.timer
47
47
48
+ #
49
+ # Various tools generate mail on the system, e.g. cron, and we don't
50
+ # want those to be sent externally via SMTP (or equivalent). Thus,
51
+ # we disable this service, so that it doesn't send external mails.
52
+ #
53
+ systemctl disable nullmailer.service
54
+
48
55
systemctl enable auditd.service
49
56
systemctl enable delphix.target
50
57
systemctl enable delphix-platform.service
Original file line number Diff line number Diff line change 705
705
block : |
706
706
# Set default umask value.
707
707
umask 027
708
+
709
+ - service :
710
+ name : " nullmailer"
711
+ state : " stopped"
712
+ when : not ansible_is_chroot
You can’t perform that action at this time.
0 commit comments