On 06/29/2009 07:48 AM, Paweł Tęcza wrote:
> Secondly, the latest version of Pythonfilter can't create automagically
> tables "greylist_passed" and "greylist_notpassed" in my "pythonfilter"
> database:

Does your pythonfilter user have permissions to create tables in MySQL? 
  If you manually try to:

        CREATE TABLE greylist_Passed (id CHAR(64) NOT NULL,
                value BIGINT NOT NULL,
                PRIMARY KEY(id));

.. what happens?


------------------------------------------------------------------------------
_______________________________________________
courier-users mailing list
[email protected]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to