Adding sendas not possible
-
Dear forum,
I face a problem with sendas vs onbehalf - the user is disturbed by the display of “on behalf of <shared-store-name>”
In the docs I found the --add-sendas, however it gives me the following error message:kopano-admin --add-sendas <username> -u <username> Unable to update user, unable to update sendas list: action not supported by server (0x80040102)
Current kopano-server-packages are 8.7.23.0-0+ucs4.3~58.1
Thanks for your support!
Kind Regards
KaBi -
In /etc/kopano/spooler.cfg
# Set this value to 'yes' to let the spooler always send emails with # delegates (other user than yourself in the From: header) # In installations before 6.20, this value was always 'yes'. # IMPORTANT: This feature overrides "send-as" functionality. always_send_delegates = yes
Marc
-
@junglemarc said in Adding sendas not possible:
always_send_delegates = yes
This cannot be recommended (unless maybe for a single user private installation) as this basically disables the check if a user is even allowed to send as another user/address. Plus if I remember correctly this also only leads to sending “on behalf of” and not “as”.
@kabi said in Adding sendas not possible:
action not supported by server
kopano-admin
reports this as the Univention app by default manages its users in an ldap tree and if users are managed in ldap, then send-as needs to be managed there as well. There is a field called “delegates” in the umc that takes care of this. -
@fbartels Is there a way to do this without ldap?
-
@junglemarc if you manage your users with kopano-admin, then you would also manage send-as with kopano-admin.