kolab_smtp_access_policy and tables policy_result
Jan Kowalsky <[email protected]>
| Newsgroups | gmane.comp.kde.devel.kroupware |
|---|---|
| Message-ID | <f50e3e6d-406a-0cad-bf67-965cb637a173__18021.7389519841$1529401731$gmane$org@datenkollektiv.net> |
Hi all, while activating the cache_uri in kolab.conf [kolab_smtp_access_policy] # cache_uri = mysql://kolab:[email protected]/kolab I get allways: 451 4.3.5 Server configuration problem; while sending. and something like this: Jun 19 11:37:35 mx0 postfix/submission/smtpd[17533]: warning: premature end-of-input on private/submission_policy while reading input attribute name Jun 19 11:37:35 mx0 postfix/submission/smtpd[17533]: warning: problem talking to server private/submission_policy: Connection reset by peer in mail.log I found, I missed the column data in the table policy_result, so I created it. But the problem continues. But maybe my database structure is still false. I can't find which setup process is responsible to create the strukture and neigher an sql file in /usr/share/docs where other kolab components store their initial sql queries for creating tables. Unfortunately there is nothing in pykolab.log even If I start it with user=kolab-n argv=/usr/lib/postfix/kolab_smtp_access_policy --verify-sender --verify-recipient -d 9 any idea? Kind regards Jan