<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<!--[if !mso]><style>v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style><![endif]--><style><!--
/* Font Definitions */
@font-face
{font-family:"Cambria Math";
panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0in;
font-size:11.0pt;
font-family:"Calibri",sans-serif;
mso-ligatures:standardcontextual;
mso-fareast-language:EN-US;}
span.EmailStyle17
{mso-style-type:personal-compose;
font-family:"Calibri",sans-serif;
color:windowtext;}
.MsoChpDefault
{mso-style-type:export-only;
font-family:"Calibri",sans-serif;
mso-fareast-language:EN-US;}
@page WordSection1
{size:8.5in 11.0in;
margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
{page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-CA" link="#0563C1" vlink="#954F72" style="word-wrap:break-word">
<div class="WordSection1">
<p class="MsoNormal"><span lang="EN-US">Dear Pymilter maintainers,<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">I am getting the following error when trying to start pyspf-milter service (command: systemctl start pyspf-milter) unless I apply a hack marked as ‘spf-engine fixes’ in my Dockerfile:<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><img width="864" height="145" style="width:9.0in;height:1.5104in" id="Picture_x0020_1" src="cid:image001.png@01DA0B3C.15A9BE00"><span lang="EN-US"><o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">Please see a summary of my Dockerfile below<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal" style="background:#2B2B2B"><span style="font-size:10.0pt;font-family:"Courier New";color:#CC7832;mso-ligatures:none;mso-fareast-language:EN-CA">FROM
</span><span style="font-size:10.0pt;font-family:"Courier New";color:#A9B7C6;mso-ligatures:none;mso-fareast-language:EN-CA">rockylinux:</span><span style="font-size:10.0pt;font-family:"Courier New";color:#6897BB;mso-ligatures:none;mso-fareast-language:EN-CA">9.2<br>
<br>
</span><span style="font-size:10.0pt;font-family:"Courier New";color:#6A8759;mso-ligatures:none;mso-fareast-language:EN-CA"><o:p></o:p></span></p>
<p class="MsoNormal" style="background:#2B2B2B"><span style="font-size:10.0pt;font-family:"Courier New";color:#6A8759;mso-ligatures:none;mso-fareast-language:EN-CA">#......<o:p></o:p></span></p>
<p class="MsoNormal" style="background:#2B2B2B"><span style="font-size:10.0pt;font-family:"Courier New";color:#6A8759;mso-ligatures:none;mso-fareast-language:EN-CA"><br>
</span><span style="font-size:10.0pt;font-family:"Courier New";color:#CC7832;mso-ligatures:none;mso-fareast-language:EN-CA">RUN
</span><span style="font-size:10.0pt;font-family:"Courier New";color:#C57633;mso-ligatures:none;mso-fareast-language:EN-CA">yum
</span><span style="font-size:10.0pt;font-family:"Courier New";color:#A9B7C6;mso-ligatures:none;mso-fareast-language:EN-CA">update
</span><span style="font-size:10.0pt;font-family:"Courier New";color:#CC7832;mso-ligatures:none;mso-fareast-language:EN-CA">-</span><span style="font-size:10.0pt;font-family:"Courier New";color:#A9B7C6;mso-ligatures:none;mso-fareast-language:EN-CA">y
</span><span style="font-size:10.0pt;font-family:"Courier New";color:#CC7832;mso-ligatures:none;mso-fareast-language:EN-CA">&&
</span><span style="font-size:10.0pt;font-family:"Courier New";color:#C57633;mso-ligatures:none;mso-fareast-language:EN-CA">yum
</span><span style="font-size:10.0pt;font-family:"Courier New";color:#A9B7C6;mso-ligatures:none;mso-fareast-language:EN-CA">upgrade
</span><span style="font-size:10.0pt;font-family:"Courier New";color:#CC7832;mso-ligatures:none;mso-fareast-language:EN-CA">-</span><span style="font-size:10.0pt;font-family:"Courier New";color:#A9B7C6;mso-ligatures:none;mso-fareast-language:EN-CA">y
</span><span style="font-size:10.0pt;font-family:"Courier New";color:#CC7832;mso-ligatures:none;mso-fareast-language:EN-CA">&&
</span><span style="font-size:10.0pt;font-family:"Courier New";color:#C57633;mso-ligatures:none;mso-fareast-language:EN-CA">yum
</span><span style="font-size:10.0pt;font-family:"Courier New";color:#A9B7C6;mso-ligatures:none;mso-fareast-language:EN-CA">install
</span><span style="font-size:10.0pt;font-family:"Courier New";color:#CC7832;mso-ligatures:none;mso-fareast-language:EN-CA">-</span><span style="font-size:10.0pt;font-family:"Courier New";color:#A9B7C6;mso-ligatures:none;mso-fareast-language:EN-CA">y epel-release
</span><span style="font-size:10.0pt;font-family:"Courier New";color:#CC7832;mso-ligatures:none;mso-fareast-language:EN-CA">&&
</span><span style="font-size:10.0pt;font-family:"Courier New";color:#C57633;mso-ligatures:none;mso-fareast-language:EN-CA">yum
</span><span style="font-size:10.0pt;font-family:"Courier New";color:#A9B7C6;mso-ligatures:none;mso-fareast-language:EN-CA">update
</span><span style="font-size:10.0pt;font-family:"Courier New";color:#CC7832;mso-ligatures:none;mso-fareast-language:EN-CA">-</span><span style="font-size:10.0pt;font-family:"Courier New";color:#A9B7C6;mso-ligatures:none;mso-fareast-language:EN-CA">y<br>
<br>
</span><span style="font-size:10.0pt;font-family:"Courier New";color:#CC7832;mso-ligatures:none;mso-fareast-language:EN-CA">RUN
</span><span style="font-size:10.0pt;font-family:"Courier New";color:#C57633;mso-ligatures:none;mso-fareast-language:EN-CA">yum
</span><span style="font-size:10.0pt;font-family:"Courier New";color:#A9B7C6;mso-ligatures:none;mso-fareast-language:EN-CA">config-manager
</span><span style="font-size:10.0pt;font-family:"Courier New";color:#CC7832;mso-ligatures:none;mso-fareast-language:EN-CA">--</span><span style="font-size:10.0pt;font-family:"Courier New";color:#A9B7C6;mso-ligatures:none;mso-fareast-language:EN-CA">set-enabled
crb </span><span style="font-size:10.0pt;font-family:"Courier New";color:#CC7832;mso-ligatures:none;mso-fareast-language:EN-CA">&&
</span><span style="font-size:10.0pt;font-family:"Courier New";color:#C57633;mso-ligatures:none;mso-fareast-language:EN-CA">yum
</span><span style="font-size:10.0pt;font-family:"Courier New";color:#A9B7C6;mso-ligatures:none;mso-fareast-language:EN-CA">update
</span><span style="font-size:10.0pt;font-family:"Courier New";color:#CC7832;mso-ligatures:none;mso-fareast-language:EN-CA">-</span><span style="font-size:10.0pt;font-family:"Courier New";color:#A9B7C6;mso-ligatures:none;mso-fareast-language:EN-CA">y
</span><span style="font-size:10.0pt;font-family:"Courier New";color:#CC7832;mso-ligatures:none;mso-fareast-language:EN-CA">&&
</span><span style="font-size:10.0pt;font-family:"Courier New";color:#C57633;mso-ligatures:none;mso-fareast-language:EN-CA">yum
</span><span style="font-size:10.0pt;font-family:"Courier New";color:#A9B7C6;mso-ligatures:none;mso-fareast-language:EN-CA">upgrade
</span><span style="font-size:10.0pt;font-family:"Courier New";color:#CC7832;mso-ligatures:none;mso-fareast-language:EN-CA">-</span><span style="font-size:10.0pt;font-family:"Courier New";color:#A9B7C6;mso-ligatures:none;mso-fareast-language:EN-CA">y<br>
<br>
</span><span style="font-size:10.0pt;font-family:"Courier New";color:#CC7832;mso-ligatures:none;mso-fareast-language:EN-CA">RUN
</span><span style="font-size:10.0pt;font-family:"Courier New";color:#C57633;mso-ligatures:none;mso-fareast-language:EN-CA">yum
</span><span style="font-size:10.0pt;font-family:"Courier New";color:#A9B7C6;mso-ligatures:none;mso-fareast-language:EN-CA">install
</span><span style="font-size:10.0pt;font-family:"Courier New";color:#CC7832;mso-ligatures:none;mso-fareast-language:EN-CA">-</span><span style="font-size:10.0pt;font-family:"Courier New";color:#A9B7C6;mso-ligatures:none;mso-fareast-language:EN-CA">y python3
python3-pip python3-devel sendmail-devel wget telnet gcc<br>
<br>
</span><span style="font-size:10.0pt;font-family:"Courier New";color:#CC7832;mso-ligatures:none;mso-fareast-language:EN-CA">RUN
</span><span style="font-size:10.0pt;font-family:"Courier New";color:#C57633;mso-ligatures:none;mso-fareast-language:EN-CA">yum
</span><span style="font-size:10.0pt;font-family:"Courier New";color:#A9B7C6;mso-ligatures:none;mso-fareast-language:EN-CA">install
</span><span style="font-size:10.0pt;font-family:"Courier New";color:#CC7832;mso-ligatures:none;mso-fareast-language:EN-CA">-</span><span style="font-size:10.0pt;font-family:"Courier New";color:#A9B7C6;mso-ligatures:none;mso-fareast-language:EN-CA">y postfix<br>
<br>
</span><span style="font-size:10.0pt;font-family:"Courier New";color:#CC7832;mso-ligatures:none;mso-fareast-language:EN-CA">RUN
</span><span style="font-size:10.0pt;font-family:"Courier New";color:#C57633;mso-ligatures:none;mso-fareast-language:EN-CA">adduser
</span><span style="font-size:10.0pt;font-family:"Courier New";color:#CC7832;mso-ligatures:none;mso-fareast-language:EN-CA">--</span><span style="font-size:10.0pt;font-family:"Courier New";color:#A9B7C6;mso-ligatures:none;mso-fareast-language:EN-CA">system
</span><span style="font-size:10.0pt;font-family:"Courier New";color:#CC7832;mso-ligatures:none;mso-fareast-language:EN-CA">-</span><span style="font-size:10.0pt;font-family:"Courier New";color:#A9B7C6;mso-ligatures:none;mso-fareast-language:EN-CA">s
</span><span style="font-size:10.0pt;font-family:"Courier New";color:#CC7832;mso-ligatures:none;mso-fareast-language:EN-CA">/</span><span style="font-size:10.0pt;font-family:"Courier New";color:#A9B7C6;mso-ligatures:none;mso-fareast-language:EN-CA">bin</span><span style="font-size:10.0pt;font-family:"Courier New";color:#CC7832;mso-ligatures:none;mso-fareast-language:EN-CA">/</span><span style="font-size:10.0pt;font-family:"Courier New";color:#A9B7C6;mso-ligatures:none;mso-fareast-language:EN-CA">false
</span><span style="font-size:10.0pt;font-family:"Courier New";color:#CC7832;mso-ligatures:none;mso-fareast-language:EN-CA">--</span><span style="font-size:10.0pt;font-family:"Courier New";color:#A9B7C6;mso-ligatures:none;mso-fareast-language:EN-CA">user-group
</span><span style="font-size:10.0pt;font-family:"Courier New";color:#CC7832;mso-ligatures:none;mso-fareast-language:EN-CA">--</span><span style="font-size:10.0pt;font-family:"Courier New";color:#A9B7C6;mso-ligatures:none;mso-fareast-language:EN-CA">no-create-home
pyspf-milter<br>
<br>
</span><span style="font-size:10.0pt;font-family:"Courier New";color:#CC7832;mso-ligatures:none;mso-fareast-language:EN-CA">RUN
</span><span style="font-size:10.0pt;font-family:"Courier New";color:#C57633;mso-ligatures:none;mso-fareast-language:EN-CA">python3
</span><span style="font-size:10.0pt;font-family:"Courier New";color:#CC7832;mso-ligatures:none;mso-fareast-language:EN-CA">-</span><span style="font-size:10.0pt;font-family:"Courier New";color:#A9B7C6;mso-ligatures:none;mso-fareast-language:EN-CA">m pip install
authres py3DNS python-spf flit milter pyspf pymilter spf-engine<br>
<br>
</span><span style="font-size:10.0pt;font-family:"Courier New";color:#CC7832;mso-ligatures:none;mso-fareast-language:EN-CA">#...</span><span style="font-size:10.0pt;font-family:"Courier New";color:#A9B7C6;mso-ligatures:none;mso-fareast-language:EN-CA"><br>
<br>
<br>
</span><span style="font-size:10.0pt;font-family:"Courier New";color:gray;mso-ligatures:none;mso-fareast-language:EN-CA">##### spf-engine fixes<br>
</span><span style="font-size:10.0pt;font-family:"Courier New";color:#CC7832;mso-ligatures:none;mso-fareast-language:EN-CA">### RUN
</span><span style="font-size:10.0pt;font-family:"Courier New";color:#C57633;mso-ligatures:none;mso-fareast-language:EN-CA">cp
</span><span style="font-size:10.0pt;font-family:"Courier New";color:#CC7832;mso-ligatures:none;mso-fareast-language:EN-CA">-</span><span style="font-size:10.0pt;font-family:"Courier New";color:#A9B7C6;mso-ligatures:none;mso-fareast-language:EN-CA">fv
</span><span style="font-size:10.0pt;font-family:"Courier New";color:#CC7832;mso-ligatures:none;mso-fareast-language:EN-CA">/</span><span style="font-size:10.0pt;font-family:"Courier New";color:#A9B7C6;mso-ligatures:none;mso-fareast-language:EN-CA">usr</span><span style="font-size:10.0pt;font-family:"Courier New";color:#CC7832;mso-ligatures:none;mso-fareast-language:EN-CA">/</span><span style="font-size:10.0pt;font-family:"Courier New";color:#A9B7C6;mso-ligatures:none;mso-fareast-language:EN-CA">local</span><span style="font-size:10.0pt;font-family:"Courier New";color:#CC7832;mso-ligatures:none;mso-fareast-language:EN-CA">/</span><span style="font-size:10.0pt;font-family:"Courier New";color:#A9B7C6;mso-ligatures:none;mso-fareast-language:EN-CA">lib</span><span style="font-size:10.0pt;font-family:"Courier New";color:#CC7832;mso-ligatures:none;mso-fareast-language:EN-CA">/</span><span style="font-size:10.0pt;font-family:"Courier New";color:#A9B7C6;mso-ligatures:none;mso-fareast-language:EN-CA">python3</span><span style="font-size:10.0pt;font-family:"Courier New";color:#6897BB;mso-ligatures:none;mso-fareast-language:EN-CA">.9</span><span style="font-size:10.0pt;font-family:"Courier New";color:#CC7832;mso-ligatures:none;mso-fareast-language:EN-CA">/</span><span style="font-size:10.0pt;font-family:"Courier New";color:#A9B7C6;mso-ligatures:none;mso-fareast-language:EN-CA">site-packages</span><span style="font-size:10.0pt;font-family:"Courier New";color:#CC7832;mso-ligatures:none;mso-fareast-language:EN-CA">/</span><span style="font-size:10.0pt;font-family:"Courier New";color:#A9B7C6;mso-ligatures:none;mso-fareast-language:EN-CA">spf.py
</span><span style="font-size:10.0pt;font-family:"Courier New";color:#CC7832;mso-ligatures:none;mso-fareast-language:EN-CA">/</span><span style="font-size:10.0pt;font-family:"Courier New";color:#A9B7C6;mso-ligatures:none;mso-fareast-language:EN-CA">usr</span><span style="font-size:10.0pt;font-family:"Courier New";color:#CC7832;mso-ligatures:none;mso-fareast-language:EN-CA">/</span><span style="font-size:10.0pt;font-family:"Courier New";color:#A9B7C6;mso-ligatures:none;mso-fareast-language:EN-CA">local</span><span style="font-size:10.0pt;font-family:"Courier New";color:#CC7832;mso-ligatures:none;mso-fareast-language:EN-CA">/</span><span style="font-size:10.0pt;font-family:"Courier New";color:#A9B7C6;mso-ligatures:none;mso-fareast-language:EN-CA">lib</span><span style="font-size:10.0pt;font-family:"Courier New";color:#CC7832;mso-ligatures:none;mso-fareast-language:EN-CA">/</span><span style="font-size:10.0pt;font-family:"Courier New";color:#A9B7C6;mso-ligatures:none;mso-fareast-language:EN-CA">python3</span><span style="font-size:10.0pt;font-family:"Courier New";color:#6897BB;mso-ligatures:none;mso-fareast-language:EN-CA">.9</span><span style="font-size:10.0pt;font-family:"Courier New";color:#CC7832;mso-ligatures:none;mso-fareast-language:EN-CA">/</span><span style="font-size:10.0pt;font-family:"Courier New";color:#A9B7C6;mso-ligatures:none;mso-fareast-language:EN-CA">site-packages</span><span style="font-size:10.0pt;font-family:"Courier New";color:#CC7832;mso-ligatures:none;mso-fareast-language:EN-CA">/</span><span style="font-size:10.0pt;font-family:"Courier New";color:#A9B7C6;mso-ligatures:none;mso-fareast-language:EN-CA">spf</span><span style="font-size:10.0pt;font-family:"Courier New";color:#CC7832;mso-ligatures:none;mso-fareast-language:EN-CA">/</span><span style="font-size:10.0pt;font-family:"Courier New";color:#A9B7C6;mso-ligatures:none;mso-fareast-language:EN-CA">__init__.py<br>
</span><span style="font-size:10.0pt;font-family:"Courier New";color:gray;mso-ligatures:none;mso-fareast-language:EN-CA">##################<br>
<br>
</span><span style="font-size:10.0pt;font-family:"Courier New";color:#CC7832;mso-ligatures:none;mso-fareast-language:EN-CA">COPY
</span><span style="font-size:10.0pt;font-family:"Courier New";color:#A9B7C6;mso-ligatures:none;mso-fareast-language:EN-CA">main.cf
</span><span style="font-size:10.0pt;font-family:"Courier New";color:#CC7832;mso-ligatures:none;mso-fareast-language:EN-CA">/</span><span style="font-size:10.0pt;font-family:"Courier New";color:#A9B7C6;mso-ligatures:none;mso-fareast-language:EN-CA">etc</span><span style="font-size:10.0pt;font-family:"Courier New";color:#CC7832;mso-ligatures:none;mso-fareast-language:EN-CA">/</span><span style="font-size:10.0pt;font-family:"Courier New";color:#A9B7C6;mso-ligatures:none;mso-fareast-language:EN-CA">postfix</span><span style="font-size:10.0pt;font-family:"Courier New";color:#CC7832;mso-ligatures:none;mso-fareast-language:EN-CA">/</span><span style="font-size:10.0pt;font-family:"Courier New";color:#A9B7C6;mso-ligatures:none;mso-fareast-language:EN-CA">main.cf<br>
</span><span style="font-size:10.0pt;font-family:"Courier New";color:#CC7832;mso-ligatures:none;mso-fareast-language:EN-CA">COPY
</span><span style="font-size:10.0pt;font-family:"Courier New";color:#A9B7C6;mso-ligatures:none;mso-fareast-language:EN-CA">master.cf
</span><span style="font-size:10.0pt;font-family:"Courier New";color:#CC7832;mso-ligatures:none;mso-fareast-language:EN-CA">/</span><span style="font-size:10.0pt;font-family:"Courier New";color:#A9B7C6;mso-ligatures:none;mso-fareast-language:EN-CA">etc</span><span style="font-size:10.0pt;font-family:"Courier New";color:#CC7832;mso-ligatures:none;mso-fareast-language:EN-CA">/</span><span style="font-size:10.0pt;font-family:"Courier New";color:#A9B7C6;mso-ligatures:none;mso-fareast-language:EN-CA">postfix</span><span style="font-size:10.0pt;font-family:"Courier New";color:#CC7832;mso-ligatures:none;mso-fareast-language:EN-CA">/</span><span style="font-size:10.0pt;font-family:"Courier New";color:#A9B7C6;mso-ligatures:none;mso-fareast-language:EN-CA">master.cf<br>
</span><span style="font-size:10.0pt;font-family:"Courier New";color:#CC7832;mso-ligatures:none;mso-fareast-language:EN-CA">COPY
</span><span style="font-size:10.0pt;font-family:"Courier New";color:#A9B7C6;mso-ligatures:none;mso-fareast-language:EN-CA">policyd-spf.conf
</span><span style="font-size:10.0pt;font-family:"Courier New";color:#CC7832;mso-ligatures:none;mso-fareast-language:EN-CA">/</span><span style="font-size:10.0pt;font-family:"Courier New";color:#A9B7C6;mso-ligatures:none;mso-fareast-language:EN-CA">etc</span><span style="font-size:10.0pt;font-family:"Courier New";color:#CC7832;mso-ligatures:none;mso-fareast-language:EN-CA">/</span><span style="font-size:10.0pt;font-family:"Courier New";color:#A9B7C6;mso-ligatures:none;mso-fareast-language:EN-CA">python-policyd-spf</span><span style="font-size:10.0pt;font-family:"Courier New";color:#CC7832;mso-ligatures:none;mso-fareast-language:EN-CA">/</span><span style="font-size:10.0pt;font-family:"Courier New";color:#A9B7C6;mso-ligatures:none;mso-fareast-language:EN-CA">policyd-spf.conf<br>
</span><span style="font-size:10.0pt;font-family:"Courier New";color:#CC7832;mso-ligatures:none;mso-fareast-language:EN-CA">COPY
</span><span style="font-size:10.0pt;font-family:"Courier New";color:#A9B7C6;mso-ligatures:none;mso-fareast-language:EN-CA">opendkim.conf
</span><span style="font-size:10.0pt;font-family:"Courier New";color:#CC7832;mso-ligatures:none;mso-fareast-language:EN-CA">/</span><span style="font-size:10.0pt;font-family:"Courier New";color:#A9B7C6;mso-ligatures:none;mso-fareast-language:EN-CA">etc</span><span style="font-size:10.0pt;font-family:"Courier New";color:#CC7832;mso-ligatures:none;mso-fareast-language:EN-CA">/</span><span style="font-size:10.0pt;font-family:"Courier New";color:#A9B7C6;mso-ligatures:none;mso-fareast-language:EN-CA">opendkim.conf<br>
</span><span style="font-size:10.0pt;font-family:"Courier New";color:#CC7832;mso-ligatures:none;mso-fareast-language:EN-CA">COPY
</span><span style="font-size:10.0pt;font-family:"Courier New";color:#A9B7C6;mso-ligatures:none;mso-fareast-language:EN-CA">TrustedHosts
</span><span style="font-size:10.0pt;font-family:"Courier New";color:#CC7832;mso-ligatures:none;mso-fareast-language:EN-CA">/</span><span style="font-size:10.0pt;font-family:"Courier New";color:#A9B7C6;mso-ligatures:none;mso-fareast-language:EN-CA">etc</span><span style="font-size:10.0pt;font-family:"Courier New";color:#CC7832;mso-ligatures:none;mso-fareast-language:EN-CA">/</span><span style="font-size:10.0pt;font-family:"Courier New";color:#A9B7C6;mso-ligatures:none;mso-fareast-language:EN-CA">opendkim</span><span style="font-size:10.0pt;font-family:"Courier New";color:#CC7832;mso-ligatures:none;mso-fareast-language:EN-CA">/</span><span style="font-size:10.0pt;font-family:"Courier New";color:#A9B7C6;mso-ligatures:none;mso-fareast-language:EN-CA">TrustedHosts<br>
<br>
</span><span style="font-size:10.0pt;font-family:"Courier New";color:#CC7832;mso-ligatures:none;mso-fareast-language:EN-CA">COPY
</span><span style="font-size:10.0pt;font-family:"Courier New";color:#A9B7C6;mso-ligatures:none;mso-fareast-language:EN-CA">init.sh
</span><span style="font-size:10.0pt;font-family:"Courier New";color:#CC7832;mso-ligatures:none;mso-fareast-language:EN-CA">/</span><span style="font-size:10.0pt;font-family:"Courier New";color:#A9B7C6;mso-ligatures:none;mso-fareast-language:EN-CA">opt</span><span style="font-size:10.0pt;font-family:"Courier New";color:#CC7832;mso-ligatures:none;mso-fareast-language:EN-CA">/</span><span style="font-size:10.0pt;font-family:"Courier New";color:#A9B7C6;mso-ligatures:none;mso-fareast-language:EN-CA">init.sh<br>
<br>
</span><span style="font-size:10.0pt;font-family:"Courier New";color:#CC7832;mso-ligatures:none;mso-fareast-language:EN-CA">CMD
</span><span style="font-size:10.0pt;font-family:"Courier New";color:#A9B7C6;mso-ligatures:none;mso-fareast-language:EN-CA">[</span><span style="font-size:10.0pt;font-family:"Courier New";color:#6A8759;mso-ligatures:none;mso-fareast-language:EN-CA">"sh"</span><span style="font-size:10.0pt;font-family:"Courier New";color:#CC7832;mso-ligatures:none;mso-fareast-language:EN-CA">,
</span><span style="font-size:10.0pt;font-family:"Courier New";color:#6A8759;mso-ligatures:none;mso-fareast-language:EN-CA">"/opt/init.sh"</span><span style="font-size:10.0pt;font-family:"Courier New";color:#A9B7C6;mso-ligatures:none;mso-fareast-language:EN-CA">]<o:p></o:p></span></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">The fact that I need to overwrite files inside site-packages makes me feel that there is something wrong with my setup, but I am not sure what since my expectation is that installed packages should work out-of-the-box.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Would you be able to help me, please, clarify what am I doing wrong and what is the recommended setup?<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Also, would it be possible adding me to the mailing list so I can see the reply?<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Thank you,<o:p></o:p></p>
<p class="MsoNormal">Sergiu<o:p></o:p></p>
</div>
<!DOCTYPE html>
<p style="font-size:11px;font-family:lato;"><b>Sergiu Ivasenco </b>| Software Architect
<br>
E: <a href="mailto: ivasenco@echoworx.com">ivasenco@echoworx.com</a> <br>
<br>
<a href="https://www.echoworx.com">Echoworx</a> | <span style="font-size:11px;font-family:lato;">
It Pays To Be Secure</span> <br>
4101 Yonge Street, Suite 708, Toronto, ON, Canada M2P 1N6 <br>
Follow us on <a href="https://www.linkedin.com/company/echoworx">LinkedIn</a> <br>
</p>
<a href="https://www.echoworx.com/emailsignature/"><img src=" https://echoweb2022.s3.ca-central-1.amazonaws.com/pda-media/www.echoworx.com/wp-content/uploads/2023/07/email.footer.image_.jpg" alt="Join us for an insightful webinar on SOC2 compliance. Practical insights, no jargon. This is a must-attend event for CISOs and IT Managers. Register now." title="Join us for an insightful webinar on SOC2 compliance. Practical insights, no jargon. This is a must-attend event for CISOs and IT Managers. Register now." style="display:block" width="450" height="133">
</a>
</body>
</html>