meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
linux:sw:openproject:issues [2026/02/12 09:11] niziaklinux:sw:openproject:issues [2026/02/12 09:45] (current) niziak
Line 7: Line 7:
 </code> </code>
  
 +===== :arguments expected to be an Array of individual string args =====
  
  
Line 14: Line 15:
 </code> </code>
  
 +Source of issue: [[https://github.com/mikel/mail/issues/1538|Sendmail argument change breaks Rails usage of Sendmail #1538]]
 +
 +Solution:
 +<code bash>
 +openproject config:set OPENPROJECT_SENDMAIL__ARGUMENTS="[-i]"
 +openproject configure
 +</code>
 +
 +More info:
 +  * [[https://github.com/opf/openproject/blob/dev/docs/installation-and-operations/configuration/outbound-emails/README.md#sendmail-options]]
 +  * [[https://github.com/opf/openproject/pull/21295/changes]]
 +  *