[horde] Problem with sending invitations via kronolith
Jens Grüntjes
jens.gruentjes at ebira.de
Fri Oct 25 05:56:35 UTC 2013
Zitat von Michael M Slusarz <slusarz at horde.org>:
> Quoting Jens Grüntjes <jens.gruentjes at ebira.de>:
>
>> 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?
>
> It does if you have configured a different smtp config in IMP.
> otherwise, IMP uses the horde config for SMTP.
>
> michael
>
> ___________________________________
> Michael Slusarz [slusarz at horde.org]
I guess I don't understand you. I wrote my Horde-config for the tab
"Mailer" at the beginning of this mail. The backends.local.php that
IMP uses is in my last post. So to me it looks as if I did configure
it in two places but the configs look more or less the same to me
apart from the fact that I can configure more details in the
backends.local.php from IMP.
I thought that Kronolith uses the config from Horde as I can't
configure an SMTP server for kronolith like I can do for IMP?
Greetings
Jens
--
Jens Grüntjes
Ebert + Grüntjes GbR
Michael Ebert, Jens Grüntjes
Schubertstr. 37
63179 Obertshausen
Tel.: +49 (0)69 / 928879-18
Fax.: +49 (0)69 / 928879-20
Internet: http://www.ebira.de/
More information about the horde
mailing list