diff options
Diffstat (limited to 'examples/nullmailer-example/ezjail.flavour')
-rw-r--r-- | examples/nullmailer-example/ezjail.flavour | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/nullmailer-example/ezjail.flavour b/examples/nullmailer-example/ezjail.flavour new file mode 100644 index 0000000..dc8c16e --- /dev/null +++ b/examples/nullmailer-example/ezjail.flavour | |||
@@ -0,0 +1,10 @@ | |||
1 | #!/bin/sh | ||
2 | # | ||
3 | # BEFORE: DAEMON | ||
4 | # | ||
5 | # ezjail flavour example | ||
6 | |||
7 | # install nullmailer port | ||
8 | cd /usr/ports/mail/nullmailer | ||
9 | yes | make install | ||
10 | hostname > /usr/local/etc/nullmailer/me | ||