-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mail-server: Portfile and launch daemon improvements and bugfixes
* Ensure that launch daemons run at load (necessary) * Apply review comments from PR #4978
- Loading branch information
Showing
10 changed files
with
135 additions
and
98 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,7 +49,7 @@ | |
# default home directory location for all users | ||
mail_home = /private/var/mail/@tld@.@[email protected] | ||
|
||
# macOS Server v.5.7 configuration: | ||
# macOS Server v.5.6 configuration: | ||
#mail_location = | ||
# Note: This key is managed by Server Admin. See above before making changes | ||
# mail_location = maildir:/Library/Server/Mail/Data/mail/%u | ||
|
@@ -111,7 +111,7 @@ inbox = yes | |
#subscriptions = yes | ||
} | ||
|
||
# macOS v.5.7 configuration: | ||
# macOS v.5.6 configuration: | ||
# # shared namespace configuration | ||
# namespace acl-mailboxes { | ||
# type = shared | ||
|
@@ -272,7 +272,7 @@ auth_socket_path = @PREFIX@/var/run/dovecot/auth-userdb | |
# Space separated list of plugins to load for all services. Plugins specific to | ||
# IMAP, LDA, etc. are added to this list in their own .conf files. | ||
# (APPLE) added fts_sk | ||
# macOS Server v.5.7 configuration: | ||
# macOS Server v.5.6 configuration: | ||
# mail_plugins = quota zlib acl fts fts_sk | ||
mail_plugins = quota zlib acl | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -89,11 +89,11 @@ ssl_ca = <@PREFIX@/etc/certificates/@host@.@domain@.@tld@.@[email protected] | |
ssl_dh = <@PREFIX@/etc/dovecot/dh2048.pem | ||
|
||
# SSL protocols to use | ||
# macOS Server v.5.7 configuration: | ||
# macOS Server v.5.6 configuration: | ||
# ssl_protocols = !SSLv2 !SSLv3 | ||
|
||
# SSL ciphers to use | ||
# macOS Server v.5.7 configuration: | ||
# macOS Server v.5.6 configuration: | ||
# ssl_cipher_list=ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:DHE-DSS-AES128-GCM-SHA256:kEDH+AESGCM:ECDHE-RSA-AES128-SHA256:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA:ECDHE-ECDSA-AES128-SHA:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA:ECDHE-ECDSA-AES256-SHA:DHE-RSA-AES128-SHA256:DHE-RSA-AES128-SHA:DHE-DSS-AES128-SHA256:DHE-RSA-AES256-SHA256:DHE-DSS-AES256-SHA:DHE-RSA-AES256-SHA:AES128-GCM-SHA256:AES256-GCM-SHA384:AES128-SHA256:AES256-SHA256:AES128-SHA:AES256-SHA:AES:CAMELLIA:DES-CBC3-SHA:!aNULL:!eNULL:!EXPORT:!DES:!RC4:!MD5:!PSK:!aECDH:!EDH-DSS-DES-CBC3-SHA:!EDH-RSA-DES-CBC3-SHA:!KRB5-DES-CBC3-SHA | ||
|
||
# SSL crypto device to use, for valid values run "openssl engine" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.