[horde] Problem with sending invitations via kronolith

Jens Grüntjes jens.gruentjes at ebira.de
Wed Oct 23 19:23:59 UTC 2013


Zitat von lst_hoe02 at kwsoft.de:

> Zitat von Jens Grüntjes <jens.gruentjes at ebira.de>:
>
>> Zitat von Jens Grüntjes <jens.gruentjes at ebira.de>:
>>
>>> Hello list,
>>>
>>> I'm using the latest pear versions of Horde Groupware 5.1.2.
>>>
>>> I recently configured Horde globally to deliver mails via port 587  
>>> (as proposed lately on the list) like this:
>>>
>>> $conf['mailer']['params']['host'] = 'localhost';
>>> $conf['mailer']['params']['port'] = 587;
>>> $conf['mailer']['params']['localhost'] = 'localhost';
>>> $conf['mailer']['params']['auth'] = true;
>>> $conf['mailer']['type'] = 'smtp';
>>>
>>> Sending mails from imp works perfectly but sending invitations by  
>>> kronolith does not. This is the log entry from horde:
>>>
>>> 2013-09-12T10:02:54+02:00 DEBUG: HORDE [kronolith] Beim  
>>> Verschicken einer Terminbenachrichtigung an xx.xx at domain.de ist  
>>> ein Fehler aufgetreten: Server denied authentication. [pid 8225 on  
>>> line 27 of  
>>> "/usr/share/php/Horde/Core/Notification/Handler/Decorator/Hordelog.php"]
>>>
>>> My postfix log only shows:
>>>
>>> Sep 12 11:23:16 xxxx postfix/smtpd[7722]: connect from localhost[::1]
>>> Sep 12 11:23:16 xxxx postfix/smtpd[7722]: disconnect from localhost[::1]
>>> Sep 12 11:23:16 xxxx postfix/smtpd[7722]: connect from localhost[::1]
>>> Sep 12 11:23:16 xxxx postfix/smtpd[7722]: disconnect from localhost[::1]
>>> Sep 12 11:23:16 xxxx postfix/smtpd[7722]: connect from localhost[::1]
>>> Sep 12 11:23:16 xxxx postfix/smtpd[7722]: disconnect from localhost[::1]
>>> Sep 12 11:23:16 xxxx postfix/smtpd[7722]: connect from localhost[::1]
>>> Sep 12 11:23:16 xxxx postfix/smtpd[7722]: disconnect from localhost[::1]
>>>
>>> This worked when I delivered the mails via port 25. Can someone advise me?
>>>
>>> Thanks for your help
>>> Jens
>>
>> Does nobody have an idea what I can test?
>
> I would suspect you have not configured smtp-auth in postfix for port 587
> http://www.postfix.org/SASL_README.html
>
>
> Regards
>
> Andreas

I configured it at least in the way that I could send mails via IMP.  
Only the invitations via kronolith cause the problems. My  
backends.local.php looks like this:

<snip>
'smtp' => array(
         'auth' => true,
         'debug' => false,
         'horde_auth' => true,
         'host' => 'localhost',
         'localhost' => 'localhost',
         'password' => null,
         /* Mail from a MUA SHOULD be sent via the mail submission port (587)
          * rather than the MTA port (25). Note that mail submission
          * REQUIRES some method of authentication (whether explicit
          * user/password credentials or configuring the mail submission
          * agent to automatically authenticate this host based on the
          * network location). */
         'port' => 587,
         'username' => null
     ),
</snip>

So it looks to me as if IMP sends the mails different from kronolith?
--
Greetings
Jens



More information about the horde mailing list