Bug 48377 - Caldav invitations don't send from horde
Caldav invitations don't send from horde
Status: RESOLVED WONTFIX
Product: UCS
Classification: Unclassified
Component: Mail - Horde
UCS 4.3
amd64 Linux
: P5 normal (vote)
: ---
Assigned To: Mail maintainers
Mail maintainers
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2018-12-19 15:38 CET by Kevin
Modified: 2021-05-14 16:33 CEST (History)
0 users

See Also:
What kind of report is it?: ---
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional):
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin 2018-12-19 15:38:19 CET
When you add invited email addresses Horde attempts to send the invites using the wrong email settings.

To fix the problem I transferred the UCS config mailer settings into the base conf.php.

Now it works. I think the main conf file should contain the correct mailer settings.

$conf['mailer']['params']['host'] = 'ucs.domain.com';
$conf['mailer']['params']['port'] = 587;
$conf['mailer']['params']['secure'] = 'tls';
$conf['mailer']['params']['username_auth'] = true;
$conf['mailer']['params']['password_auth'] = true;
$conf['mailer']['params']['auth'] = true;
$conf['mailer']['params']['lmtp'] = false;
$conf['mailer']['type'] = 'smtp';


Without these the mail server refuses to relay the email from horde.
Comment 1 Ingo Steuwer univentionstaff 2021-05-14 13:56:10 CEST
This issue has been filed against UCS 4.3.

UCS 4.3 is out of maintenance and many UCS components have changed in later releases. Thus, this issue is now being closed.

If this issue still occurs in newer UCS versions, please use "Clone this bug" or reopen it and update the UCS version. In this case please provide detailed information on how this issue is affecting you.