Claude Tompers | 2 May 2012 10:59
Picon
Favicon

Re: Junk Mail

On 04/19/2012 10:44 AM, Jan Schneider wrote:
> Don't top-post.
>
> Zitat von Claude Tompers <claude.tompers <at> restena.lu>:
>
>> On 04/19/2012 09:50 AM, Michael M Slusarz wrote:
>>> Quoting Claude Tompers <claude.tompers <at> restena.lu>:
>>>
>>>> Hello,
>>>>
>>>> 'Courrier indésirable' would be a more understandable translation
>>>> in my
>>>> opinion.
>>>> But what about unmarking a spam message. Is this possible ?
>>>
>>> Yes.  See the 'notspam' options in imp/config/conf.xml.
>>>
>> Hi Michael,
>>
>> Thank you for your answer.
>> It seems that I have a particular case here where the Junk Flag has been
>> set by Thunderbird.
>> Imp show the 'spam' flag correctly but if I right-click the e-mail, I
>> can again mark it as spam and not unmark it.
>
> This is because you don't *mark* messages as spam in IMP, but you
> *report* them as spam, which is something completely different.
>
Hi,

(Continue reading)

Michael M Slusarz | 2 May 2012 15:44
Favicon
Gravatar

Re: Junk Mail

Quoting Claude Tompers <claude.tompers <at> restena.lu>:

>> This is because you don't *mark* messages as spam in IMP, but you
>> *report* them as spam, which is something completely different.
>>
> Hi,
>
> So there is no way to *unreport* it ?

As already mentioned, look at the 'notspam' options.

As for the IMAP flag, this is completely irrelevant.  You don't  
"unreport" Spam this way.

michael

___________________________________
Michael Slusarz [slusarz <at> horde.org]

--

-- 
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: imp-unsubscribe <at> lists.horde.org

zBit | 2 May 2012 16:19
Picon
Favicon

sasl with relaying


Hello,

I've setup the smtp authentication in configuration files (config/conf.php, imp/config/backends.local.php)
but when I try to send an e-mail using bad credentials, the e-mail is sent nevertheless as the mailserver
permits relaying for the horde host. I assume that horde uses some kind of fallback so that whenever
the authentication fails it somehow bypasses the authentication completely. I would like to retain smtp
relaying. Is there any way to enforce the sasl authentication?

BR,
David
--

-- 
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: imp-unsubscribe <at> lists.horde.org

Arjen de Korte | 2 May 2012 16:43

Re: sasl with relaying

Citeren zBit <zbit <at> centrum.cz>:

> I've setup the smtp authentication in configuration files  
> (config/conf.php, imp/config/backends.local.php)
> but when I try to send an e-mail using bad credentials, the e-mail  
> is sent nevertheless as the mailserver
> permits relaying for the horde host.

This is something you have to configure on the SMTP server. Which one  
are you using?

> I assume that horde uses some kind of fallback so that whenever
> the authentication fails it somehow bypasses the authentication completely.

It relies on the SMTP server to reject the message if the credentials  
are not accepted. The solution is to use a separate port for mail  
submission (typically, the 'submission' port (587) is used for that)  
and to *require* authentication on that port, rather than making it  
optional. You can't do this on the 'smtp' (25) port, since it would  
effectively prevent delivery from outside.

> I would like to retain smtp relaying. Is there any way to enforce the sasl
> authentication?

Yes. But this needs to be configured in the mailserver, rather than in Horde.

Best regards, Arjen

--

-- 
imp mailing list
(Continue reading)

Simon Brereton | 2 May 2012 18:36

Re: sasl with relaying

On 2 May 2012 10:19, zBit <zbit <at> centrum.cz> wrote:
>
> Hello,
>
> I've setup the smtp authentication in configuration files (config/conf.php, imp/config/backends.local.php)
> but when I try to send an e-mail using bad credentials, the e-mail is sent nevertheless as the mailserver
> permits relaying for the horde host. I assume that horde uses some kind of fallback so that whenever
> the authentication fails it somehow bypasses the authentication completely. I would like to retain smtp
> relaying. Is there any way to enforce the sasl authentication?

Do you have Horde and your MTA on the same host?  In which case have
you set up a submission port (typically 587) for mail from
Horde/roaming users?  because if IMP is doing SMTP on 127.0.0.1:25
then it's likely whitelisted by the MTA anyway..

Simon
--

-- 
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: imp-unsubscribe <at> lists.horde.org

lst_hoe02 | 3 May 2012 10:00
Picon
Favicon

Empty Message Popup IMP 5

Hello

today we discovered some messages which are displayed as Text-Link  
with download and print icon. On clicking the Text link a popup is  
opened which is completely empty. When doing reply the original  
message is show as it should. There are no errors in the logfile. Any  
hints how to debug. This is Horde 4 latest and IMP 5 latest.

Regards

Andreas

Attachment (smime.p7s): application/pkcs7-signature, 6178 bytes
--

-- 
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: imp-unsubscribe <at> lists.horde.org
Jan Schneider | 2 May 2012 13:20
Favicon
Gravatar

Re: Junk Mail


Zitat von Claude Tompers <claude.tompers <at> restena.lu>:

> On 04/19/2012 10:44 AM, Jan Schneider wrote:
>> Don't top-post.
>>
>> Zitat von Claude Tompers <claude.tompers <at> restena.lu>:
>>
>>> On 04/19/2012 09:50 AM, Michael M Slusarz wrote:
>>>> Quoting Claude Tompers <claude.tompers <at> restena.lu>:
>>>>
>>>>> Hello,
>>>>>
>>>>> 'Courrier indésirable' would be a more understandable translation
>>>>> in my
>>>>> opinion.
>>>>> But what about unmarking a spam message. Is this possible ?
>>>>
>>>> Yes.  See the 'notspam' options in imp/config/conf.xml.
>>>>
>>> Hi Michael,
>>>
>>> Thank you for your answer.
>>> It seems that I have a particular case here where the Junk Flag has been
>>> set by Thunderbird.
>>> Imp show the 'spam' flag correctly but if I right-click the e-mail, I
>>> can again mark it as spam and not unmark it.
>>
>> This is because you don't *mark* messages as spam in IMP, but you
>> *report* them as spam, which is something completely different.
(Continue reading)

Claude Tompers | 3 May 2012 11:20
Picon
Favicon

Re: Junk Mail

On 05/02/2012 01:20 PM, Jan Schneider wrote:
>
> Zitat von Claude Tompers <claude.tompers <at> restena.lu>:
>
>> On 04/19/2012 10:44 AM, Jan Schneider wrote:
>>> Don't top-post.
>>>
>>> Zitat von Claude Tompers <claude.tompers <at> restena.lu>:
>>>
>>>> On 04/19/2012 09:50 AM, Michael M Slusarz wrote:
>>>>> Quoting Claude Tompers <claude.tompers <at> restena.lu>:
>>>>>
>>>>>> Hello,
>>>>>>
>>>>>> 'Courrier indésirable' would be a more understandable translation
>>>>>> in my
>>>>>> opinion.
>>>>>> But what about unmarking a spam message. Is this possible ?
>>>>>
>>>>> Yes.  See the 'notspam' options in imp/config/conf.xml.
>>>>>
>>>> Hi Michael,
>>>>
>>>> Thank you for your answer.
>>>> It seems that I have a particular case here where the Junk Flag has
>>>> been
>>>> set by Thunderbird.
>>>> Imp show the 'spam' flag correctly but if I right-click the e-mail, I
>>>> can again mark it as spam and not unmark it.
>>>
(Continue reading)

Jan Schneider | 3 May 2012 11:56
Favicon
Gravatar

Re: Junk Mail


Zitat von Claude Tompers <claude.tompers <at> restena.lu>:

> On 05/02/2012 01:20 PM, Jan Schneider wrote:
>>
>> Zitat von Claude Tompers <claude.tompers <at> restena.lu>:
>>
>>> On 04/19/2012 10:44 AM, Jan Schneider wrote:
>>>> Don't top-post.
>>>>
>>>> Zitat von Claude Tompers <claude.tompers <at> restena.lu>:
>>>>
>>>>> On 04/19/2012 09:50 AM, Michael M Slusarz wrote:
>>>>>> Quoting Claude Tompers <claude.tompers <at> restena.lu>:
>>>>>>
>>>>>>> Hello,
>>>>>>>
>>>>>>> 'Courrier indésirable' would be a more understandable translation
>>>>>>> in my
>>>>>>> opinion.
>>>>>>> But what about unmarking a spam message. Is this possible ?
>>>>>>
>>>>>> Yes.  See the 'notspam' options in imp/config/conf.xml.
>>>>>>
>>>>> Hi Michael,
>>>>>
>>>>> Thank you for your answer.
>>>>> It seems that I have a particular case here where the Junk Flag has
>>>>> been
>>>>> set by Thunderbird.
(Continue reading)

Claude Tompers | 3 May 2012 13:40
Picon
Favicon

Re: Junk Mail

On 05/03/2012 11:56 AM, Jan Schneider wrote:
>
> Zitat von Claude Tompers <claude.tompers <at> restena.lu>:
>
>> On 05/02/2012 01:20 PM, Jan Schneider wrote:
>>>
>>> Zitat von Claude Tompers <claude.tompers <at> restena.lu>:
>>>
>>>> On 04/19/2012 10:44 AM, Jan Schneider wrote:
>>>>> Don't top-post.
>>>>>
>>>>> Zitat von Claude Tompers <claude.tompers <at> restena.lu>:
>>>>>
>>>>>> On 04/19/2012 09:50 AM, Michael M Slusarz wrote:
>>>>>>> Quoting Claude Tompers <claude.tompers <at> restena.lu>:
>>>>>>>
>>>>>>>> Hello,
>>>>>>>>
>>>>>>>> 'Courrier indésirable' would be a more understandable translation
>>>>>>>> in my
>>>>>>>> opinion.
>>>>>>>> But what about unmarking a spam message. Is this possible ?
>>>>>>>
>>>>>>> Yes.  See the 'notspam' options in imp/config/conf.xml.
>>>>>>>
>>>>>> Hi Michael,
>>>>>>
>>>>>> Thank you for your answer.
>>>>>> It seems that I have a particular case here where the Junk Flag has
>>>>>> been
(Continue reading)


Gmane