Re: Cannot send or receive mail on centos
marko <[email protected]>
| Newsgroups | gmane.comp.kde.devel.kroupware |
|---|---|
| Message-ID | <7566513.PFvFQqKSPS__36278.9108579577$1558252790$gmane$org@sangiovese> |
On Sunday, 19 May 2019 2:56:28 PM AEST Jochen Hein wrote: > Eric B Munson <[email protected]> writes: > > I have worked around the issue by making the verify_sender() and > > verify_recipient() methods in > > /usr/lib/postfix/kolab_smtp_access_policy simply return true. This is > > not ideal but neither is all of my mail bouncing. > > > > I have opened an issue for this here: https://git.kolab.org/T5369 > > Another report is https://git.kolab.org/T5363, where we have a patch: > > ,---- > > | had the same problem. It's on line 1287 in the script > | kolab_smtp_access_policy.py: replace "if cache is notTrue:" with "if > | cache is not True:" > > `---- > > Jochen the missing space has fixed it for me. Thanks Eric for the temporary hack to get the mail working. cheers Marko