Skip to content

Commit ea49176

Browse files
committed
DLPX-91396 All emails generated by specific cron job, are redirected to the user SMTP.
PR URL: https://www.github.com/delphix/delphix-platform/pull/485
1 parent 0e3fcf5 commit ea49176

File tree

1 file changed

+11
-0
lines changed
  • files/common/var/lib/delphix-platform/ansible/10-delphix-platform/roles/delphix-platform/tasks

1 file changed

+11
-0
lines changed

files/common/var/lib/delphix-platform/ansible/10-delphix-platform/roles/delphix-platform/tasks/main.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -705,3 +705,14 @@
705705
block: |
706706
# Set default umask value.
707707
umask 027
708+
709+
- file:
710+
src: /bin/true
711+
dest: /usr/lib/nullmailer/true
712+
owner: foo
713+
group: foo
714+
state: link
715+
716+
- copy:
717+
dest: "/etc/nullmailer/remotes"
718+
content: "localhost true"

0 commit comments

Comments
 (0)