[EMAIL PROTECTED] wrote:
> Send policyd-users mailing list submissions to
>       [email protected]
>
> To subscribe or unsubscribe via the World Wide Web, visit
>       https://lists.sourceforge.net/lists/listinfo/policyd-users
> or, via email, send a message with subject or body 'help' to
>       [EMAIL PROTECTED]
>
> You can reach the person managing the list at
>       [EMAIL PROTECTED]
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of policyd-users digest..."
>
>
> Today's Topics:
>
>    1. Re: policyd v2 smtpd_end_of_data_restrictions (Nigel Kukard)
>    2. policyd v2 smtpd_end_of_data_restrictions (Helge Waastad)
>    3. Re: policyd v2 smtpd_end_of_data_restrictions (Nigel Kukard)
>    4. [BUGFIX] v2.0.1 MySQL index lengh vs. charset fix (Nigel Kukard)
>    5. Re: policyd v2 smtpd_end_of_data_restrictions (Helge Waastad)
>    6. Re: policyd v2 smtpd_end_of_data_restrictions (Nigel Kukard)
>    7. Re: policyd v2 smtpd_end_of_data_restrictions (Jacco van Koll)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Thu, 26 Jun 2008 11:48:18 +0000
> From: Nigel Kukard <[EMAIL PROTECTED]>
> Subject: Re: [policyd-users] policyd v2 smtpd_end_of_data_restrictions
> To: [email protected]
> Message-ID: <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset="us-ascii"
>
>
>   
>>>>> Could you give me some instruction how to reproduce?
>>>>>
>>>>> /[EMAIL PROTECTED]/  <= that is the regex being used to check for a valid
>>>>>           
>>> email
>>>       
>>>>> address.
>>>>>
>>>>> Are you running latest stable?  It should give you one or two more
>>>>>           
>>> lines
>>>       
>>>>> of info.
>>>>>           
>>>> Will start logging also, because this is the same issue as i was and
>>>>         
>>> still
>>>       
>>>> facing. The regex looks good from my humble point of view?
>>>>         
>>> You running stable aswell?
>>>
>>> -N
>>>       
>> Yep, running the stable. Want to evaluate it first before we are going to
>> use it in a large production environment. If you like, i can provide you
>> with a login to my test-server so you can investigate?
>>     
>
> I don't think thats necessary at this point  :), more than likely
> something simple, the missing debug line should print out what its
> moaning about.
>
> -N
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: not available
> Type: application/pgp-signature
> Size: 189 bytes
> Desc: This is a digitally signed message part
>
> ------------------------------
>
> Message: 2
> Date: Thu, 26 Jun 2008 14:02:26 +0200
> From: Helge Waastad <[EMAIL PROTECTED]>
> Subject: [policyd-users] policyd v2 smtpd_end_of_data_restrictions
> To: [email protected]
> Message-ID: <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset="us-ascii"
>
> Hi,
> and thx for your answer.
>
> I've upgraded to stable today, but the problem has been there also
> through the last release (snapshot)
>
> I'm now testing with a evolution client
>
> Just trying to send an email to two contacts (outbound)
> (BTW, it also happens on inbound email)
>
> Please let me know if there are any more debugging I can do.
>
> I'm still testing.....
>
>
> br hw
>
> Good day,
>
>
>   
>> I've been running the policyd v2 for a while now. Everything works as
>> a charm, but I have one problem.
>> If I enable the smtpd_end_of_data_restrictions  and using policyd, I
>> always get bounced when I try mailing several contacts:
>>
>> postfix:
>> reject: END-OF-MESSAGE from unknown[10.216.8.138]: 450 4.3.2
>> <END-OF-MESSAGE>: End-of-data rejected: Try again later;
>> from=<[EMAIL PROTECTED]> proto=ESMTP helo=<[10.216.8.138]>
>>
>> policyd:
>> [CORE] ERROR: ''
>> [2008/06/26-09:00:13 - 1218] [CBPOLICYD] ERROR: Protocol data
>> validation error, required parameter 'recipient' was not found or
>> invalid format
>>
>> Is there someone out there that can explain to me what happens?
>> If I send email to a single contact, everything is OK.
>>     
>
> Could you give me some instruction how to reproduce?
>
> /[EMAIL PROTECTED]/  <= that is the regex being used to check for a valid 
> email
> address.
>
> Are you running latest stable?  It should give you one or two more lines
> of info.
>
> -N
> -------------- next part --------------
> An HTML attachment was scrubbed...
>
> ------------------------------
>
> Message: 3
> Date: Thu, 26 Jun 2008 12:07:06 +0000
> From: Nigel Kukard <[EMAIL PROTECTED]>
> Subject: Re: [policyd-users] policyd v2 smtpd_end_of_data_restrictions
> To: [email protected]
> Message-ID: <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset="us-ascii"
>
>
>
>   
>> and thx for your answer.
>>
>> I've upgraded to stable today, but the problem has been there also
>> through the last release (snapshot)
>>
>> I'm now testing with a evolution client
>>
>> Just trying to send an email to two contacts (outbound)
>> (BTW, it also happens on inbound email)
>>
>> Please let me know if there are any more debugging I can do.
>>
>> I'm still testing.....
>>     
>
> I need the line that looks like .... 
> [PROTOCOLS/Postfix] Error, parameter 'sender' cannot be 'xxxyyyzzzz'
>
> to see exactly what email addy its choking on.
>
> -N
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: not available
> Type: application/pgp-signature
> Size: 189 bytes
> Desc: This is a digitally signed message part
>
> ------------------------------
>
> Message: 4
> Date: Thu, 26 Jun 2008 12:15:41 +0000
> From: Nigel Kukard <[EMAIL PROTECTED]>
> Subject: [policyd-users] [BUGFIX] v2.0.1 MySQL index lengh vs. charset
>       fix
> To: cluebringer-devel <[EMAIL PROTECTED]>,
>       policyd-users <[email protected]>
> Message-ID: <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset="us-ascii"
>
> * Set table charset to latin1 for MySQL or we exceed the MySQL index
> length limitation
>
> MySQL has an index limitation of 1000 bytes. Using some character sets,
> especially UTF-8 requires 3x the number of bytes for storage and exceeds
> this limit in some tables.
>
> -N
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: mysql-charset-fix.patch
> Type: text/x-patch
> Size: 928 bytes
> Desc: not available
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: not available
> Type: application/pgp-signature
> Size: 189 bytes
> Desc: This is a digitally signed message part
>
> ------------------------------
>
> Message: 5
> Date: Thu, 26 Jun 2008 14:33:37 +0200
> From: Helge Waastad <[EMAIL PROTECTED]>
> Subject: Re: [policyd-users] policyd v2 smtpd_end_of_data_restrictions
> To: [email protected]
> Message-ID: <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset="us-ascii"
>
> I've turned on all cluebringer debugging and this is what I see:
>
> [2008/06/26-14:32:38 - 5761] [CORE] INFO: 2008/06/26-14:32:38 CONNECT
> TCP Peer: "127.0.0.1:47941" Local: "127.0.0.1:10031"
> [2008/06/26-14:32:38 - 5761] [PROTOCOLS/Postfix] DEBUG: Possible Postfix
> protocol
> [2008/06/26-14:32:38 - 5761] [PROTOCOLS/Postfix] INFO: Identified
> Postfix protocol
> [2008/06/26-14:32:38 - 5633] [CORE] INFO: Starting "1" children
> [2008/06/26-14:32:38 - 5761] [CORE] ERROR: ''
> [2008/06/26-14:32:38 - 5761] [CBPOLICYD] ERROR: Protocol data validation
> error, required parameter 'recipient' was not found or invalid format
> [2008/06/26-14:32:38 - 6018] [CORE] DEBUG: Child Preforked (6018)
> [2008/06/26-14:32:38 - 6018] [CBPOLICYD] DEBUG: Starting up caching
> engine
>
>
> to., 26.06.2008 kl. 12.07 +0000, skrev Nigel Kukard:
>
>   
>>> and thx for your answer.
>>>
>>> I've upgraded to stable today, but the problem has been there also
>>> through the last release (snapshot)
>>>
>>> I'm now testing with a evolution client
>>>
>>> Just trying to send an email to two contacts (outbound)
>>> (BTW, it also happens on inbound email)
>>>
>>> Please let me know if there are any more debugging I can do.
>>>
>>> I'm still testing.....
>>>       
>> I need the line that looks like .... 
>> [PROTOCOLS/Postfix] Error, parameter 'sender' cannot be 'xxxyyyzzzz'
>>
>> to see exactly what email addy its choking on.
>>
>> -N
>> -------------------------------------------------------------------------
>> Check out the new SourceForge.net Marketplace.
>> It's the best place to buy or sell services for
>> just about anything Open Source.
>> http://sourceforge.net/services/buy/index.php
>> _______________________________________________ policyd-users mailing list 
>> [email protected] 
>> https://lists.sourceforge.net/lists/listinfo/policyd-users
>>     
> -------------- next part --------------
> An HTML attachment was scrubbed...
>
> ------------------------------
>
> Message: 6
> Date: Thu, 26 Jun 2008 12:46:50 +0000
> From: Nigel Kukard <[EMAIL PROTECTED]>
> Subject: Re: [policyd-users] policyd v2 smtpd_end_of_data_restrictions
> To: [email protected]
> Message-ID: <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset="us-ascii"
>
>
> On Thu, 2008-06-26 at 14:33 +0200, Helge Waastad wrote:
>   
>> I've turned on all cluebringer debugging and this is what I see:
>>
>> [2008/06/26-14:32:38 - 5761] [CORE] INFO: 2008/06/26-14:32:38 CONNECT
>> TCP Peer: "127.0.0.1:47941" Local: "127.0.0.1:10031"
>> [2008/06/26-14:32:38 - 5761] [PROTOCOLS/Postfix] DEBUG: Possible
>> Postfix protocol
>> [2008/06/26-14:32:38 - 5761] [PROTOCOLS/Postfix] INFO: Identified
>> Postfix protocol
>> [2008/06/26-14:32:38 - 5633] [CORE] INFO: Starting "1" children
>> [2008/06/26-14:32:38 - 5761] [CORE] ERROR: ''
>> [2008/06/26-14:32:38 - 5761] [CBPOLICYD] ERROR: Protocol data
>> validation error, required parameter 'recipient' was not found or
>> invalid format
>> [2008/06/26-14:32:38 - 6018] [CORE] DEBUG: Child Preforked (6018)
>> [2008/06/26-14:32:38 - 6018] [CBPOLICYD] DEBUG: Starting up caching
>> engine
>>     
>
> Where are you doing your check_policy_service?
>
> -N
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: not available
> Type: application/pgp-signature
> Size: 189 bytes
> Desc: This is a digitally signed message part
>
> ------------------------------
>
> Message: 7
> Date: Thu, 26 Jun 2008 15:06:14 +0200
> From: Jacco van Koll <[EMAIL PROTECTED]>
> Subject: Re: [policyd-users] policyd v2 smtpd_end_of_data_restrictions
> To: [email protected]
> Message-ID: <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset="UTF-8"
>
> On Thu, 26 Jun 2008 11:48:18 +0000, Nigel Kukard <[EMAIL PROTECTED]> wrote:
>   
>>>>>> Could you give me some instruction how to reproduce?
>>>>>>
>>>>>> /[EMAIL PROTECTED]/  <= that is the regex being used to check for a valid
>>>>>>             
>>>> email
>>>>         
>>>>>> address.
>>>>>>
>>>>>> Are you running latest stable?  It should give you one or two more
>>>>>>             
>>>> lines
>>>>         
>>>>>> of info.
>>>>>>             
>>>>> Will start logging also, because this is the same issue as i was and
>>>>>           
>>>> still
>>>>         
>>>>> facing. The regex looks good from my humble point of view?
>>>>>           
>>>> You running stable aswell?
>>>>
>>>> -N
>>>>         
>>> Yep, running the stable. Want to evaluate it first before we are going
>>>       
>> to
>>     
>>> use it in a large production environment. If you like, i can provide you
>>> with a login to my test-server so you can investigate?
>>>       
>> I don't think thats necessary at this point  :), more than likely
>> something simple, the missing debug line should print out what its
>> moaning about.
>>
>> -N
>>     
>
> Will do this this evening. Have no console access right now.
>
>
>   


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
policyd-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/policyd-users

Reply via email to