Skip to content

Commit caa8875

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 caa8875

File tree

1 file changed

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

1 file changed

+9
-0
lines changed

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

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

0 commit comments

Comments
 (0)