5
0
Derivar 0
module-nginx/templates/mailhost
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
..
mailhost.erb add support for mail module 2013-04-06 11:11:23 +02:00
mailhost_ssl.erb add support for mail module 2013-04-06 11:11:23 +02:00