73 Commits

Author SHA1 Message Date
hamarituc
34225abf72
Fixed TLS configuration (#173)
Obvious fix.

Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de>
2021-08-19 10:42:46 +01:00
Jason Field
31e9ec3f36
Merge branch 'master' into master 2020-11-23 18:24:20 +00:00
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
William David Haines
315c8c658c Disabled SSLv3 by default. Obvious fix. 2020-04-27 14:00:54 -06:00
Tim Smith
38af4293d9 Simplify platform check logic
Signed-off-by: Tim Smith <tsmith@chef.io>
2019-12-12 16:51:16 -08: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
Tim Smith
ec89b9f8c0 Cookstyle fix
Signed-off-by: Tim Smith <tsmith@chef.io>
2018-05-23 13:29:53 -05:00
Tim Smith
c547cd9b9e
Merge pull request #146 from ledgr/packages_names_in_attributes
Add `packages` attribute so different postfix packages can be installed
2018-05-23 13:29:33 -05:00
Joshua Colson
42b4078369 add ability to set network connection port for a remote relayhost
Signed-off-by: Joshua Colson <joshua.colson@gmail.com>
2018-05-23 08:08:23 -07: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
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
Jennifer Davis
94a68b1773 Fixes Issue #135 (use_relay_restrictions_maps fix)
Signed-off-by: Jennifer Davis <iennae@gmail.com>
2017-05-15 09:55:05 -07: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
29f9d3921b Cookstyle fixes
Signed-off-by: Tim Smith <tsmith@chef.io>
2017-01-17 14:06:46 -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
10375cf989 Resolve rubocop warnings 2016-04-01 11:53:36 -07:00
Nenad
771ce613a6 Fix use_relay_restrictions_maps typo
Obvious fix.
2016-04-01 19:29:51 +02:00
Stanislav Voroniy
65df142b24 Merge branch 'master' of git://github.com/chef-cookbooks/postfix into chef-cookbooks-master 2015-12-22 13:09:40 +01:00
Tim Smith
770e65103f Rubocop fixes 2015-09-24 15:07:56 -07:00
Stanislav Voroniy
3b2a268d6d Fully customizable master.cf file 2015-09-12 11:12:08 +02:00
Stanislav Voroniy
c9613ac670 Fixes for Travis CI 2015-09-11 14:56:12 +02:00
Joris van Lieshout
2cbe7c42b4 Adding functionality to restrict 'rcpt to' domains 2015-06-23 14:53:15 +01:00
Sean OMeara
aa1f845864 opscode2chef 2015-02-18 15:49:35 -05:00
Lamont Granquist
c18bd51cb8 Merge pull request #95 from cmluciano/drag00n/fixrubocoperrors
Fix several rubocop errors.
2015-02-18 12:10:26 -08:00
Lamont Granquist
0008961b28 Merge pull request #97 from cmluciano/drag00n/adddebiancert
Update CAfile path for Debian-based OS.
2015-02-18 12:08:35 -08:00
drag00n
adc0316fc5 Update CAfile path for Debian-based OS.
This fixes [issue
96](https://github.com/opscode-cookbooks/postfix/issues/96). I also
updated the ChefSpec test to reflect the changes.
2014-12-23 22:06:27 -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
Sean OMeara
c0678ed475 Merge pull request #85 from chasebolt/attributes_conditionals
moving conditional attributes to a recipe
2014-09-11 14:27:04 -04: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
Chase Bolt
efef0c9b13 fixing typo for alias_db location in omnios 2014-09-04 16:56:53 -07:00
Chase Bolt
7b5096f715 moving virtual domain usage into a use_virtual_aliases_domains block to mimic use_virtual_aliases 2014-08-20 13:46:03 -07:00
Chase Bolt
3b4b521a2a adding a guard around virtual_alias_maps and virtual_alias_domains. this way you can toggle which config option you want added into main.cf. 2014-08-20 13:34:21 -07:00
Chase Bolt
44c775e059 moving db_type to be set in the generic attributes 2014-08-20 13:29:55 -07:00
Chase Bolt
7fd9784867 adding the usage of virtual_domains along with other file types other than hash 2014-08-20 13:29:55 -07:00
Sander van Harmelen
09d0e1772b Fix for issue #81 2014-08-19 18:32:01 +02:00
Sander van Harmelen
489bfaacbe Refactoring trying to fix some logic issues 2014-07-17 12:23:59 +02:00
Sean OMeara
140e1c759b Revert "[COOK-3418] - Virtual Domain Support"
This reverts commit d6bec0d04547048ad5a514ab63c105eed499fab8.
2014-06-11 16:51:55 -04:00
Tim Smith
e6b58b270b #68 -Properly handle binding to loopback on mixed IPV4/IPV6 systems
Signed-off-by: Sean OMeara <someara@opscode.com>
2014-06-11 14:04:34 -04:00
Sander van Harmelen
e4c9b11039 #67 -[COOK-4662] Added support for access control
Signed-off-by: Sean OMeara <someara@opscode.com>
2014-06-11 14:03:14 -04:00
Sander van Harmelen
bfe9cd760e #66 - [COOK-3652] Added support for transport mappings
Signed-off-by: Sean OMeara <someara@opscode.com>
2014-06-11 13:58:33 -04:00
skubriev
e2d49e10e9 #64 - add smtp_generic maps configuration option
Signed-off-by: Sean OMeara <someara@opscode.com>
2014-06-11 13:50:20 -04:00
Harm de Wit
80d37848cb #55 - Add support for virtual aliases
Signed-off-by: Sean OMeara <someara@opscode.com>
2014-06-11 13:39:39 -04:00
Braden Wright
d6bec0d045 [COOK-3418] - Virtual Domain Support
Signed-off-by: Sean OMeara <someara@opscode.com>
2014-06-11 13:10:01 -04:00
Patrick Moore
0a42b0722b [COOK-4619] - no way to unset recipient_delimiter
Signed-off-by: Sean OMeara <someara@opscode.com>
2014-05-09 13:51:12 -04:00