1 maintainer "OpenStreetMap Administrators"
2 maintainer_email "admins@openstreetmap.org"
4 description "Installs and configures exim"
5 long_description IO.read(File.join(File.dirname(__FILE__), 'README.rdoc'))
10 :display_name => "Exim",
11 :description => "Hash of exim attributes",
14 attribute "exim/local_domains",
15 :display_name => "Domains to Handle Locally",
16 :description => "List of domains we are prepared to accept mail for",
19 attribute "exim/relay_to_domains",
20 :display_name => "Domains to Relay To",
21 :description => "List of domains we are prepared to relay to",
24 attribute "exim/relay_from_hosts",
25 :display_name => "Hosts to Relay From",
26 :description => "List of hosts we are prepared to relay from",
27 :default => [ "127.0.0.1", "::1" ]
29 attribute "exim/daemon_smtp_ports",
30 :display_name => "Ports to Listen On",
31 :description => "List of ports we will listen on",
34 attribute "exim/trusted_users",
35 :display_name => "Trusted Users",
36 :description => "List of users we will trust",
39 attribute "exim/smarthost_name",
40 :display_name => "Smarthost Name",
41 :description => "Name of this smarthost",
44 attribute "exim/smarthost_via",
45 :display_name => "Smarthost Via",
46 :description => "Smarthost to use for sending mail",
47 :default => "mail.openstreetmap.org:26"
49 attribute "exim/routes",
50 :display_name => "Custom Routes",
51 :description => "Custom routes for handling local mail",
54 attribute "exim/aliases",
55 :display_name => "Mail Aliases",
56 :description => "Mail aliases",