Re: Cannot send or receive mail on centos
Jochen Hein <[email protected]>
| Newsgroups | gmane.comp.kde.devel.kroupware |
|---|---|
| Message-ID | <[email protected]> |
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 -- This space is intentionally left blank.