diff options
author | cryx <cryx@h3q.com> | 2010-01-24 21:22:39 +0000 |
---|---|---|
committer | cryx <cryx@h3q.com> | 2010-01-24 21:22:39 +0000 |
commit | b78a01cb0e2c959e4753723e940a3807c0381a8e (patch) | |
tree | 685bdf06220bd5ac876dd84d4a7bd8997baf4c37 /examples/nullmailer-example/ezjail.flavour | |
parent | 9a3ccdcbb7a5c68897ae5a0ae28ee34c935a3e3d (diff) |
Example flavour for using nullmailer as sendmail-replacement inside a jail, routing outgoing mail over an extern mailserver.
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 | ||