Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support for mail module #41

Merged
merged 1 commit into from
Apr 10, 2013
Merged

add support for mail module #41

merged 1 commit into from
Apr 10, 2013

Conversation

tjikkun
Copy link
Contributor

@tjikkun tjikkun commented Apr 6, 2013

See http://wiki.nginx.org/Modules#Mail_modules

Sample Usage:

class { 'nginx':
mail => true,
}

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',
}

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',
 }
jfryman pushed a commit that referenced this pull request Apr 10, 2013
@jfryman jfryman merged commit bd0c5c5 into voxpupuli:master Apr 10, 2013
@jfryman
Copy link
Contributor

jfryman commented Apr 10, 2013

Just got back from AMS. Thanks for the code!

@tjikkun tjikkun deleted the jfryman-add-mail-support branch April 10, 2013 07:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants