Navigation

    Kopano
    • Register
    • Login
    • Search
    • Categories
    • Get Official Kopano Support
    • Recent
    Statement regarding the closure of the Kopano community forum and the end of the community edition

    k4uUserSendAsPrivilege checking for Postfix (solved)

    General Discussion
    2
    3
    320
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Constin
      Constin last edited by Constin

      I use Kopano as Univention App/

      it’s complex problem.
      1:
      by default Postfix from Univention allow to send email from every address for authenticated users.
      It could be solved by
      ucr set mail /postfix/smtpd/restrictions/recipient/20 = “reject_authenticated_sender_login_mismatch”

      2:
      but this is not a good solution if you use Kopano and you use smtp/imap configured mail clients.

      Kopano adding additional custom schemas to ldap such as k4uUserSendAsPrivilege that allow user to send email as other user. It’s works only if you use web interface. Postfix has no checking scripts for this.

      So if you implemented “reject_authenticated_sender_login_mismatch” to close the bug , you will not able to use "UserSendAsPrivilege " by smtp.

      There is univention script listfilter.py that checks if users allowed to send email to group. it works as filter for
      smtpd_recipient_restrictions = check_policy_service unix:private/listfilter,

      Is there a solution for k4uUserSendAsPrivilege or i should write same script for it?

      1 Reply Last reply Reply Quote 0
      • fbartels
        fbartels Kopano last edited by

        Crosspost: https://help.univention.com/t/send-email-from-other-address/10600

        Regards Felix

        Resources:
        https://kopano.com/blog/how-to-get-kopano/
        https://documentation.kopano.io/
        https://kb.kopano.io/

        Support overview:
        https://kopano.com/support/

        1 Reply Last reply Reply Quote 0
        • Constin
          Constin last edited by

          Solved here:
          https://help.univention.com/t/send-email-from-other-address-restriction-check-solved/10600/7

          1 Reply Last reply Reply Quote 0
          • First post
            Last post