Lance Albertson
7208c3f559
Fix OpenSUSE installation issues
...
OpenSUSE runs a script which builds the main.cf file automatically if a file
doesn't exist. This breaks idempotency so go ahead and touch the file via Chef.
In addition, postfix is built with incorrect default settings for `setgid_group`
and `daemon_directory`, so set it properly in the config.
Signed-off-by: Lance Albertson <lance@osuosl.org>
2020-10-11 10:44:22 -07:00
Lance Albertson
e937c83d4f
Cookstyle fixes
...
Signed-off-by: Lance Albertson <lance@osuosl.org>
2020-10-11 10:03:37 -07:00
Tim Smith
b204ea814b
Only use multi-package on *nix
...
Signed-off-by: Tim Smith <tsmith@chef.io>
2020-08-26 12:04:14 -07:00
Tim Smith
632191521e
Update copyrights
...
Signed-off-by: Tim Smith <tsmith@chef.io>
2019-11-10 18:11:24 -08:00
Tim Smith
684b407157
Cookstyle fixes
...
Signed-off-by: Tim Smith <tsmith@chef.io>
2019-01-20 11:45:35 -08:00
Edgaras Lukoševičius
13741814f1
Add packages
attribute so different postfix packages can be installed
...
Signed-off-by: Edgaras Lukoševičius <edgaras.lukosevicius@gmail.com>
2018-05-23 13:17:05 +03:00
Jaymala Sinha
797e19dae9
Do not run service restart for solaris
...
Signed-off-by: Jaymala Sinha <jsinha@chef.io>
2017-11-22 10:28:28 -05:00
Ryan Hass
518f982af3
Properly support FreeBSD
...
We now disable all sendmail services and periodic services on FreeBSD
before attempting to start postfix. Additionally, this updates
mailer.conf mappings to use postfix applications rather than sendmail.
2017-11-16 17:22:13 -08:00
Markus Wagner
9f917c5e27
lazy evaluation of the template variables
...
Signed-off-by: Markus Wagner <markus.wagner@open-xchange.com>
2017-08-07 08:52:45 +02:00
Tim Smith
a6fd99b064
Merge pull request #139 from crowdworks/fix_amazon_support
...
Fix support for Amazon Linux
2017-07-28 09:09:21 -07:00
Bram Gillemon
ca7b0033e9
allows to rewrite outgoing address.
...
In my development env i want to make sure nobody can send a mail to a wrong address. So all outgoing mails are changed.
Signed-off-by: Bram Gillemon <bram@gillemon.be>
2017-07-28 16:17:09 +02:00
AkiraFukushima
e818f0687b
Fix support for Amazon Linux
...
Signed-off-by: AkiraFukushima <akira.fukushima@crowdworks.co.jp>
2017-07-28 18:03:06 +09:00
Tim Smith
6d9defeba5
Update copyrights
...
Signed-off-by: Tim Smith <tsmith@chef.io>
2017-04-05 22:23:03 -07:00
Tim Smith
3ea284d576
Merge branch 'master' of git://github.com/voroniys/postfix into voroniys-master
2017-01-17 23:50:55 -08:00
Tim Smith
2ffa7386b8
Update copyright headers
...
Signed-off-by: Tim Smith <tsmith@chef.io>
2016-11-25 11:41:14 -08:00
Tim Smith
4d071581fa
Remove encoding
...
There's no need for this
Signed-off-by: Tim Smith <tsmith@chef.io>
2016-09-08 10:12:47 -07:00
Tim Smith
43633409a7
Use node.normal vs. node.set to avoid deprecation warnings
...
Signed-off-by: Tim Smith <tsmith@chef.io>
2016-09-07 21:56:11 -07:00
Tim Smith
770e65103f
Rubocop fixes
2015-09-24 15:07:56 -07:00
Stanislav Voroniy
c9613ac670
Fixes for Travis CI
2015-09-11 14:56:12 +02:00
Sean OMeara
aa1f845864
opscode2chef
2015-02-18 15:49:35 -05:00
drag00n
ea93c2b0a5
Fix several rubocop errors.
...
Deleted extra blank space, used 2 spaces instead of 3, use parens
instead of curly braces
2014-11-14 23:22:26 -05:00
Craig Lewis
fbeb44dae1
Fix FreeBSD isms in Postfix.
2014-10-31 16:00:52 -07:00
Chase Bolt
d972e58fa4
moving conditional attributes to a recipe so they can be modified via other cookbook attributes
2014-09-09 11:11:30 -07:00
Sander van Harmelen
489bfaacbe
Refactoring trying to fix some logic issues
2014-07-17 12:23:59 +02:00