File: test1

package info (click to toggle)
puppet-module-puppetlabs-mailalias-core 1.0.6-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 236 kB
  • sloc: ruby: 431; sh: 10; makefile: 4
file content (32 lines) | stat: -rw-r--r-- 843 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# 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/"
commas_in_command_test: "|/path/to/rt-mailgate --queue 'test' --action correspond --url http://my.com/ --projects projecta,projectb"

# Included file
incfile: :include: /tmp/somefile