Skip to content

Fix CiviCRM Mailstore to use 02770 instead of 0700 permissions

License

Notifications You must be signed in to change notification settings

artfulrobot/mailstorepermissions

Repository files navigation

mailstorepermissions

CiviCRM sets 0700 permissions on mail, but this is not always appropriate. I needed 02770.

This extension uses the patchwork extension to maintain a patch on the core file CRM/Mailing/MailStore.php.

The extension is licensed under AGPL-3.0.

Requirements

  • PHP v7.0+
  • CiviCRM 5.0

Installation (Web UI)

This extension has not yet been published for installation via the web UI.

Installation (CLI, Zip)

Sysadmins and developers may download the .zip file for this extension and install it with the command-line tool cv.

cd <extension-dir>
cv dl mailstorepermissions@https://github.com/artfulrobot/mailstorepermissions/archive/master.zip

Installation (CLI, Git)

Sysadmins and developers may clone the Git repo for this extension and install it with the command-line tool cv.

git clone https://github.com/artfulrobot/mailstorepermissions.git
cv en mailstorepermissions

About

Fix CiviCRM Mailstore to use 02770 instead of 0700 permissions

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages