Skip to content

Commit a114410

Browse files
authored
Replace MailHog with Mailpit (#1474)
1 parent b6bf716 commit a114410

File tree

7 files changed

+5
-22
lines changed

7 files changed

+5
-22
lines changed

dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
- { role: ntp, tags: [ntp] }
1212
- { role: sshd, tags: [sshd] }
1313
- { role: mariadb, tags: [mariadb] }
14-
- { role: mailhog, tags: [mailhog, mail] }
14+
- { role: mailpit, tags: [mailpit, mailhog, mail] }
1515
- { role: php, tags: [php] }
1616
- { role: xdebug, tags: [php, xdebug] }
1717
- { role: memcached, tags: [memcached] }

galaxy.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,6 @@ roles:
1616
src: oefenweb.swapfile
1717
version: v2.0.36
1818

19-
- src: geerlingguy.mailhog
20-
version: 2.3.0
19+
- name: mailpit
20+
src: roots.mailpit
21+
version: v1.0.0

group_vars/development/mail.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Documentation: https://roots.io/trellis/docs/mail/
2-
php_sendmail_path: "{{ mailhog_install_dir }}/mhsendmail"
2+
php_sendmail_path: "{{ mailpit_install_dir }}/mailpit sendmail"

roles/mailhog/defaults/main.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

roles/mailhog/tasks/main.yml

Lines changed: 0 additions & 13 deletions
This file was deleted.

roles/mailhog/vars/aarch64.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

roles/mailhog/vars/default.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)