diff options
author | Melissa Stone <melissa@puppet.com> | 2018-04-13 13:32:32 -0700 |
---|---|---|
committer | Melissa Stone <melissa@puppet.com> | 2018-04-16 16:19:30 -0700 |
commit | 759ad74f328af3e0ff16cfb9f341ea7fdca31313 (patch) | |
tree | 921c4d63668ec120e2fb722322cd0474b357684f /spec/fixtures | |
parent | e7978ebb8e36bea5b90c21cdb4c0b9e7f4e5c8d4 (diff) | |
download | puppet-mailalias_core-759ad74f328af3e0ff16cfb9f341ea7fdca31313.tar.gz puppet-mailalias_core-759ad74f328af3e0ff16cfb9f341ea7fdca31313.tar.bz2 |
Initial mailalias import from bc8e56000fcd585d2197e1ad9e6f741bec56c174
Diffstat (limited to 'spec/fixtures')
-rw-r--r-- | spec/fixtures/integration/provider/mailalias/aliases/test1 | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/spec/fixtures/integration/provider/mailalias/aliases/test1 b/spec/fixtures/integration/provider/mailalias/aliases/test1 new file mode 100644 index 0000000..a69be8a --- /dev/null +++ b/spec/fixtures/integration/provider/mailalias/aliases/test1 @@ -0,0 +1,31 @@ +# Basic system aliases -- these MUST be present +MAILER-DAEMON: postmaster +postmaster: root + +# General redirections for pseudo accounts +bin: root +daemon: root +named: root +nobody: root +uucp: root +www: root +ftp-bugs: root +postfix: root + +# Put your local aliases here. + +# Well-known aliases +manager: root +dumper: root +operator: root +abuse: postmaster + +# trap decode to catch security attacks +decode: root + +# Other tests +anothertest: "|/path/to/rt-mailgate --queue 'another test' --action correspond --url http://my.com/" +test: "|/path/to/rt-mailgate --queue 'test' --action correspond --url http://my.com/" + +# Included file +incfile: :include: /tmp/somefile |