module-nginx/manifests
Sander Hoentjen 4d05075f64 add support for mail module
See http://wiki.nginx.org/Modules#Mail_modules

Sample Usage:

 nginx::resource::mailhost { 'domain1.example':
   ensure      => present,
   auth_http   => 'server2.example/cgi-bin/auth',
   protocol    => 'smtp',
   listen_port => 587,
   ssl_port    => 465,
   starttls    => 'only',
   xclient     => 'off',
   ssl         => 'true',
   ssl_cert    => '/tmp/server.crt',
   ssl_key     => '/tmp/server.pem',
 }
2013-04-06 11:11:23 +02:00
..
package adding in suport of amazon linux 2013-01-22 12:09:51 -05:00
resource add support for mail module 2013-04-06 11:11:23 +02:00
config.pp add support for mail module 2013-04-06 11:11:23 +02:00
init.pp add support for mail module 2013-04-06 11:11:23 +02:00
package.pp fixing syntax error 2013-01-22 13:07:16 -05:00
params.pp add support for mail module 2013-04-06 11:11:23 +02:00
service.pp add support for mail module 2013-04-06 11:11:23 +02:00